Webserver "client denied by server configuration" after reboot

Hello all,
Long story short, I was the unfortunate victim of a rather nasty virus that made me have to restore from a time maching backup. In the process my webserver is acting up (not sure if this was pre or post restore).
I am getting the following error in my apache2 error log...
[Sat Jan 28 20:48:06 2012] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Sat Jan 28 20:48:06 2012] [notice] Apache/2.2.20 (Unix) mod_ssl/2.2.20 OpenSSL/0.9.8r DAV/2 PHP/5.3.6 configured -- resuming normal operations
[Sat Jan 28 20:48:07 2012] [error] [client 127.0.0.1] client denied by server configuration: /var/empty/server-status
[Sat Jan 28 20:48:07 2012] [error] [client 127.0.0.1] client denied by server configuration: /var/empty/error
[Sat Jan 28 20:48:07 2012] [error] [client 127.0.0.1] client denied by server configuration: /var/empty/server-status
[Sat Jan 28 20:48:07 2012] [error] [client 127.0.0.1] client denied by server configuration: /var/empty/error
[Sat Jan 28 20:48:07 2012] [error] [client 127.0.0.1] client denied by server configuration: /var/empty/server-status
[Sat Jan 28 20:48:07 2012] [error] [client 127.0.0.1] client denied by server configuration: /var/empty/error
[Sat Jan 28 20:48:07 2012] [error] [client 127.0.0.1] client denied by server configuration: /var/empty/server-status
[Sat Jan 28 20:48:07 2012] [error] [client 127.0.0.1] client denied by server configuration: /var/empty/error
[Sat Jan 28 20:48:10 2012] [error] [client 127.0.0.1] client denied by server configuration: /var/empty/server-status
I did some searching and tried to edit my /etc/apache2/httpd.conf file with the following code snippet...
# Allow server status reports generated by mod_status,
# with the URL of http://servername/server-status
# Change the ".example.com" to match your domain to enable.
          ExtendedStatus On
          <Location "/server-status">
                    SetHandler server-status
                    Order deny,allow
                    Deny from all
                    Allow from .example.com
          </Location>
No luck. I am somewhat at my whits end....my server is running with a 10-15% increase in load...
Thanks so much in advance. Please let me know if any further information is required.

any advice? Link? anything would be appreciated...

Similar Messages

  • SF300-24 is not saving configuration after reboot

    Dear All,
    I have a couple of SF300-24 switches. When I made needed configurations using CLI or GUI and then saved all configurations. The problem is that switches do not save configurations after reboot. Please assist.
    Thank you in advance

    Hi Vsevolod,
    I guess you have performed the function to copy the running configuration to the startup configuration as per the screen capture below.
    The current released version of code does not have a supported CLI only a menu accessable via console, SSH or telnet.  New code coming out this month supports a CLI, so I am surprised by your comments regarding CLI.
    If you have a early beta release of software version 1.1  with CLI, I would suggest you call into the Small Business Support Center  to get the problem looked at.
    I am using the beta code on my ten port SG300   and 48 port SF300 , but had no difficulty saving configurations in old or beta versions of firmware.
    If you are still having trouble after reading this post, please contact the SBSC  at ;
    http://www.cisco.com/en/US/support/tsd_cisco_small_business_support_center_contacts.html
    regards Dave

  • CF10 App server running after reboot; but website unavailable until service restart

    Hello, everyone.
    I recently returned to a job I previously had after several months at a different job.  Upon my return, I inherited someone else's dev system (my previous dev system, apparently, had been reimaged and given to someone else, after I left.)
    This system originally had CF9 server on it (the ColdFusion9 folder is still here) and now has CF10.  Using the built-in web server (no IIS, no Apache.)
    Every time I boot/reboot the system, I can see in Computer Manage System that CF10 Application Server is, indeed, running.  But if I try to open any of the pages that I am working on, I get an error message that the site can't be found.
    I go into Computer Manage System, go to Services, right-click the CF10 Application Server, choose "Restart", wait for it to finish, and voila!, I can get a working page.
    Does anyone know why this is happening, and/or how to remedy it so that CF will work immediately after boot/reboot without going to restart the service?
    Thank you,

    Good to hear you solved it. If you may still want to know exactly why that was causing an issue, I would propose something I didn’t yet see anyone else do: look specifically at the CF log called coldfusion-out.log. That is basically the “console log” when you run CF as a service, and it would be interesting to know what was in that log if you compared the startup messages in your working and failing examples.
    The log tracks info generally for days if not weeks or months (depending on what else is logged in the file and how quickly it fills), but it may well give you insight  into what was up. I’m not saying there WILL be something there. As Anit said, what you experienced was odd, but if there will be something logged anywhere about this, it may be there.
    If nothing else, I leave this here for anyone else who has a similar sort of problem in the future.
    /charlie
    Re: CF10 App server running after reboot; but website unavailable until service restart
    created by WolfShade <http://forums.adobe.com/people/WolfShade>  in ColdFusion Server Administration - View the full discussion <http://forums.adobe.com/message/6199851#6199851

  • Linked Server "Could not open a connection to SQL Server [1909]" after reboot

    We have two production servers, with RCP [out] enabled linked servers set up back and forth between them. When they are rebooted at the same time one of the linked servers will throw this error:
    Named Pipes Provider: Could not open a connection to SQL Server [1909]. 767462021 OLE DB provider "SQLNCLI10" for linked server "server3" returned message "Login timeout expired".
    OLE DB provider "SQLNCLI10" for linked server "server3" returned message "A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and
    if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online.".
    I've been fixing it by dropping and re-creating the linked server. It's completely identical as before (in sp_linkedservers), so I'm thinking this shouldn't be necessary. My guess is it's only happening because during startup the other server was not available.
    If this is true, can I force a reset of the linked server, without having to restart the server instance, or recreate the linked server?

    Hi Chuck, thanks for the reply. Both servers were already set to 20. I think this might work if in the ensuing 10 seconds the other server happened to come on line.  I could also set it to 60, but then production queries would be waiting 60 seconds
    for timeout.  I'm really after a cause and solution. It's as though the server tries once, sees that the other server is unavailable, and henceforth refuses to try again. I'd like it to try again. Really, it should try every time.
    Could it be that upon startup SQL Server looks for all its linked servers and marks ones it can't reach in that moment as forever invalid?  I'm sure this doesn't happen after startup, only during.

  • AnyConnect Client Profile Backup Server Configuration

    I'm trying to understand the use of Backup Server option in AnyConnect Client Profile
    Configuration > Remote Access VPN > Network (Client) Access > AnyConnect Client Profile > Edit > Backup Server
    (Screenshot attached)
    My questions:
    1. In what all scenarios do we add servers (ASA devices) in this tab
    2. If I have same information in two different locations (Site A and Site B) for AnyConnect user, can I add Site A-ASA and Site B-ASA into Backup Server tab as a failover mechanism for end user.
    3. Or is it only used to mention ASA devices configured in failover unit
    4. In case of failover unit, does it support stateful failover
    I could not find answers to above questions from Google search. So, asking here

    I think we need to be careful when we talk about failover. The original post was clearly asking about two different scenarios
    1) ASAs at two different sites
    2) ASAs configured as a High Availability failover pair (Active/Standby).
    The profile does work to provide failover in 1) but does not work to provide failover in 2).
    I do not know the authoritative answer to the question about IP phones use of the profile. I believe that the answer ought to be that yes the phone would receive the profile after its first connection and would use the backup server identified in the profile is the primary server was not available. That is a basic functionality of the AnyConnect client and if the phone is using the AnyConnect client then it ought to support that failover. 
    If someone does have an authoritative answer then please speak up. Several of us would like to know the right answer here.
    HTH
    Rick

  • C40 codec loosing configuration after reboot

    Hi,
    I have a number of Cisco C40 endpoints (TC7.1.4) registered to CUCM (10.5.1).
    There are some settings on the codec itself that i want to change:
    QoS Diffserv
    NTP Server Address
    Default call rate
    Screen Layout
    Everytime i make these changes and the endpoint gets rebooted, they restore to the default settings once its re-provisioned with CUCM, is this the normal behavior? I understand that CUCM enforces certain settings upon provisioning but i don't see the option to change what i need on the actual device within CUCM. Also understand that i should enforce a call rate within regions but this doesn't seem to be working either.
    Thanks, Simon

    Take a look at the following guide, you'll need to configure the endpoints via CUCM.
    Administering Endpoints Running TC72 on UCM 10.5.1
    I didn't see NTP in that guide, but found an older guide where it said to do the following:
    Setting a NTP Reference for the endpoints
    In UCM Administration > System > NTP Reference
    Configure a Phone NTP Reference for the endpoints.
    *The NTP Reference must be in Unicast Mode.
    *Assign to Date/Time Group, which in turn is assigned to Device Pool.
    No reference to QoS though in that guide as well, but might be of interest to you just in case.

  • Clients connected to server freeze after while

    We have a XServe an several Mac and Linux clients. The xserve mainly hosts the user directories (via afp for Mac- and NFS for Linux-Clients). In addition web-services and the iCal-server is running.
    Everything was running fine for weeks. But recently I encountered a strange problem:
    After working on a mobile account for a while (on a MacBook Pro) the machine becomes totally unresponsive (Beach-Ball-Everywhere). The Dock sooner or later always completely freezes. If I try to start an application like Terminal.app from the Dock (before it got frozen) then the icon gets an question-mark. All this happens on different user accounts.
    This is completely strange as everything was working fine for quite some time. I am most interested in two things:
    1) has anyone encountered any similar symptoms?
    2) I am not quite sure, but maybe the trouble started after I added a SSL Certificate (but that's just an assumption)

    Of course I can not say for sure that it is no hardware defect but honestly I do not think so. Right after I posted my problem I disabled SSL for Open Directory (via ServerAdmin). So far everything works fine. So could be that this was the source for the problem?
    At the moment I don't see an alternative for searching the problem by trial and error. My biggest hope is to find somebody with a similar problem.

  • ITunes with files on a server, but after reboot, all files have "!" by them

    I have a MacBook Pro with iTunes that has "stuff" on it from my networked home server, and when I reboot it, all of the music, movies and TV shows ave the "!" next to them. Then, I have to delete all of the music, movies and TV shows, and reload them (add to library).
    I have a PC laptop with iTunes on it, and to my knowledge, all of the preferences are setup the same way and this issue never happens. Any ideas why the Mac version has this problem, or what setting(s) I need to change?
    Thanks!
    Todd

    The external drive has to be on and mounted before starting iTunes or iTunes will create an empty library on the MBP. See the "additional information" at the end of this article: http://support.apple.com/kb/HT1449
    Go to  -> System Preferences -> Accounts -> Login Items and add your server to the list.
    Alternatively, always open iTunes with the option key held down and you will get a dialog box asking you to choose a library. See this: http://support.apple.com/kb/HT1589

  • Oracle client for siebel server configuration

    Hi ,
    To install siebel as prerequisite we are installing oracle client on the siebel server machine. Our client is providing ldap.ora instead of tnsnames.ora file. Through out my earlier projects we used to have tnsnames.ora entry which is having connection details of database. CAn you Please confirm instead of having tnsnames.ora , can we use ldap .ora which is having Db server details in it. Have you ever seen other clients using this way without tnsnames.ora for siebel installation.
    Can you please provide any documentation which confirms that we must need tnsnames.ora, not ldap.ora.
    Thanks much in advance.

    Hi,
    Have a look at these documents
    http://docs.oracle.com/cd/E11882_01/network.112/e10835/ldap.htm#NETRF011
    Is It Possible To Use Ldap.Ora On The Client To Get Tnsname Entries From An Oid? (Doc ID 461151.1)
    Using TNS_ADMIN with LDAP.ORA and Net Manager (Doc ID 189627.1)
    What Is The Search Order For The LDAP.ORA File ? (Doc ID 363283.1)
    Thanks,
    Krishna

  • PRS-T3 lost configuration after reboot

    Hi there. Everytime i restart the reader, or it turns off by itself, it lost all the configuration like the date and timezone, and all the notes and highlights dissapears. I tried everything, softreset, hardreset, format the internal memory but the problem still persist.
    Anyone with the same problem? Or a posible solution? Thanks

    I have heard there may be a problem with the plug-ins using the configuration API in certain conditions.
    Please open a support request to get known work around / fix.

  • Flashing cursor on SBS server 2008 after reboot

    Hi everyone,
    I restarted our HyperV server and two out of three servers boot normally, however SBS doesn't - it's not Hyper-V issue (no error messages in hyperV event viewer at all).
    SBS shows only flashin cursor and nothing else. Prior restart was without issues and was succesful. I believe it might be something to do with the start up sequence however I can't get anywhere. I've tried to boot from another DVD and entered DISKPART and
    the drive is healthy and set active.
    Should I try to attempt to recover it using fixmbr or most probably newer bootsect?
    I have a backup which is currently being restored however it's quite big and it'll take some time so would appreciate to fix the start up.
    thank you.

    I was able to fix it using a SBS DVD and command 'bootsect.exe /nt60 SYS'
    hope it'll help someone

  • Mac OS 8.6 Auto network connect to a server after reboot is not working

    We have multiple old blue and white systems on a network. All but one will automatically connect to the network when rebooted. I have gone into Chooser, Appletalk, put in the server IP address, put in the server password, checked the boxes that say remember Server name and password for next startup. I can connect at that time with no problem. When I reboot, the server does not automatically hook up. I have to go back into Chooser, etc. I created an alias on the desktop, but it still prompts me for a password to connect. I have performed a clean install of the Mac OS 8.6. It still does not connect to the server after reboot (after configuring all the settings again after the clean install). Please help..

    Hi,
    Thank you for posting in Windows Server Forum.
    Can you please create the database manually with below command and verify.
    PS C:\> Set-RDConnectionBrokerHighAvailability –DatabaseConnectionString
     "DRIVER=SQL Server Native Client 11.0;SERVER=<SQL Server
     Name>;Trusted_Connection=Yes;APP=Remote Desktop Services Connection Broker;
    DATABASE=<DB Name>" -DatabaseFilePath "C:\DbFiles\<DbName>.mdf"
     -ClientAccessName "<DNS RR Name>"
    Grant DBO permissions to the service account on the RDS server and try to run your wizard again.
    More information.
    RD Connection Broker High Availability in Windows Server 2012
    http://blogs.msdn.com/b/rds/archive/2012/06/27/rd-connection-broker-high-availability-in-windows-server-2012.aspx
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    TechNet Community Support

  • OSD TS application download fails after reboot - client incorrectly believes it "is on internet"

    Hello,
    Our  SCCM infrastructure is configured to use SSL and it’s working, no problems in daily operation.
    However, our windows 7 osd task sequence has an issue after a “reboot computer” step, on a single specific computer.
    The OSD TS looks as follows (cannot put screenshot due to account verification issue
    Setup Operating System
    - Setup Windows and Configuration Manager
    - Install Updates
    Standard Software
    - Install Default Apps
    - Install Adobe
    - Restart Computer
    - Install MS Apps
    - Install Antivirus
    "Install default apps” and “install adobe” works correctly. All app packages are downloaded and installed without errors.
    Then “restart computer” runs, also ok.
    Then “install ms apps” tries to install Office 2010 and lync. This and the following install steps all fail with this message in the task sequence report: 
    “DownloadFailed – execution status received: 24 (Application download failed)”
    I opened a debug command line on the affected client with F8 and captured the logfiles.
    it seems the Client believes it is "on the Internet" after the reboot, and tries to contact our Internet-facing DP.
    ClientLocation.log:
    Client is in Internet ClientLocation 13.03.2014 08:34:30 1692 (0x069C)
    Current internet management point is externaldnsentry.company.com ClientLocation 13.03.2014 08:34:30 1692 (0x069C)
    Raising event:
    instance of CCM_LocationServices_LocationBaseChange
    ClientID = "GUID:e5b6f053-86b8-4f35-b82e-6cdb3bcabc5e";
    DateTime = "20140313073430.697000+000";
    NewLocation = "Internet";
    OldLocation = "Intranet";
    ProcessID = 1660;
    ThreadID = 1692;
    ClientLocation 13.03.2014 08:34:30 1692 (0x069C)
    Failed to submit event to the Status Agent. Attempting to create pending event. ClientLocation 13.03.2014 08:34:30 1692 (0x069C)
    LocationServices.log
    Calling back with locations for location request {B3C644CC-A7BA-4732-A4C2-9B53F4FF2DD6} LocationServices 13.03.2014 08:32:29 3232 (0x0CA0)
    Using INF MP externaldnsentry.company.com as lookup MP. LocationServices 13.03.2014 08:34:38 2960 (0x0B90)
    Attempting to retrieve site information from lookup MP(s) via HTTPS LocationServices 13.03.2014 08:34:38 2960 (0x0B90)
    Failed to send site information Location Request Message to externaldnsentry.company.com LocationServices 13.03.2014 08:34:39 2960 (0x0B90)
    Attempting to retrieve site information from lookup MP(s) via HTTP LocationServices 13.03.2014 08:34:39 2960 (0x0B90)
    Failed to refresh security settings over MP with error 0x80004005. LocationServices 13.03.2014 08:34:39 2960 (0x0B90)
    No security settings update detected. LocationServices 13.03.2014 08:34:39 2960 (0x0B90)
    The strange thing is, this currently only happens on a single dell precision T7610, on a different computer (for example, dell latitude e6330, or a vmware test system) this does not happen, and after reboot,
    SCCM TS continues to install software normally.
    Does anyone have an idea or a hint what is going on?

    i found something in LocationServices.log.
    it seems the Client is trying to contact our Internet facing DP ("externaldnsentry.company.com", real name changed) after reboot, because it thinks it "is on the Internet"
    Distribution Point='http://INTERNALDP.domain.local/NOCERT_SMS_DP_SMSPKG$/Content_ee82154a-0895-4866-b8c1-765c46415e2b.1', Locality='LOCAL', DPType='SERVER', Version='7958', Capabilities='<Capabilities SchemaVersion="1.0"><Property Name="SSL" Version="1"/><Property Name="SSLState" Value="63"/></Capabilities>', Signature='http://INTERNALDP.domain.local/NOCERT_SMS_DP_SMSSIG$/Content_ee82154a-0895-4866-b8c1-765c46415e2b.1.tar', ForestTrust='TRUE', LocationServices 13.03.2014 08:32:29 3232 (0x0CA0)
    Distribution Point='http://INTERNALDP.domain.local/SMS_DP_SMSPKG$/Content_ee82154a-0895-4866-b8c1-765c46415e2b.1', Locality='LOCAL', DPType='SERVER', Version='7958', Capabilities='<Capabilities SchemaVersion="1.0"><Property Name="SSL" Version="1"/><Property Name="SSLState" Value="63"/></Capabilities>', Signature='http://INTERNALDP.domain.local/SMS_DP_SMSSIG$/Content_ee82154a-0895-4866-b8c1-765c46415e2b.1.tar', ForestTrust='TRUE', LocationServices 13.03.2014 08:32:29 3232 (0x0CA0)
    Calling back with locations for location request {B3C644CC-A7BA-4732-A4C2-9B53F4FF2DD6} LocationServices 13.03.2014 08:32:29 3232 (0x0CA0)
    Using INF MP externaldnsentry.company.com as lookup MP. LocationServices 13.03.2014 08:34:38 2960 (0x0B90)
    Attempting to retrieve site information from lookup MP(s) via HTTPS LocationServices 13.03.2014 08:34:38 2960 (0x0B90)
    Failed to send site information Location Request Message to externaldnsentry.company.com LocationServices 13.03.2014 08:34:39 2960 (0x0B90)
    Attempting to retrieve site information from lookup MP(s) via HTTP LocationServices 13.03.2014 08:34:39 2960 (0x0B90)
    Failed to refresh security settings over MP with error 0x80004005. LocationServices 13.03.2014 08:34:39 2960 (0x0B90)
    No security settings update detected. LocationServices 13.03.2014 08:34:39 2960 (0x0B90)
    Using INF MP externaldnsentry.company.com as lookup MP. LocationServices 13.03.2014 08:34:39 2960 (0x0B90)
    Attempting to retrieve site information from lookup MP(s) via HTTPS LocationServices 13.03.2014 08:34:39 2960 (0x0B90)
    Failed to send site information Location Request Message to externaldnsentry.company.com LocationServices 13.03.2014 08:34:41 2960 (0x0B90)
    Attempting to retrieve site information from lookup MP(s) via HTTP LocationServices 13.03.2014 08:34:41 2960 (0x0B90)
    Failed to refresh Site Signing Certificate over MP with error 0x80004005. LocationServices 13.03.2014 08:34:41 2960 (0x0B90)
    Refreshing Site Signing Certificate over HTTP LocationServices 13.03.2014 08:34:41 2960 (0x0B90)
    Failed to refresh Site Signing Certificate over HTTP with error 0x87d00215. LocationServices 13.03.2014 08:34:42 2960 (0x0B90)
    Using INF MP externaldnsentry.company.com as lookup MP. LocationServices 13.03.2014 08:34:42 2960 (0x0B90)
    Attempting to retrieve default management points from lookup MP(s) via HTTPS LocationServices 13.03.2014 08:34:42 2960 (0x0B90)
    LSGetManagementPointsForSiteFromManagementPoint: Client is on Internet, skipping Intranet MP list request. LocationServices 13.03.2014 08:34:42 2960 (0x0B90)
    in ClientLocation.log:
    Client is in Internet ClientLocation 13.03.2014 08:34:30 1692 (0x069C)
    Current internet management point is externaldnsentry.company.com ClientLocation 13.03.2014 08:34:30 1692 (0x069C)
    Raising event:
    instance of CCM_LocationServices_LocationBaseChange
    ClientID = "GUID:e5b6f053-86b8-4f35-b82e-6cdb3bcabc5e";
    DateTime = "20140313073430.697000+000";
    NewLocation = "Internet";
    OldLocation = "Intranet";
    ProcessID = 1660;
    ThreadID = 1692;
    ClientLocation 13.03.2014 08:34:30 1692 (0x069C)
    Failed to submit event to the Status Agent. Attempting to create pending event. ClientLocation 13.03.2014 08:34:30 1692 (0x069C)
    how can that happen?!

  • Clients can't rejoin domain after server clean install

    Hello, I've got an issue with having client computers rejoin the domain after reinstalling the server software. Another post I read suggested saving the plist files to get the settings the same, but I need to reconfigure manually to eliminate some other problems we've been having.
    We've got an Xserve running 10.4.8 with a mix of XP and Tiger clients all authenticating with the server. Our XP clients have remote profiles converted to local and our Tiger clients use mobile accounts. Generally things were running OK, but we kept having some authentication issues and have SMB crashes. In reviewing our log files it was suggested that our Open Directory was messed up (probably during our upgrade from 10.3 to 10.4) and that a clean install was the best course of action. The server has been running 24x7 for over 3 years without any signifigant maintenance, so this seemed like a good idea.
    Everything was going great. I did the clean install and had DNS and DHCP configured and working, then started setting up Open Directory as the PDC and Windows Services as the Primary WINS. I had intended to recreate the user accounts because I didn't want to reintroduce problems by restoring the settings, however when I added one account and tested logging in on a XP machine it couldn't authenticate even though the domain name and user name was the same as before (short names too). On a whim, I moved the computer from the domain to WORKGROUP and then rejoined the (new) domain. Upon login it created a new roaming profile named user.domain instead of using the other account already there. On the XP client in accounts, the old profile showed up as unknown. I then went to a Mac and tried to log in and had similiar issues not finding the authenticating server.
    After pulling my hair out this evening and realizing that there was no way I was going to have the office operation in the morning, I did a full restore from backup and pretended like I hadn't just wasted my weekend. After I got the server running, I was able to get my client machines to see the domain again and all is as it was.
    Soooo, now the question is how do I create a clean installation with newly created user accounts and get the client computers to recognize the domain server as the same old one? Is there a hidden domain ID or something that is telling the client computers that it isn't the same domain or LDAP server? Any suggestions would be greatly appreciated.
    Thanks.
    xserve G4 & XRaid   Mac OS X (10.4.8)  

    Sorry, to clarify I did not want to use the archive & restore because I didn't want to reintroduce the errors I was trying to eliminate. I setup the Open Directory as a PDC from scratch and then ran into the client authtenication issue. In a desperate attempt to salvage the situation I did restore the previous settings which (A) didn't work and (B) may have made things worse because I already had created some groups and a few users and ended up with groups with duplicate IDs. That was when I scrapped everything and restored the disk from backup.
    Your idea of using export/import is a slightly different avenue. However, now that I'm thinking about it, I didn't even get far enough for the user profiles to be an issue because the client computers weren't even communicating with the server to get the list of users (the Macs log-in by selecting a user name from a list).
    Does export/import of a computer list work? I think I tried to import the computer list last night and the one I had only contained the Macs and these didn't preserve the MAC address info for some reason. I didn't have an export of the XP machines, but tried to manually add them to the list with no success.
    Thanks again for your help.

  • Phones won'ts get configuration from cucm after rebooting

    hey
    i have issue with a CALL MANAHER v9.1 after installation and rebooting, i trie to make some apply on phones but phones won't applis those changes;
    i trie to make a reset factory on phones but nothing work.
    phones show me the configuration before rebooting the server.
    best regardd

    What kind of config is not taking or apply changes to the phones ?
    Sent from Cisco Technical Support iPhone App

Maybe you are looking for

  • Cannot install iclould on my PC running windows 7

    I cannot install iclould on my windows 7 machine that is a 64 bite

  • Using USB ethernet adapter?

    my ibook's ethernet port is non-funtional. and i have been looking into USB Ethernet adapters to help remedy the situation without buying a new computer. but i cannot get my computer to configure to the port. can anyone help me set my computer up to

  • Why can't I copy/paste album art in latest version of iTunes?

    I have the latest version of iTunes and I am unable to copy/paste album art from the internet.  Whenever I try to copy/paste album art from Amazon, it just displays a blank box.  I was able to copy/paste album art just fine before the last iTunes upd

  • Oracle BI Publisher desktop - insert field does not make absolute path

    Hello everyone, I am using the Oracle BI Publisher desktop 11.1.1.5 Lets have the given demodata <demodata>      <person>      <name>Peter</name>      </person>      <relative>      <name>Mike</name>      </relative> </demodata> As you can see the ta

  • Debit memo & J1IH

    Dear All, when i do the Debit memo...in J1IH...i select "OTHER ADJ" button....and make the Values as follows...when i click the Button "Determine G/L accounts"...it shows as follows.... 14.00     - Credit -     SEC payable on excise duty 1,400.00