AP541N returns to default config

Hello,
one of my ap541n access points behaves strangly.
It returns out of the blue to the default config.
This is what the log tells me:
Oct 3 05:36:10
err
mDNSResponder
mDNSPlatformRawTime went backwards by 2138801570 ticks;  setting correction factor to 862212335
Dec 31 16:00:26
info
syslog
managed_ap.c:399:map_init_sub_components - Created the  MAP Switch Comm Control Block
Dec 31 16:00:26
info
syslog
managed_ap.c:1518:map_vpd_init - Done parsing VPD. Size =  0
Dec 31 16:00:24
info
syslog
managed_ap.c:1486:map_vpd_init - Default Configuration is  applied to the running config
Dec 31 16:00:21
notice
mini_httpd-ssl[411]
mini_httpd/1.19 19dec2003 starting on AP541N-A-K9, port  80
Dec 31 16:00:21
warn
mini_httpd-ssl[411]
started as root without requesting chroot(), warning only
Dec 31 16:00:20
notice
mini_httpd-ssl[412]
mini_httpd/1.19 19dec2003 starting on AP541N-A-K9, port  443
Dec 31 16:00:20
warn
mini_httpd-ssl[412]
started as root without requesting chroot(), warning only 
Any idea what can cause this issue?
I have to add that once rebooted into default config, the webinterface responds really slow.
John

For anyone who experiences the same problem => CHECK THE MAX PoE OUTPUT OF PoE SWITCH!!
When you are on the limit of the switch PoE power output you may see that the switch seems to receive enough voltage becaus it starts when plugin in the utp cable. well, 7.2V is not the required 8V!! T
That triggers the configuration reset on the access point.
John

Similar Messages

  • Severe Error: Assertion Failed: config element named "default-config"

    I ran the command:
    ./asadmin verify-domain-xml domain1
    This returned the message:
    May 8, 2006 3:16:43 PM com.sun.enterprise.config.serverbeans.validation.DomainXmlVerifier invokeConfigValidator
    SEVERE: /domain[1]/configs[1]: Assertion Failed: There is a config element named "default-config"
    /domain[1]/resources[1]/jdbc-connection-pool[@name='PetroPool']: Warning: Assertion Failed: each jdbc-connection-pool is referenced by a jdbc-resource
    I return a SEVERE and a Warning message, I googled the severe message without any luck and I was wondering if this has been troubleshooted before.
    I'd appreciate any insight or instructions to correct this.
    Thanks,

    Kedar: Thank you for the feedback, I don't remember changing any templates. Only adding a connection pool.
    Here is my domain.xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE domain PUBLIC "-//Sun Microsystems Inc.//DTD Application Server 8.0 Domain//EN" "http://www.sun.com/software/appserver/dtds/sun-domain_1_1.dtd">
    <!--
    Copyright 2004-2005 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    -->
    <!-- Generated from default-domain.xml.template -->
    <domain application-root="${com.sun.aas.instanceRoot}/applications" log-root="${com.sun.aas.instanceRoot}/logs">
    <applications>
    <j2ee-application availability-enabled="false" directory-deployed="false" enabled="true" location="${com.sun.aas.instanceRoot}/applications/j2ee-apps/MEjbApp" name="MEjbApp" object-type="system-all"/>
    <j2ee-application availability-enabled="false" directory-deployed="false" enabled="true" location="${com.sun.aas.instanceRoot}/applications/j2ee-apps/__ejb_container_timer_app" name="__ejb_container_timer_app" object-type="system-all"/>
    <web-module availability-enabled="false" context-root="/web1" directory-deployed="true" enabled="true" location="${com.sun.aas.installRoot}/lib/install/applications/adminapp/adminapp_war" name="adminapp" object-type="system-admin">
    <!-- System Web Module - DO NOT DELETE! -->
    </web-module>
    <web-module availability-enabled="false" context-root="/asadmin" directory-deployed="true" enabled="true" location="${com.sun.aas.installRoot}/lib/install/applications/admingui/adminGUI_war" name="admingui" object-type="system-admin">
    <!-- System Web Module - DO NOT DELETE! -->
    </web-module>
    <web-module availability-enabled="false" context-root="/com_sun_web_ui" directory-deployed="true" enabled="true" location="${com.sun.aas.installRoot}/lib/install/applications/com_sun_web_ui" name="com_sun_web_ui" object-type="system-admin">
    <!-- System Web Module - DO NOT DELETE! -->
    </web-module>
    <web-module availability-enabled="false" context-root="jsfcomponents" directory-deployed="false" enabled="true" location="${com.sun.aas.instanceRoot}/applications/j2ee-modules/jsfcomponents" name="jsfcomponents" object-type="user">
    <description>JSF Components Example</description>
    </web-module>
    </applications>
    <resources>
    <jdbc-resource enabled="true" jndi-name="jdbc/__TimerPool" object-type="system-admin" pool-name="__TimerPool"/>
    <jdbc-resource enabled="true" jndi-name="jdbc/__default" object-type="user" pool-name="DerbyPool"/>
    <jdbc-connection-pool connection-validation-method="auto-commit" datasource-classname="org.apache.derby.jdbc.EmbeddedXADataSource" fail-all-connections="false" idle-timeout-in-seconds="300" is-connection-validation-required="false" is-isolation-level-guaranteed="true" max-pool-size="32" max-wait-time-in-millis="60000" name="__TimerPool" pool-resize-quantity="2" res-type="javax.sql.XADataSource" steady-pool-size="8">
    <property name="databaseName" value="${com.sun.aas.instanceRoot}/lib/databases/ejbtimer"/>
    </jdbc-connection-pool>
    <jdbc-connection-pool connection-validation-method="auto-commit" datasource-classname="org.apache.derby.jdbc.ClientDataSource" fail-all-connections="false" idle-timeout-in-seconds="300" is-connection-validation-required="false" is-isolation-level-guaranteed="false" max-pool-size="32" max-wait-time-in-millis="60000" name="DerbyPool" pool-resize-quantity="2" res-type="javax.sql.DataSource" steady-pool-size="8">
    <property name="PortNumber" value="1527"/>
    <property name="Password" value="APP"/>
    <property name="User" value="APP"/>
    <property name="serverName" value="localhost"/>
    <property name="DatabaseName" value="sun-appserv-samples"/>
    <property name="connectionAttributes" value=";create=true"/>
    </jdbc-connection-pool>
    <jdbc-connection-pool connection-validation-method="auto-commit" datasource-classname="oracle.jdbc.pool.OracleConnectionPoolDataSource" fail-all-connections="false" idle-timeout-in-seconds="300" is-connection-validation-required="false" is-isolation-level-guaranteed="false" max-pool-size="20" max-wait-time-in-millis="60000" name="PetroPool" pool-resize-quantity="2" res-type="javax.sql.ConnectionPoolDataSource" steady-pool-size="8">
    <description>Petro 2 System Pool</description>
    <property name="user" value="user"/>
    <property name="port" value="1521"/>
    <property name="password" value="password"/>
    <property name="databaseName" value="DATABASENAME"/>
    <property name="serverName" value="SERVERNAME"/>
    <property name="url" value="jdbc:oracle:thin:@[IP]:1521:database"/>
    <property name="datasourceName" value="url"/>
    </jdbc-connection-pool>
    </resources>
    <configs>
    <config dynamic-reconfiguration-enabled="true" name="server-config">
    <http-service>
    <http-listener acceptor-threads="5" address="0.0.0.0" blocking-enabled="false" default-virtual-server="server" enabled="true" family="inet" id="http-listener-1" port="8080" security-enabled="false" server-name="" xpowered-by="true">
    </http-listener>
    <http-listener acceptor-threads="5" address="0.0.0.0" blocking-enabled="false" default-virtual-server="server" enabled="true" family="inet" id="http-listener-2" port="8181" security-enabled="true" server-name="" xpowered-by="true">
    </http-listener>
    <http-listener acceptor-threads="5" address="0.0.0.0" blocking-enabled="false" default-virtual-server="__asadmin" enabled="true" family="inet" id="admin-listener" port="4848" security-enabled="false" server-name="" xpowered-by="true">
    </http-listener>
    <virtual-server hosts="${com.sun.aas.hostName}" http-listeners="http-listener-1,http-listener-2" id="server" log-file="${com.sun.aas.instanceRoot}/logs/server.log" state="on">
    <property name="docroot" value="${com.sun.aas.instanceRoot}/docroot"/>
    <property name="accesslog" value="${com.sun.aas.instanceRoot}/logs/access"/>
    </virtual-server>
    <virtual-server default-web-module="admingui" hosts="${com.sun.aas.hostName}" http-listeners="admin-listener" id="__asadmin" log-file="${com.sun.aas.instanceRoot}/logs/server.log" state="on">
    <property name="docroot" value="${com.sun.aas.instanceRoot}/docroot"/>
    <property name="accesslog" value="${com.sun.aas.instanceRoot}/logs/access"/>
    </virtual-server>
    </http-service>
    <iiop-service client-authentication-required="false">
    <orb max-connections="1024" message-fragment-size="1024" use-thread-pool-ids="thread-pool-1"/>
    <iiop-listener address="0.0.0.0" enabled="true" id="orb-listener-1" port="3700" security-enabled="false"/>
    <iiop-listener address="0.0.0.0" enabled="true" id="SSL" port="3820" security-enabled="true">
    <ssl cert-nickname="s1as" client-auth-enabled="false" ssl2-enabled="false" ssl3-enabled="true" tls-enabled="true" tls-rollback-enabled="true"/>
    </iiop-listener>
    <iiop-listener address="0.0.0.0" enabled="true" id="SSL_MUTUALAUTH" port="3920" security-enabled="true">
    <ssl cert-nickname="s1as" client-auth-enabled="true" ssl2-enabled="false" ssl3-enabled="true" tls-enabled="true" tls-rollback-enabled="true"/>
    </iiop-listener>
    </iiop-service>
    <admin-service system-jmx-connector-name="system" type="das-and-server">
    <!-- The JSR 160 "system-jmx-connector" -->
    <jmx-connector accept-all="false" address="0.0.0.0" auth-realm-name="admin-realm" enabled="true" name="system" port="8686" protocol="rmi_jrmp" security-enabled="false"/>
    <!-- The JSR 160 "system-jmx-connector" -->
    <das-config admin-session-timeout-in-minutes="60" autodeploy-dir="${com.sun.aas.instanceRoot}/autodeploy" autodeploy-enabled="true" autodeploy-jsp-precompilation-enabled="false" autodeploy-polling-interval-in-seconds="2" autodeploy-verifier-enabled="false" deploy-xml-validation="full" dynamic-reload-enabled="true" dynamic-reload-poll-interval-in-seconds="2"/>
    </admin-service>
    <web-container/>
    <ejb-container cache-idle-timeout-in-seconds="600" cache-resize-quantity="32" commit-option="B" max-cache-size="512" max-pool-size="32" pool-idle-timeout-in-seconds="600" pool-resize-quantity="8" removal-timeout-in-seconds="5400" session-store="${com.sun.aas.instanceRoot}/session-store" steady-pool-size="0" victim-selection-policy="nru">
    <ejb-timer-service max-redeliveries="1" minimum-delivery-interval-in-millis="7000" redelivery-interval-internal-in-millis="5000"/>
    </ejb-container>
    <mdb-container idle-timeout-in-seconds="600" max-pool-size="32" pool-resize-quantity="8" steady-pool-size="0"/>
    <jms-service addresslist-behavior="random" addresslist-iterations="3" default-jms-host="default_JMS_host" init-timeout-in-seconds="60" reconnect-attempts="3" reconnect-enabled="true" reconnect-interval-in-seconds="60" type="LOCAL">
    <jms-host admin-password="admin" admin-user-name="admin" host="dev-energy-ora.dtnenergy.com" name="default_JMS_host" port="7676"/>
    </jms-service>
    <log-service alarms="false" file="${com.sun.aas.instanceRoot}/logs/server.log" log-rotation-limit-in-bytes="2000000" log-rotation-timelimit-in-minutes="0" log-to-console="false" use-system-logging="false">
    <module-log-levels admin="INFO" classloader="INFO" cmp="INFO" cmp-container="INFO" configuration="INFO" connector="INFO" corba="INFO" deployment="INFO" ejb-container="INFO" javamail="INFO" jaxr="INFO" jaxrpc="INFO" jdo="INFO" jms="INFO" jta="INFO" jts="INFO" mdb-container="INFO" naming="INFO" node-agent="INFO" resource-adapter="INFO" root="INFO" saaj="INFO" security="INFO" server="INFO" synchronization="INFO" util="INFO" verifier="INFO" web-container="INFO"/>
    </log-service>
    <security-service anonymous-role="ANYONE" audit-enabled="false" audit-modules="default" default-realm="file" jacc="default">
    <!-- All administrative users use this realm by default. -->
    <auth-realm classname="com.sun.enterprise.security.auth.realm.file.FileRealm" name="admin-realm">
    <property name="file" value="${com.sun.aas.instanceRoot}/config/admin-keyfile"/>
    <property name="jaas-context" value="fileRealm"/>
    </auth-realm>
    <!-- All administrative users use this realm by default. -->
    <auth-realm classname="com.sun.enterprise.security.auth.realm.file.FileRealm" name="file">
    <property name="file" value="${com.sun.aas.instanceRoot}/config/keyfile"/>
    <property name="jaas-context" value="fileRealm"/>
    </auth-realm>
    <auth-realm classname="com.sun.enterprise.security.auth.realm.certificate.CertificateRealm" name="certificate">
    </auth-realm>
    <jacc-provider name="default" policy-configuration-factory-provider="com.sun.enterprise.security.provider.PolicyConfigurationFactoryImpl" policy-provider="com.sun.enterprise.security.provider.PolicyWrapper">
    <property name="repository" value="${com.sun.aas.instanceRoot}/generated/policy"/>
    </jacc-provider>
    <audit-module classname="com.sun.enterprise.security.Audit" name="default">
    <property name="auditOn" value="false"/>
    </audit-module>
    <message-security-config auth-layer="SOAP">
    <!-- turned off by default -->
    <provider-config class-name="com.sun.xml.wss.provider.ClientSecurityAuthModule" provider-id="ClientProvider" provider-type="client">
    <request-policy auth-source="content"/>
    <response-policy auth-source="content"/>
    <property name="security.config" value="${com.sun.aas.instanceRoot}/config/wss-server-config.xml"/>
    </provider-config>
    <provider-config class-name="com.sun.xml.wss.provider.ServerSecurityAuthModule" provider-id="ServerProvider" provider-type="server">
    <request-policy auth-source="content"/>
    <response-policy auth-source="content"/>
    <property name="security.config" value="${com.sun.aas.instanceRoot}/config/wss-server-config.xml"/>
    </provider-config>
    </message-security-config>
    </security-service>
    <transaction-service automatic-recovery="false" heuristic-decision="rollback" keypoint-interval="2048" retry-timeout-in-seconds="600" timeout-in-seconds="0" tx-log-dir="${com.sun.aas.instanceRoot}/logs"/>
    <monitoring-service>
    <module-monitoring-levels connector-connection-pool="OFF" connector-service="OFF" ejb-container="OFF" http-service="OFF" jdbc-connection-pool="OFF" jms-service="OFF" jvm="OFF" orb="OFF" thread-pool="OFF" transaction-service="OFF" web-container="OFF"/>
    </monitoring-service>
    <java-config debug-enabled="false" debug-options="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9009" env-classpath-ignored="true" java-home="${com.sun.aas.javaRoot}" javac-options="-g" rmic-options="-iiop -poa -alwaysgenerate -keepgenerated -g" server-classpath="${com.sun.aas.installRoot}/lib/install/applications/jmsra/imqjmsra.jar${path.separator}${com.sun.aas.imqLib}/jaxm-api.jar${path.separator}${com.sun.aas.imqLib}/fscontext.jar${path.separator}${com.sun.aas.antLib}/ant.jar">
    <!-- various required jvm-options -->
    <jvm-options>-client</jvm-options>
    <jvm-options>-Djava.endorsed.dirs=${com.sun.aas.installRoot}/lib/endorsed</jvm-options>
    <jvm-options>-Djava.security.policy=${com.sun.aas.instanceRoot}/config/server.policy</jvm-options>
    <jvm-options>-Djava.security.auth.login.config=${com.sun.aas.instanceRoot}/config/login.conf</jvm-options>
    <jvm-options>-Dsun.rmi.dgc.server.gcInterval=3600000</jvm-options>
    <jvm-options>-Dsun.rmi.dgc.client.gcInterval=3600000</jvm-options>
    <jvm-options>-Xmx512m</jvm-options>
    <jvm-options>-Djavax.net.ssl.keyStore=${com.sun.aas.instanceRoot}/config/keystore.jks</jvm-options>
    <jvm-options>-Djavax.net.ssl.trustStore=${com.sun.aas.instanceRoot}/config/cacerts.jks</jvm-options>
    <jvm-options>-Djava.ext.dirs=${com.sun.aas.javaRoot}/jre/lib/ext${path.separator}${com.sun.aas.instanceRoot}/lib/ext${path.separator}${com.sun.aas.derbyRoot}/lib</jvm-options>
    <jvm-options>-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver</jvm-options>
    <jvm-options>-Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder</jvm-options>
    <jvm-options>-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory</jvm-options>
    <jvm-options>-Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar</jvm-options>
    <jvm-options>-Dcom.sun.enterprise.taglisteners=jsf-impl.jar</jvm-options>
    <jvm-options>-XX:NewRatio=2</jvm-options>
    </java-config>
    <thread-pools>
    <thread-pool idle-thread-timeout-in-seconds="120" max-thread-pool-size="200" min-thread-pool-size="0" num-work-queues="1" thread-pool-id="thread-pool-1"/>
    </thread-pools>
    </config>
    <!-- config model with name "server-config" ends -->
    </configs>
    <servers>
    <server config-ref="server-config" name="server">
    <application-ref disable-timeout-in-minutes="30" enabled="true" lb-enabled="false" ref="adminapp" virtual-servers="__asadmin"/>
    <application-ref disable-timeout-in-minutes="30" enabled="true" lb-enabled="false" ref="admingui" virtual-servers="__asadmin"/>
    <application-ref disable-timeout-in-minutes="30" enabled="true" lb-enabled="false" ref="com_sun_web_ui" virtual-servers="__asadmin"/>
    <application-ref disable-timeout-in-minutes="30" enabled="true" lb-enabled="false" ref="MEjbApp" virtual-servers="server"/>
    <application-ref disable-timeout-in-minutes="30" enabled="true" lb-enabled="false" ref="__ejb_container_timer_app" virtual-servers="server"/>
    <application-ref disable-timeout-in-minutes="30" enabled="true" lb-enabled="false" ref="jsfcomponents" virtual-servers="server"/>
    <resource-ref enabled="true" ref="jdbc/__TimerPool"/>
    <resource-ref enabled="true" ref="jdbc/__default"/>
    </server>
    </servers>
    <property name="administrative.domain.name" value="domain1"/>
    </domain>
    I'm still having this issue, thus any thoughts or ideas are greatly appreciated.
    Thanks,
    --Todd                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             

  • I have no navigation bar and firefox will not open in safe mode to reset to default config. Reinstalling doesn't work. Any help please.

    I have no navigation bar ever since I closed it to gain more space on the screen. It won't re-open. Firefox will not open in safe mode, but opens immediately in normal mode with the new improper config, so I cannot reset to default config. I erased Firefox and re-installed and it still opens with the same faulty config. Why does Firefox not give me the safe mode dialog box, why can I not re-open the nav bar, and how can I do these two things, please? Firefox is currently unusable for me without a nav bar and without access to the default settings in safe mode. I cannot research the extensions I'm running since I have no nav bar to go to Tools, Add-ons, Extensions.
    == This happened ==
    Every time Firefox opened
    == I closed the navigation bar to gain more space on the screen and I couldn't re-open it. ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6.4; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)

    Hit the '''Alt''' key to show the Menu bar, then open View > Toolbars and select Menu bar and Navigation bar, so they have a check-mark.

  • How can I return to 'default' display parameters?

    I opened 'Display' in System Preferences to adjust the brightness of my screen.
    Somehow the screen resolution got changed, and there doesn't appear to be any 'return to default' or 'return to previous settings' option.
    I now have a display with a 1" border on the left and right (non-adjustable via the mouse) -- also on-screen text doesn't look quite like it did before.
    How do I get back to the original settings? (What in fact are the 'original' settings (i.e., factory defaults)?
    Thanks!

    stevenray1 wrote:
    It seems that as soon as the mouse pointer is dragged over the 'screen resolution' options (on the Display page) they just reset immediately on the spot, without requesting confirmation.
    (Universal Access settings were all already selected as you suggested.)
    Your welcome. Yeah it just happens sometimes. I always include the universal access part because sometimes when this happens they change too.

  • How do I get an ASA-5540 back to default config?

    Is there an easy way to re-apply the default config that comes with a new ASA-5540? I'd like to have our ASA-5540 be back to its default with 192.168.1.1 on the inside interface and act as a DHCP server so I have connect a PC to it to begin initial configuration using the ASDM.
    The ASA-5540 is running on asa723-k8.bin.

    configure factory-default
    http://www.cisco.com/en/US/docs/security/asa/asa72/command/reference/c4_72.html#wp2039866
    a simple "write erase/reload" would also do the trick.

  • C2-01 No default config

    After doing a factory reset and a software update on my c2-01, my phone isn't getting any config from my SIM for internet - default config says empty. How do I get this to work again? Thanks!
    Solved!
    Go to Solution.

    Check if yours is in the link below.
    my.opera.com/community/forums/topic.dml?id=111656
    Please mark the post as solution if it solves your problem.
    Current Device - Nokia Lumia 1020/920

  • Audition.INI returns to default in 1.5

    I use Audition 1.5. Somehow, my Effects settings have returned to default. yesterday there were there, today they are not. My keyboard shortcuts still work but the AUDITION.INI file is back to default with none of my hundreds of settings!! How is this possible? Is there a way to change this by accident or would someone have to do it?

    It only needs a corrupted header to do this, or the file extension to be corrupted, come to that. But Audition wouldn't actually destroy the file - which is the only other way this could happen - something or somebody else has to do that.
    Safest thing to do with all Audition setup files that you alter is to keep a safe copy of them outside the directory they're normally in.

  • Control Plane Policing - is the a default config in a 6509?

    I was doing some configuration reviews today, removing some lines that needed to be removed and came across an ACL I have never seen before.  I sure wish I could copy and paste into this thread!
    ip access-list extended cpp-management
    class-map match-all cpp-any
    match access-group name cpp-any
    class-map match-all cpp-management
    match access-group name cpp-management
    and then some policy maps and access lists, etc.
    Does anyone know if this is a default config?  I've never seen in before and none of my co-workers have owned up to putting it in there.
    Thanks in advance.
    Tim

    It is not a default, that is a custom config. CoPP is not on by default.
    Hope it helps.

  • Why do the bookmark icons return to default when i clear history?

    Why do the bookmark icons return to default (the blue bubbles) when i clear history? This is using os x mavericks.
    OS X Snow Leopard did not do this. It retained the site icon next to my bookmarks.

    The webpageicons database may be corrupted. It can happen.
    Quit Safari.
    Open a Finder window. From the Finder menu bar click Go > Go to Folder
    Type or copy paste the following:
    ~/Library/Safari/WebpageIcons.db
    Click Go then move the WebpageIcons.db file to the Trash.
    Relaunch Safari. It may take a day or two for webpageicons to re populate.

  • Return to Default on Zen Mi

    Is there anyway to completely return to default settings on your zen micro? THe reason for this is because I don't want the storage space on it anymore.

    System -> Reset Settings
    But if your objecti've is to get rid of the data partition, why not just do that directly?
    Extras -> Removeable Disk -> Disable

  • Redis' default config and systemd

    Hello,
    redis' default config includes settings exclusively targeted towards logrotate:
    It includes a redis.logrotate for managing logs
    It explicitely defines a log file (/var/log/redis.log)
    It daemonizes the server, making sure that nothing is outputted on stdout
    While I have no grip with logrotate, this setting makes it incompatible with systemd's own logging, journalctl: no logs are registered by it. Plus, since it's impossible to specify a custom file as a log for a given unit, it is impossible to use journalctl with redis. Seeing as the trend goes towards using systemd more and more, I'd like to ask: is it really the best thing to have a unit's log outside systemd ?
    Please note that I don't want to discuss the pluses/minuses of systemd, rather the default configuration one gets when installing redis that is inconsistent with the rest of the system.

    Introduction to Redis wrote:Redis is written in ANSI C and works in most POSIX systems like Linux, *BSD, OS X without external dependencies.
    Linux and OSX are the two operating systems where Redis is developed and more tested, and we recommend using Linux for deploying. Redis may work in Solaris-derived systems like SmartOS, but the support is best effort. There is no official support for Windows builds, but Microsoft develops and maintains a Win32-64 experimental version of Redis.
    Is this a technical problem like Redis log doesn't hold correct info if journalctl is running ?
    Or is redis loginfo accurate, but you feel those logs SHOULD be accessible through journalctl ?
    Give your OP content , I'll assume it's the 2nd case.
    I feel that logging mechanism is an upstream decision.
    OS X and *BSD don't have systemd, and on linux there are still plenty of distros that don't use systemd (like the *buntus) .
    For redis this would mean that supporting journalctl would force them to support 2 different logging systems instead of 1.
    They will probably be reluctant to do that.
    An alternative to Redis supporting journalctl would to be for journalctl to support Redis.
    Maybe systemd journalctl could gain the option to accept a log file as input ?

  • Wallpaper returns to default

    Hello apple genius
    I have a MacBook pro 17" i7 with mountain lion installed.
    When I go choose my wallpaper folder (that I have made in my pictures folder) it returns to default apple wallpaper folder, after restarting, and my newly folder is gone, and I have to start all over again?
    I was thinking that i could find the original wallpaper folder and place all my own photos in that folder, but I can't find it? - anyone knows where that folder is at?
    Or, anyone knows why it returns to default folder?
    Thanks in advance, for helping me!
    /M

    No. I was sitting at the Administrator computer. Selected all computers and restarted them when this happened.
    If I sit in front of each one of them and select the restart command this DOES NOT happen.
    I was able to restart with no problems with every previous versions of ARD (even with Apple Network Assistant in OS9) but current doen´t work anymore.
    Using 3.3 version on Administrator and terminals.
    Thanks a lot.

  • Speakers return to default volume after every song

    Hello,
    I just bought a new Toshiba laptop yesterday, and it is equipped with Windows 8.  I have Pandora running on it currently, and whenever a new song begins, the speakers return to some default volume which is too loud for my office.  How do I get
    the volume to stay at the level I set it at, even when a new song plays?

    I play Pandora all the time in IE11 on Windows 8.1 (right now, in fact).  It doesn't return to default volume after every song here.  I doubt that Pandora's web programming is causing it, at least not directly, or everyone would be seeing
    it.  You should not expect it to do so.
    Edit:  I play it via the Desktop IE11.  I didn't think to mention it.  Is that how you're running it, or are you using the Metro / Modern interface?  Try it on the desktop if that's not where you're running it and see if the
    behavior is different.  Perhaps it's just another problem with the toy interface.
    -Noel
    Detailed how-to in my eBooks:  
    Configure The Windows 7 "To Work" Options
    Configure The Windows 8 "To Work" Options

  • Can i place a return to default button on my main page

    i would like to have basically an emurgency return to default switch on my run page is that possible

    cmwolf wrote:
    I need to have the default button only effect some of the controllers the VI you have in your example affects all items on my run page even my temperature and pressure measuring items is there a way I can segregate and isolate groups of items even if I have to use multiple right now I would be OK with that(actually almost prefer that).
     You can make an array of references, containing references to all controls you want to reset and the simply autoindex over them in a FOR loop whenever needed to reset each to defaults. You could even match it to a boolean array in order to select which ones you want to reset at runtime.
    Here's a rough draft (LabVIEW 8.5). Note that you can easily mix references for various controls (boolean, slides, etc). They will be coreced to the common generic class at the "built array" node. 
    cmwolf wrote:
    Also I am very confused on the while loop setup I tried to place one in my setup and could not get anything to correctly work is there a good tutorial or something that can walk me through how to use it better than the books I received with the hardware. 
    Please tell us in what way "it does not work correctly". Most likely it's some trivial thing.
    Message Edited by altenbach on 12-04-2008 09:01 AM
    Message Edited by altenbach on 12-04-2008 09:07 AM
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    defaultsSelective.vi ‏28 KB
    DefaultsSelective.png ‏18 KB

  • Dock returns to default after 10.5.3 update

    After updating from 10.5.2 to 10.5.3 clients conectet to an OD Directory with remote home directories the dock of all users returns to default. The changes one makes in the dock will not be saved anymore.
    We are running 10.5.2 server with newly updatet 10.5.3 clients wich connect to an NFS automount..
    Does anyone have the same issuses?

    Ok, so I got mine working by deleting my Mail preferences from ~/Library/Preferences/com.apple.mail.plist. Just move that file to your desktop while Mail is quit. You can always put it back if you like.
    The down side is that you lose your accounts and have to set them up again, but all your mailboxes and downloaded emails should be reconnected fine. The preferences file contains the information about the accounts, but not the mail itself.
    I tried restoring a backup copy of my preferences file, but as others have mentioned, each time I quit and restart Mail, my accounts were lost again and it asked me to set them up. The only way I found to prevent this was to get move the preferences file aside. Now it quits and restarts without a problem.
    Hope that helps. Not ideal, but you can at least get back up and running.

Maybe you are looking for

  • "Invoice History Report "show wrong balance for supplier invoice with USD

    Invoice History Report show wrong balance for supplier invoice with USD Currency After I run this report i see in the last of this report there is difference between the supplier total USD (Currency ) and the open Balance USD , it is decreased the op

  • Batch input session is not generating In BRS

    Hello, I am uploading bank statement through ZFF67 program manual bank statement, after entering all the line items in the file, batch input session is not generating in SM35. Please give advice. Thanks, Ratnam

  • [SOLVED] Apache won't start; missing 4 modules

    Hello, Not sure if this is the correct place to post this, but httpd won't start after an update. First it claims each of these 4 modules are missing: LoadModule authz_default_module modules/mod_authz_default.so LoadModule authn_default_module module

  • Why is my iPad 2 no longer able to screen share to external monitor?

    I used to connect my ipad 2 to various shared displays via HDMI and VGA converter cords quite frequently. The other day I connected and no signal is found...tried multiple screens, projector and different cords. Convinced its my iPad. Fixable? Hardwa

  • Change Color of Dates in Calendar

    This is a follow-up question to the following thread: http://discussions.apple.com/thread.jspa?threadID=1175451&tstart=208 The original question from that thread was never answered and I was having the same problem. Some of the big number dates in my