Unable to halt blade 150 to install via CDROM

Hello,
I am hopeful that I have posted this in the correct forum. I just purchased 3 Sun Blade 150 workstations. I am trying to install Solaris 8, 9, and 10. My problem is that I need to interrupt the boot sequence. Normally (on a SUN keyboard) I would do a STOP-A and be done. I don't have a sun keyboard, instead I am using a Logitech Keyboard and mouse. Does anyone know what key sequence I can use to interrupt the boot?
Thank you in advance,
Gerry

Hello Mark,
this is a link to the archived posting by J. Keil.
http://unix.derkeiler.com/Newsgroups/comp.unix.solaris/2003-08/0158.html
Just in case the link ceases to work this is the text of the posting
Re: german keyboard
From: Juergen Keil ( ... )
Date: 08/01/03
"Langelage, Frank" < ...> writes:
On my blade 150 I attached a german ps/2 keyboard through an ps/2 to
USB adapter.
The machine recognizes this keyboard, but it with english / american layout.
How to say solaris that it is a german keyboard ? Apparently this works automatically with Sun's USB keyboards, because
they indentify with an USB country code of "DE", or something like that.
PC USB keyboards (and this probably includes your PS/2 -> USB device)
don't define an USB country code so the system uses the default of "us
english" layout.
On Solaris x86, the same problem exists and is solved by running
/etc/init.d/keymap (linked to /etc/rcS.d/S33keymap.sh) early at system
startup, and this script run /usr/lib/set_keyboard_layout.
The set_keyboard_layout script is not included with Solaris SPARC, but
is exactly what you need to tell the USB keyboard driver to use
a keyboard layout != english.
To set the USB keyboard to a "German" keyboard layout,
set_keyboard_layout runs the command loadkeys with the undocumented
"-s" option:
/usr/bin/loadkeys -s 9
The loadkeys command should work with USB keyboards on Solaris SPARC.
Valid layout codes for the "loadkeys -s" option can be found in
/usr/share/lib/keytables/type_6/layout_* Michael

Similar Messages

  • Acrobat XI Pro Install via CCP Packager for Enterprise unuseable - tips for the unitiated

    Well, after at least six weeks of trying to script and package Acrobat XI via the CCP packager for enterprise (Windows 7 X64) I have learnt many home truths which I thought I would share with the unitiated. This process, from the point of view of an IT admin who has to mass deploy this application to 680 PC's as part of an updated SOE has been the most painful scripting process I have ever found of any package (we successfully deploy Office, and Autodesk apps!). Not only that, but our entire State technical colleges have all purchased the same version. This will be affecting IT staff across a huge area, perhaps worldwide. Below are some some facts relating to this that I will share so others do not have to trawl the minefiled of dead-ends and confusion that is Adobe forums/official documentation. Apologies for not finding direct links to all of the below just yet but I've run out of time as we now have MANUALLY install Acrobat XI on all of these machines. When I get time I will post some of the links:
    Facts:
    Acrobat XI and Lightroom are NOT "CC" packages. Therefore they rely on a spearate serial numbers to install standalone without another major Adobe product (eg Photoshop) to be installed and then run first. Otherwise they will run in trial mode. If your organistaion is wanting to install these products I highly recommend seeing if Adobe can provide you with these.
    Without the use of serial number for Acrobat XI this almost renders the Customisation Wizard effectively useless, none of the silent install switch will work with "Offline Exception"
    Yes, one Adobe employee notes that you must install a major package before Acrobat but as the aoplogies for not fixing this were posted last August, we are still in the quandry of not having any useable fix except for the ridiculous "Exceptions" file and Exceptions installer.
    If you run the Build and/or execeptions msi's it installs Acrobat twice, gold Adobe, gold.
    http://forums.adobe.com/message/6039529#6039529 - look at this for a working script for Photoshop etc, it's great.Thanks to http://forums.adobe.com/people/PetriRiihikallio for posting this. However, alas, it cannot silently install Acrobat correctly (thus far).
    It appears that the msi builder for CCP for enterprise is fatally flawed. I have never had as much problem with installing msi's -  ever. For example, I have had to re-package the msi multiples times and many times simply running the msi will fail.
    The idea that all major installs have to install the 32 bit version AND the 64 bit version is riduclous, enough said.
    http://blogs.adobe.com/acrolaw/2013/02/acrobat-xi-deployment-guide-for-large-firms/ this guide may be useful for people who have been given a separate serial number.
    http://helpx.adobe.com/acrobat/kb/known-issues-acrobat-xi-reader.html another useful link
    I think for the time being I have now wasted enough time trying to tear my hair out with this. I will be waiting for Adobe to announce Acrobat and Lightroom CC. this will enable the correct deployment of a single app without having the bloat my SOE with unnecessary applications that most staff rarely use. Ahhh, I love a good manual install via VNC/RDP, don't you?

    Hi Waltpenner and others, yes it can be very confusing and writing script after script got me even more confused.
    Now, the story continues, after 6+ hours on the phone with Adobe Support...
    When you install Adobe Acrobat XI it asks you to install the C++ Redistributable package and this is where the msi will STOP INSTALLING. even though the MSI says "complete"
    Now you think to yourself, OK, I'll write a script to install this msi package no problems, solved.
    Nope, the msi for Acrobat Pro XI will Still Halt even if you write this into the script along with halt no err or something similar in your code.
    So what do you do?
    When you create your msi in Cloud Packager, even though this feels completely against your better judgement tick the box under conflicting Process entitled "Ignore Conflicts and Continue installations" This will (finally) allow you to run the msi. Please see the wonderful deployment script above, which you may still need to edit to your needs (I did) - which I post once it's working perfectly.
    You could then install the C++ redist from Microsoft at a later date ----> On that note however (thanks Microsoft for this gem) the Visual C++ redist is an msi for download, but it's actually a zip file calling an exe inside it. I suggest using the App Deploy Repackager  to help you change registry entries if you need to install this, but choose your favourite tool (and no I'm not talking about that work colleague you don't like
    Note: You will need to install this for certain features of Acro Pro XI to function, most of which relates to sever functions of Acrobat. I will post the exact reasons when I find them. Under pressure to get this deployed, I have not deployed this pckage as yet. Also, I'm unsure how Visual C++ will affect other major apps across my enterprise just yet.
    Things to still consider
    Acrobat still installs twice in the program directory (1.7GB nd 1.8GB respectively)
    As all of the other CC packages are quite easy to install, Adobe needs to provide better service to it's enterprise customers by creating a proper version of Acrobat and Lightroom which is Acrobat CC and Lightroom CC, not version numbers tacked onto their new Cloud Service.
    As for the above point I would still recommend creating the smallest msi packages you can, as large msi's that install a number of Apps (eg all of the web/image editing apps) take forever and quite often exhibit install errors
    The amount of time I've spent on this is ridiculous, and we've had to package everything from Office to Autocad.
    The amount of bandwidth I've chewed up is excessive, with package re-creation (download) of all the products probably about 100GB - however the ability to edit these packages with updates with the CCP is a good step forward.
    Using the CCP through a proxy is horrendous, and complicated with the amount of exception through the servers you have to prvide (even then it rarely works).
    The MSI packager still needs quite alot of work. As Petri states why he had to write a script like this when Adobe could have done the same thing is beyond him.
    Adobe needs to trawl it's forum posts and take out the many false leads and dead ends provided by it's experts.
    When I Think of anything else, or wite more scipts I'll let you all know.
    Cheers,

  • Sun Blade 150

    Hi,
    I'm having a Sun Blade 150 Workstation (quite old one). I'm having IDE CDROM & one USB CDROM. I'm having Solaris 5.8 installed on it. Now I want to upgrade it to Solaris 5.9 9/05.
    First I tried to install it from the IDE CDROM by giving the command "boot cdrom" from OK prompt. It gave me error Can't find boot device.
    Then I tried to boot from my USB CDROM again I get the same error.
    I also tried combinations such as boot cdrom1/2 etc.
    My USB CDROM works perfectly in Solaris 8, when I insert the cd it mounts properly.
    What could be the problem while booting from USB CDROM?
    I do not have any SCSI card/port to install a SCSI CDROM.
    Any help would be great for me.
    Thanks,
    Pranay C. Tembhekar

    Hello,
    <i>However I wonder that USB CDROM support is not there.</i>
    To use a device without a loaded operating system, the OBP (aka "BIOS", firmware) of your system <u>must</u> know how to handle this device. Either the device is directly supported by the OBP (OBP includes the firmware) or the firmware is integrated on the add-in board (e.g. Sun framebuffers, SCSI hba) in a ROM.
    Attaching a USB keyboard/mouse to a non-USB system (with Mini-DIN connector) to an add-in USB adapter is possible, while the USB keyboard isn't functional at the OBP level, it works after loading the USB driver at the operating system level.
    According to the Release Notes Solaris 10 1/06 supports multiple keyboards/mice.
    Michael

  • The WSUS administration console was unable to connect to the WSUS Server via the remote API. (Server 2k8)

    I have installed a new server for WSUS on Server 2k8, This is a stand alone server on Internet No client system is connected on this server as I have to copy these updates to my LAN which never connects to internet. (Previously I was using server 2k3. for
    online & server 2008 on my LAN , now I have changed the server for Online)
    Wsus has finished the synchronization & downloaded updates of around 67GB & its downloading more updates. The server shows me some updates are waiting to approved. but when I click the link for those updates I get following error message.
    error code is as follows -
    The WSUS administration console was unable to connect to the WSUS Server via the remote API.
    Verify that the Update Services service, IIS and SQL are running on the server. If the problem persists, try restarting IIS, SQL, and the Update Services Service.
    System.Net.WebException -- The operation has timed out
    Source
    System.Web.Services
    Stack Trace:
       at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebRequest request)
       at System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse(WebRequest request)
       at Microsoft.UpdateServices.Internal.DatabaseAccess.ApiRemotingCompressionProxy.GetWebResponse(WebRequest webRequest)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
       at Microsoft.UpdateServices.Internal.ApiRemoting.ExecuteSPSearchUpdates(String updateScopeXml, String preferredCulture, Int32 publicationState)
       at Microsoft.UpdateServices.Internal.DatabaseAccess.AdminDataAccessProxy.ExecuteSPSearchUpdates(String updateScopeXml, String preferredCulture, ExtendedPublicationState publicationState)
       at Microsoft.UpdateServices.Internal.BaseApi.Update.SearchUpdates(UpdateScope searchScope, ExtendedPublicationState publicationState, UpdateServer updateServer)
       at Microsoft.UpdateServices.Internal.BaseApi.UpdateServer.GetUpdates(UpdateScope searchScope)
       at Microsoft.UpdateServices.UI.AdminApiAccess.UpdateManager.GetUpdates(ExtendedUpdateScope filter)
       at Microsoft.UpdateServices.UI.AdminApiAccess.BulkUpdatePropertiesCache.GetAndCacheUpdates(ExtendedUpdateScope updateScope, ComputerTargetScope computerTargetScope)
       at Microsoft.UpdateServices.UI.SnapIn.Pages.UpdatesListPage.GetListRows()
    I Have tried desabling the firewall,disabling the antivirus protection. Tried by changing the default rule Please Help.

    Hi Sagar,
    First, please check if the RAM is exhausted. When there is not enough RAM, this issue may occurs.
    Please try to run iisreset on the WSUS server, then try to reconnect.
    Also, please try to run the server cleanup wizard to remove the unused update.
    Best Regards.
    Steven Lee Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • GRUB unable to find file, fails to install

    (FTP install via floppies, GRUB 0.96-1, installation via arch/setup utility)
    GRUB fails to install, giving the error message "Error: unable to find file" after checking for a file in /boot/grub (grub.menu IIRC), and quitting without further action. Menu.1st is there, but GRUB seems to want something else.

    There might be an issue relative to the used fs. I allways had problems if I tried to install grub into xfs or jfs partitions, and had to install lilo first during installation procedure. After first boot, I usually removed lilo and installed grub without any problems.

  • Unable to Silent Monitor newly configured agent via SAD

    Unable to silent monitor newly configured agent via SAD (supervisor agent desktop).....attached is a screen shot of the error messages.
    I have verified the following -
    - agent is able to log in successfully...
    - supervisor is able to see the agent via realtime report etc...
    - agents that are being monitored successfully, has the same NIC card and are on the same vlan as the new agent...
    - I am able to see the new agent extension and mac address under VoIP monitoring device in the CDA (cisco desktop administration)... 
    Please advise, thanks -  

    There is a utility in the newer releases of UCCX that is included with CAD on the agent PCs that can help narrow down the cause of this problem.  On the agent PC, navigate to C:\Program Files\cisco\desktop\bin and you will see NICQ.exe.  Run this utility while the agent is on a call.  This utility captures packets on the NIC and verifies that the PC is receiving packets from the phone correctly.
    If this tool reports that it cannot find an RTP stream, it's best to focus on the agent PC and their phone configuration.  On some phones, you may need to disable the advertise G722 codec, because this is not supported with CAD monitoring/recording yet.  Also, even though the MAC address shows up correctly in CDA for their extension, it's important to make sure the extension is only used once in CUCM by searching the route plan report.  Otherwise, the VoIP Monitoring service may receive the wrong device's MAC address when trying to filter for the RTP stream.
    Make sure the PostInstall tool on the agent PC has the correct NIC selected to capture traffic on.  This is important when the agent PC has more than one NIC installed.  This utility is also in C:\Program Files\cisco\desktop\bin on the agent PC.
    If the phone seems OK but the problem remains, you can isolate it to a PC by connecting the agent's phone to another PC, like the PC of an agent that can be monitored.  If the non-working agent can be monitored using their own login to CAD and their own phone on the other agent's PC, then it's just a matter of finding differences between the two PCs that can lead to the problem.
    Thanks,
    Brendan

  • Second IDE controller not seen, Blade 150

    On our Blade 150, on the first IDE bus I have a hard drive and a DVD recorder. On the second IDE bus I have another hard drive. The second bus is not seen at all. If I do a stop-a, probe-scsi-all the drive on the second controller is not seen. If I swap the two hard drives I get the same results; drives on the first bus are seen, drives on the second bus are not seen. I have also tried a new cable. Do I need to enable the second IDE controller somehow? Am I overlooking something? My goal is to make this a multi-boot machine and use an alias to choose which drive to boot from.

    Thank you for the tip, I gave this a shot. I took all the defaults up to the point where it asked if I wanted to rebuild the path_to_inst file, where I answered yes. Then it asked for the physical name of the root device, I took the default which looked correct. Then it gave me the same error as before, "/dev/dsk/c0t2d0s6 or /usr, no such file or directory" and the boot failed. I then rebooted again and it cannot find the path_to_inst file so aparently it did not get far enough to save the new file.
    Just to clarify what I believe the problem is, here is my layout:
    c0t0d0sX --> Solaris 9 install, boots and runs great, c0t2d0sX listed under both /dev/dsk and /dev/rdsk, c0t2d0sX will mount just fine when running Solaris 9 so the disk looks OK
    c0t2d0sX --> Solaris 8 install, OS was installed when disk was in c0t0d0 location then the disk was moved to c0t2d0 (first disk, second IDE bus), now has problems booting, c0t2d0sX not listed under /dev/dsk or /dev/rdsk on this disk and I think this is the problem.

  • Apple Mobile Device Support won't install via software distribution tool

    Trying to install iTunes v10.0.1.22 in corporate environment using a software distribution application. The individual components Apple Application Support v1.3.2, QuickTime v7.68.75 and iTunes v10.0.1.22 all install successfully. Apple Mobile Device Support v3.2.0.47 fails with the following in the install log file:
    DIFXAPP: ENTER: ProcessDriverPackages()
    DIFXAPP: INFO: 'Component' is 'usbaapl.inf'
    DIFXAPP: INFO: Component state 0x2 -> 0x3
    DIFXAPP: INFO: 'ComponentId' is {9AA3828A-F852-11DB-8E29-6C6B55D89593}
    DIFXAPP: INFO: 'Flags' is 23
    DIFXAPP: INFO: component path is C:\Program Files\Common Files\Apple\Mobile Device Support\Drivers\
    DIFXAPP: INFO: user SID of user performing the install is 'S-1-5-21-1960408961-436374069-1801674531-500'.
    DIFXAPP: INFO: creating HKEY_USERS\S-1-5-21-1960408961-436374069-1801674531-500\Software\Microsoft\Wind ows\CurrentVersion\DIFxApp\Components\{9AA3828A-F852-11DB-8E29-6C6B55D89593} (User's SID: 'S-1-5-21-1960408961-436374069-1801674531-500') ...
    DIFXAPP: ERROR 0x57 encountered while creating subkey for component '{9AA3828A-F852-11DB-8E29-6C6B55D89593}'
    DIFXAPP: RETURN: ProcessDriverPackages() 87 (0x57)
    Action ended 15:59:25: MsiProcessDrivers. Return value 3.
    Action ended 15:59:25: INSTALL. Return value 3.
    The Apple Mobile Device Support component installs without failure when run manually from a command line but we have not been able to find a way to successfully install running an unattended install via a remote management software distribution tool (in this case Tivoli).
    Please help, we need to roll this out to corporate executives to support the new iPhones being supplied to them.

    Trying to install iTunes v10.0.1.22 in corporate environment using a software distribution application. The individual components Apple Application Support v1.3.2, QuickTime v7.68.75 and iTunes v10.0.1.22 all install successfully. Apple Mobile Device Support v3.2.0.47 fails with the following in the install log file:
    DIFXAPP: ENTER: ProcessDriverPackages()
    DIFXAPP: INFO: 'Component' is 'usbaapl.inf'
    DIFXAPP: INFO: Component state 0x2 -> 0x3
    DIFXAPP: INFO: 'ComponentId' is {9AA3828A-F852-11DB-8E29-6C6B55D89593}
    DIFXAPP: INFO: 'Flags' is 23
    DIFXAPP: INFO: component path is C:\Program Files\Common Files\Apple\Mobile Device Support\Drivers\
    DIFXAPP: INFO: user SID of user performing the install is 'S-1-5-21-1960408961-436374069-1801674531-500'.
    DIFXAPP: INFO: creating HKEY_USERS\S-1-5-21-1960408961-436374069-1801674531-500\Software\Microsoft\Wind ows\CurrentVersion\DIFxApp\Components\{9AA3828A-F852-11DB-8E29-6C6B55D89593} (User's SID: 'S-1-5-21-1960408961-436374069-1801674531-500') ...
    DIFXAPP: ERROR 0x57 encountered while creating subkey for component '{9AA3828A-F852-11DB-8E29-6C6B55D89593}'
    DIFXAPP: RETURN: ProcessDriverPackages() 87 (0x57)
    Action ended 15:59:25: MsiProcessDrivers. Return value 3.
    Action ended 15:59:25: INSTALL. Return value 3.
    The Apple Mobile Device Support component installs without failure when run manually from a command line but we have not been able to find a way to successfully install running an unattended install via a remote management software distribution tool (in this case Tivoli).
    Please help, we need to roll this out to corporate executives to support the new iPhones being supplied to them.

  • Unable to back up external hard drive via Time Machine.  Says no room but has back ups from two previous Mac notebooks on it.  Tried deleting them and now can't do anything.  Any ideas?

    Unable to back up external hard drive via Time Machine.  Says no room but has back ups from two previous Mac notebooks on it.  Tried deleting them and now can't do anything.  Any ideas?

    As john noted, eventually that external is probably not going to be big enough, but it certainly is for now. The HD just needs enough capacity to cover the amount of data on your internal HD, not the internal HD's total capacity.
    Format/partition the external as follows and you should be set to go:
    1. Connect the external HD to the MBP.
    2. Open Disk Utility on the MBP.
    3. Select the external HD in the left pane.
    4. Click on the Erase tab.
    5. Choose the Format: Mac OS Extended (Journaled).
    NOTE: if you want to zero the HD (which I always think is a good idea, but does take time), click on Security Options, click the button for Zero Out Data, click OK. The larger the HD, the longer this will take, in some cases several hours.
    6. Click on Erase and wait for the entire process to finish.
    7. Click the Partition tab.
    8. Click on Volume Scheme: and choose the number of partitions (just one in this situation).
    9. Click on the Options button (located underneath the Volume Scheme pane) and select GUID.
    10. Click Apply.
    11. Quit Disk Utility.
    Backup your internal to the external. What application are you using to backup with? I highly recommend both SuperDuper! and CarbonCopyCloner.

  • Unable to access a windows 7 Workstation via RDP

    Hi,
    I have a windows 7 Pro SP1 workstation that I’m unable to access from any other machine via RDP...
    This is a domain environment.
    The machine in question is 100% up to date. (WSUS)
    It's running an up-to-date anti-virus solution and has been scanned. (Panda cloud) (No firewall)
    This is on a local network, no router involved.
    Can ping the machine, can see network shares.
    Checked that it's listening on the correct port.
    Necessary services are running and are starting correctly.
    Configured RDP correctly and tried different configurations (with and without NLA and adding/removing users)
    This machine seems to be able to RDP into other machines, it just wont accept any sessions.
    Assigning the necessary exclusions in firewall - no effect
    Firewall is disabled by GPO and I have stopped the service - no effect.
    Deleted the computer certificate - no effect.
    uninstalled the RDP 8 update - no effect
    Tried using both the IP and hostname - no difference
    I'm completely out of ideas, no other machine I tested with is having this issue and all the domain machines are running same AV and same GPO's are applied.
    Re-installation is not an option.
    Below is the error - very unhelpful.
    Kind Regards,
    Stephen

    Hi Hinte,
    Here are the results:
    Here is the netstat result - can't see 3389 anywhere:
    Active Connections
      Proto  Local Address          Foreign Address        State           PID
      TCP    0.0.0.0:135            0.0.0.0:0              LISTENING       1060
      RpcSs
     [svchost.exe]
      TCP    0.0.0.0:445            0.0.0.0:0              LISTENING       4
     Can not obtain ownership information
      TCP    0.0.0.0:623            0.0.0.0:0              LISTENING       4124
     [LMS.exe]
      TCP    0.0.0.0:16992          0.0.0.0:0              LISTENING       4124
     [LMS.exe]
      TCP    0.0.0.0:18226          0.0.0.0:0              LISTENING       2476
     [WAHost.exe]
      TCP    0.0.0.0:49152          0.0.0.0:0              LISTENING       532
     [wininit.exe]
      TCP    0.0.0.0:49153          0.0.0.0:0              LISTENING       1140
      eventlog
     [svchost.exe]
      TCP    0.0.0.0:49154          0.0.0.0:0              LISTENING       1292
      Schedule
     [svchost.exe]
      TCP    0.0.0.0:49185          0.0.0.0:0              LISTENING       624
     [lsass.exe]
      TCP    0.0.0.0:49187          0.0.0.0:0              LISTENING       600
     [services.exe]
      TCP    0.0.0.0:49192          0.0.0.0:0              LISTENING       3268
      PolicyAgent
     [svchost.exe]
      TCP    127.0.0.1:5939         0.0.0.0:0              LISTENING       2360
     [TeamViewer_Service.exe]
      TCP    127.0.0.1:5939         127.0.0.1:49206        ESTABLISHED     2360
     [TeamViewer_Service.exe]
      TCP    127.0.0.1:5939         127.0.0.1:49234        ESTABLISHED     2360
     [TeamViewer_Service.exe]
      TCP    127.0.0.1:49204        127.0.0.1:49205        ESTABLISHED     3856
     [TeamViewer_Desktop.exe]
      TCP    127.0.0.1:49205        127.0.0.1:49204        ESTABLISHED     3856
     [TeamViewer_Desktop.exe]
      TCP    127.0.0.1:49206        127.0.0.1:5939         ESTABLISHED     3856
     [TeamViewer_Desktop.exe]
      TCP    127.0.0.1:49232        127.0.0.1:49233        ESTABLISHED     2660
     [TeamViewer.exe]
      TCP    127.0.0.1:49233        127.0.0.1:49232        ESTABLISHED     2660
     [TeamViewer.exe]
      TCP    127.0.0.1:49234        127.0.0.1:5939         ESTABLISHED     2660
     [TeamViewer.exe]
      TCP    127.0.0.1:49241        0.0.0.0:0              LISTENING       4552
     [UNS.exe]
      TCP    192.168.100.22:139     0.0.0.0:0              LISTENING       4
     Can not obtain ownership information
      TCP    192.168.100.22:49201   92.51.156.72:443       ESTABLISHED     2360
     [TeamViewer_Service.exe]
      TCP    192.168.100.22:49203   197.85.190.46:443      ESTABLISHED     2360
     [TeamViewer_Service.exe]
      TCP    192.168.100.22:49211   192.168.100.5:445      ESTABLISHED     4
     Can not obtain ownership information
      TCP    192.168.100.22:49231   192.168.100.5:49159    ESTABLISHED     1732
     [spoolsv.exe]
      TCP    [::]:135               [::]:0                 LISTENING      
    1060
      RpcSs
     [svchost.exe]
      TCP    [::]:445               [::]:0                 LISTENING      
    4
     Can not obtain ownership information
      TCP    [::]:623               [::]:0                 LISTENING      
    4124
     [LMS.exe]
      TCP    [::]:16992             [::]:0                 LISTENING      
    4124
     [LMS.exe]
      TCP    [::]:49152             [::]:0                 LISTENING      
    532
     [wininit.exe]
      TCP    [::]:49153             [::]:0                 LISTENING      
    1140
      eventlog
     [svchost.exe]
      TCP    [::]:49154             [::]:0                 LISTENING      
    1292
      Schedule
     [svchost.exe]
      TCP    [::]:49185             [::]:0                 LISTENING      
    624
     [lsass.exe]
      TCP    [::]:49187             [::]:0                 LISTENING      
    600
     [services.exe]
      TCP    [::]:49192             [::]:0                 LISTENING      
    3268
      PolicyAgent
     [svchost.exe]
      TCP    [::1]:49179            [::]:0                 LISTENING       2008
     [jhi_service.exe]
      TCP    [::1]:49237            [::1]:49239            ESTABLISHED     4124
     [LMS.exe]
      TCP    [::1]:49239            [::1]:49237            ESTABLISHED     4124
     [LMS.exe]
      UDP    0.0.0.0:123            *:*                                   
    1256
      W32Time
     [svchost.exe]
      UDP    0.0.0.0:500            *:*                                   
    1292
      IKEEXT
     [svchost.exe]
      UDP    0.0.0.0:4500           *:*                                   
    1292
      IKEEXT
     [svchost.exe]
      UDP    0.0.0.0:5355           *:*                                   
    1540
      Dnscache
     [svchost.exe]
      UDP    0.0.0.0:21226          *:*                                   
    2476
     [WAHost.exe]
      UDP    127.0.0.1:50083        *:*                                   
    1400
      gpsvc
     [svchost.exe]
      UDP    127.0.0.1:55096        *:*                                   
    624
     [lsass.exe]
      UDP    127.0.0.1:60632        *:*                                   
    1540
      NlaSvc
     [svchost.exe]
      UDP    127.0.0.1:64416        *:*                                   
    4416
     [IntelSmallBusinessAdvantage.exe]
      UDP    192.168.100.22:137     *:*                                   
    4
     Can not obtain ownership information
      UDP    192.168.100.22:138     *:*                                   
    4
     Can not obtain ownership information
      UDP    [::]:123               *:*                                   
    1256
      W32Time
     [svchost.exe]
      UDP    [::]:500               *:*                                   
    1292
      IKEEXT
     [svchost.exe]
      UDP    [::]:4500              *:*                                   
    1292
      IKEEXT
     [svchost.exe]
      UDP    [::]:5355              *:*                                   
    1540
      Dnscache
     [svchost.exe]
      UDP    [fe80::3447:c85a:1d2d:4ff9%11]:546  *:*                                   
    1140
      Dhcp
     [svchost.exe]

  • I have a MacBook with OS X 10.5.8 and I purchased a Mtn Lion OS up grade and it keeps telling me to install via the Mac App Store, but I can't get the Mac App Store installed on the MacBook it wants at least 10.6.6 so I seem to be stuck . Help

    I have a MacBook with OS X 10.5.8 and I purchased a Mtn Lion OS up grade and it keeps telling me to install via the Mac App Store, but I can't get the Mac App Store installed on the MacBook it wants at least 10.6.6 so I seem to be stuck . Help

    ChuckPhilyaw wrote:
    I have a MacBook with OS X 10.5.8 ...
    The first step in Upgrading... is to Snow Leopard = OS X 10.6.x
    It is Not available as a download... It is a Paid Upgrade.
    Do this first...
    Check that your Mac meets the System Requirements for Snow Leopard...
    Snow Leopard Tech Specs  >  http://support.apple.com/kb/SP575
    If so... Purchase a Snow Leopard Install Disc...
    http://store.apple.com/us/product/MC573Z/A/mac-os-x-106-snow-leopard
    After the Successful Install, run Software Update to get the latest updates for Snow Leopard and iTunes.
    Be sure to make a Backup of your Current System Before Upgrading...

  • SCCM 2012 SP1 agent install via WSUS

    Hi guys,
    I'm having got an issue when I try installing the agent via WSUS. When I try installing manually everything seems to work.
    Here are the infos from the ccmsetup.log:
    ==========[ ccmsetup started in process 2252 ]========== ccmsetup 08.02.2013 13:45:46 196 (0x00C4)
    Running on platform X86 ccmsetup 08.02.2013 13:45:46 196 (0x00C4)
    Updated security on object C:\WINDOWS\ccmsetup\cache\. ccmsetup 08.02.2013 13:45:46 196 (0x00C4)
    Launch from folder C:\WINDOWS\SoftwareDistribution\Download\Install\ ccmsetup 08.02.2013 13:45:46 196 (0x00C4)
    CcmSetup version: 5.0.7804.1000 ccmsetup 08.02.2013 13:45:46 196 (0x00C4)
    Running on OS (6.1.7601). Service Pack (1.0). SuiteMask = 256. Product Type = 1 ccmsetup 08.02.2013 13:45:46 196 (0x00C4)
    Ccmsetup command line: "C:\WINDOWS\SoftwareDistribution\Download\Install\ccmsetup.exe"  ccmsetup 08.02.2013 13:45:46 196 (0x00C4)
    CCMGetGlobalService(&spService), HRESULT=87d00219 (e:\nts_sccm_release\sms\framework\core\ccmcore\ccmconditions.cpp,39) ccmsetup 08.02.2013 13:45:46 196 (0x00C4)
    LSJoinedToADDomain ccmsetup 08.02.2013 13:45:46 196 (0x00C4)
    Local Machine is joined to an AD domain ccmsetup 08.02.2013 13:45:46 196 (0x00C4)
    LSGetADForestAndDomainName ccmsetup 08.02.2013 13:45:46 196 (0x00C4)
    Current AD forest name is mydomain.tld, domain name is mydomain.tld ccmsetup 08.02.2013 13:45:46 196 (0x00C4)
    Domain joined client is in Intranet ccmsetup 08.02.2013 13:45:46 196 (0x00C4)
    LSGetAssignedSiteFromAD ccmsetup 08.02.2013 13:45:46 196 (0x00C4)
    DhcpGetOriginalSubnetMask entry point is supported. ccmsetup 08.02.2013 13:45:46 196 (0x00C4)
    Begin checking Alternate Network Configuration ccmsetup 08.02.2013 13:45:46 196 (0x00C4)
    spNamespace.Open(sNamespacePath), HRESULT=8004100e (e:\nts_sccm_release\sms\framework\ccmutillib\ccmiputil.cpp,1109) ccmsetup 08.02.2013 13:45:46 196 (0x00C4)
    Finished checking Alternate Network Configuration ccmsetup 08.02.2013 13:45:46 196 (0x00C4)
    LSGetADSiteName ccmsetup 08.02.2013 13:45:46 196 (0x00C4)
    Current AD site of machine is DE-Zeilarn ccmsetup 08.02.2013 13:45:46 196 (0x00C4)
    Attempting to query AD for assigned site code ccmsetup 08.02.2013 13:45:46 196 (0x00C4)
    Performing AD query: '(&(ObjectCategory=MSSMSRoamingBoundaryRange)(|(&(MSSMSRangedIPLow<=2887256160)(MSSMSRangedIPHigh>=2887256160))))' ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    Performing AD query: '(&(ObjectCategory=mSSMSSite)(|(mSSMSRoamingBoundaries=172.24.8.0)(mSSMSRoamingBoundaries=DE-Zeilarn)(mSSMSSiteCode=XYZ)))' ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    LSIsSiteCompatible : Verifying Site Compatibility for <XYZ> ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    CCMGetGlobalService(&spService), HRESULT=87d00219 (e:\nts_sccm_release\sms\framework\core\ccmcore\ccmconditions.cpp,39) ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    LSGetADForestAndDomainName ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    Current AD forest name is mydomain.tld, domain name is mydomain.tld ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    Domain joined client is in Intranet ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    LSGetSiteVersionFromAD ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    LSGetSiteVersionFromAD : Attempting to query AD for MPs for site 'XYZ' ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    Performing AD query: '(&(ObjectCategory=mSSMSManagementPoint)(mSSMSSiteCode=XYZ))' ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    LSGetSiteVersionFromAD : Successfully retrieved version '5.00.7804.1000' for site 'XYZ' ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    LSIsSiteCompatible : Site Version = '5.00.7804.1000' Site Capabilities = <Capabilities SchemaVersion="1.0"><Property Name="SSL" Version="1"/><Property Name="SSLState" Value="31"/></Capabilities> ccmsetup 08.02.2013
    13:45:47 196 (0x00C4)
    LSIsSiteVersionCompatible : Site Version '5.00.7804.1000' is compatible. ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    LSIsSiteCompatible : Site <XYZ> Version '5.00.7804.1000' is compatible. ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    LSGetAssignedSiteFromAD : Trying to Assign to the Site <XYZ> ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    Got site code 'XYZ' from AD. ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    Retrieving client operational settings from AD. ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    Performing AD query: '(&(ObjectCategory=mSSMSManagementPoint)(mSSMSDefaultMP=TRUE)(mSSMSSiteCode=XYZ))' ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    OperationalXml '<ClientOperationalSettings><Version>5.00.7804.1000</Version><SecurityConfiguration><SecurityModeMask>0</SecurityModeMask><SecurityModeMaskEx>448</SecurityModeMaskEx><HTTPPort>80</HTTPPort><HTTPSPort>443</HTTPSPort><CertificateStoreName></CertificateStoreName><CertificateIssuers>CN=root-ca</CertificateIssuers><CertificateSelectionCriteria></CertificateSelectionCriteria><CertificateSelectFirstFlag>1</CertificateSelectFirstFlag><SiteSigningCert>308202F4308201DCA003020102021011B05A5A5C9B0BBA4299C744025DA257300D06092A864886F70D01010B05003016311430120603550403130B53697465205365727665723020170D3133303131363138303730375A180F32313132313232343138303730375A3016311430120603550403130B536974652053657276657230820122300D06092A864886F70D01010105000382010F003082010A02820101009855D66E3C7F2CBA9E701E06597B77942120C27D6A4B7FACE3DB214363C20E6AD12BFFB7225A5D9B84A316B6EC20979007CB6FEE71A82D879091A0EEC7E07C7952EDA27ED31C76E63CF8ABA411B8BA79AB8B48B4FA4204085E8836B7F4619A0E29160528C91D205A8C4F1CBDF5C78CC27ED7C5BAA9369E74F7B610C77BAA777E5B31DF65DC562129D26A5C730161D7D1E2946B3953F8923BFE80A812AE2304A8B3701400CE11BF4F1521A693B9624BF25A19AD1A8E56DE9B99793D60CFA4D9B83E4777B169FF33CEF04298AAEECE733AB9A9CCD7380C8073079D95D650434D2FF7AD33AB21A0DAE4EDB64343E94141108F594925BE214933AC9E3BC043FD332F0203010001A33C303A30220603551D11041B301982175649455343434D322E65696E737465696E2E6C6F63616C30140603551D25040D300B06092B060104018237650B300D06092A864886F70D01010B0500038201010089A4B76FFBF73A0F9872BF2B6C14B7EAFAEDBCDEB2793675048BEA300BADC1E168FE75E6A8207B0BADD5C9FC533F62687DD393DDE8C0E68E1973DE32B9DC85DAF41D2AB62F34AC8C88CF8C02FCCE04695D732317430561D3D0F8C95719AA605D0E68488CAB9B3A98461D19EF9E62FF2F37A8E45CCAFE65E48A46CE48987A41858CE2B7324D5F529E0E3A76DE8374787851C9F7044FBEF89C583CC42717F3BDFDF4E73A64FBE4A2991B32C7C2C30117EFE584111112C39368A4712BBD147934D38B4C4FB9E12A6254969A6DDFFE40DA7D687F42D8528A6F8117028C3F25401D1892574303F6C02E208E4F938429B0AC4DC9F9EDC98B6D40D2EBD9266223D02EBF</SiteSigningCert></SecurityConfiguration><RootSiteCode>XYZ</RootSiteCode><CCM>
    <CommandLine>SMSSITECODE=XYZ</CommandLine> </CCM><FSP> <FSPServer></FSPServer> </FSP><Capabilities SchemaVersion ="1.0"><Property Name="SSL" Version="1" /><Property Name="SSLState"
    Value="31" /></Capabilities><Domain Value="mydomain.tld" /><Forest Value="mydomain.tld" /></ClientOperationalSettings>' ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    HTTP is selected for Client. The current state is 0. ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    The MP name retrieved is 'mysccmserver.mydomain.tld' with version '7804' and capabilities '<Capabilities SchemaVersion="1.0"><Property Name="SSL" Version="1"/><Property Name="SSLState" Value="31"/></Capabilities>' ccmsetup 08.02.2013
    13:45:47 196 (0x00C4)
    MP 'mysccmserver.mydomain.tld' is not compatible ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    Retrieved 0 MP records from AD for site 'XYZ' ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    Received client operational settings: <ClientOperationalSettings><Version>5.00.7804.1000</Version><SecurityConfiguration><SecurityModeMask>0</SecurityModeMask><SecurityModeMaskEx>448</SecurityModeMaskEx><HTTPPort>80</HTTPPort><HTTPSPort>443</HTTPSPort><CertificateStoreName></CertificateStoreName><CertificateIssuers>CN=root-ca</CertificateIssuers><CertificateSelectionCriteria></CertificateSelectionCriteria><CertificateSelectFirstFlag>1</CertificateSelectFirstFlag><SiteSigningCert>308202F4308201DCA003020102021011B05A5A5C9B0BBA4299C744025DA257300D06092A864886F70D01010B05003016311430120603550403130B53697465205365727665723020170D3133303131363138303730375A180F32313132313232343138303730375A3016311430120603550403130B536974652053657276657230820122300D06092A864886F70D01010105000382010F003082010A02820101009855D66E3C7F2CBA9E701E06597B77942120C27D6A4B7FACE3DB214363C20E6AD12BFFB7225A5D9B84A316B6EC20979007CB6FEE71A82D879091A0EEC7E07C7952EDA27ED31C76E63CF8ABA411B8BA79AB8B48B4FA4204085E8836B7F4619A0E29160528C91D205A8C4F1CBDF5C78CC27ED7C5BAA9369E74F7B610C77BAA777E5B31DF65DC562129D26A5C730161D7D1E2946B3953F8923BFE80A812AE2304A8B3701400CE11BF4F1521A693B9624BF25A19AD1A8E56DE9B99793D60CFA4D9B83E4777B169FF33CEF04298AAEECE733AB9A9CCD7380C8073079D95D650434D2FF7AD33AB21A0DAE4EDB64343E94141108F594925BE214933AC9E3BC043FD332F0203010001A33C303A30220603551D11041B301982175649455343434D322E65696E737465696E2E6C6F63616C30140603551D25040D300B06092B060104018237650B300D06092A864886F70D01010B0500038201010089A4B76FFBF73A0F9872BF2B6C14B7EAFAEDBCDEB2793675048BEA300BADC1E168FE75E6A8207B0BADD5C9FC533F62687DD393DDE8C0E68E1973DE32B9DC85DAF41D2AB62F34AC8C88CF8C02FCCE04695D732317430561D3D0F8C95719AA605D0E68488CAB9B3A98461D19EF9E62FF2F37A8E45CCAFE65E48A46CE48987A41858CE2B7324D5F529E0E3A76DE8374787851C9F7044FBEF89C583CC42717F3BDFDF4E73A64FBE4A2991B32C7C2C30117EFE584111112C39368A4712BBD147934D38B4C4FB9E12A6254969A6DDFFE40DA7D687F42D8528A6F8117028C3F25401D1892574303F6C02E208E4F938429B0AC4DC9F9EDC98B6D40D2EBD9266223D02EBF</SiteSigningCert></SecurityConfiguration><RootSiteCode>XYZ</RootSiteCode><CCM>
    <CommandLine>SMSSITECODE=XYZ</CommandLine> </CCM><FSP> <FSPServer></FSPServer> </FSP><Capabilities SchemaVersion ="1.0"><Property Name="SSL" Version="1" /><Property Name="SSLState"
    Value="31" /></Capabilities><Domain Value="mydomain.tld" /><Forest Value="mydomain.tld" /></ClientOperationalSettings>. ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    Security settings: Http port 80; https port 443; select first cert 1; sslstate 480 ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    Security settings: Certificate Issuers =  ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    FromAD: command line = SMSSITECODE=XYZ ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    LSGetManagementPointsForSiteFromAD ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    CCMGetGlobalService(&spService), HRESULT=87d00219 (e:\nts_sccm_release\sms\framework\core\ccmcore\ccmconditions.cpp,39) ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    LSGetADForestAndDomainName ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    Current AD forest name is mydomain.tld, domain name is mydomain.tld ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    Domain joined client is in Intranet ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    CMPInfoFromADCache requests are throttled for 00:59:59 ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    SslState value: 480 ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    Ccmsetup was run without any user parameters specified. Running without registering ccmsetup as a service. ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    Detected sitecode 'XYZ' from AD. ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    CCMHTTPPORT:    80 ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    CCMHTTPSPORT:    443 ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    CCMHTTPSSTATE:    480 ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    CCMHTTPSCERTNAME:     ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    FSP:     ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    CCMCERTISSUERS:    CN=root-ca ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    CCMFIRSTCERT:    1 ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    Creating CCMCertStore ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    CCMCERTID:    SMS;FB0F35392A7FF68D2FA9C97D0CD54A3E0057964E ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    No MP or source location has been explicitly specified.  Trying to discover a valid content location... ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    Looking for MPs from AD... ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    Retrieving client operational settings from AD. ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    CMPInfoFromADCache requests are throttled for 00:59:59 ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    Received client operational settings: <ClientOperationalSettings><Version>5.00.7804.1000</Version><SecurityConfiguration><SecurityModeMask>0</SecurityModeMask><SecurityModeMaskEx>448</SecurityModeMaskEx><HTTPPort>80</HTTPPort><HTTPSPort>443</HTTPSPort><CertificateStoreName></CertificateStoreName><CertificateIssuers>CN=root-ca</CertificateIssuers><CertificateSelectionCriteria></CertificateSelectionCriteria><CertificateSelectFirstFlag>1</CertificateSelectFirstFlag><SiteSigningCert>308202F4308201DCA003020102021011B05A5A5C9B0BBA4299C744025DA257300D06092A864886F70D01010B05003016311430120603550403130B53697465205365727665723020170D3133303131363138303730375A180F32313132313232343138303730375A3016311430120603550403130B536974652053657276657230820122300D06092A864886F70D01010105000382010F003082010A02820101009855D66E3C7F2CBA9E701E06597B77942120C27D6A4B7FACE3DB214363C20E6AD12BFFB7225A5D9B84A316B6EC20979007CB6FEE71A82D879091A0EEC7E07C7952EDA27ED31C76E63CF8ABA411B8BA79AB8B48B4FA4204085E8836B7F4619A0E29160528C91D205A8C4F1CBDF5C78CC27ED7C5BAA9369E74F7B610C77BAA777E5B31DF65DC562129D26A5C730161D7D1E2946B3953F8923BFE80A812AE2304A8B3701400CE11BF4F1521A693B9624BF25A19AD1A8E56DE9B99793D60CFA4D9B83E4777B169FF33CEF04298AAEECE733AB9A9CCD7380C8073079D95D650434D2FF7AD33AB21A0DAE4EDB64343E94141108F594925BE214933AC9E3BC043FD332F0203010001A33C303A30220603551D11041B301982175649455343434D322E65696E737465696E2E6C6F63616C30140603551D25040D300B06092B060104018237650B300D06092A864886F70D01010B0500038201010089A4B76FFBF73A0F9872BF2B6C14B7EAFAEDBCDEB2793675048BEA300BADC1E168FE75E6A8207B0BADD5C9FC533F62687DD393DDE8C0E68E1973DE32B9DC85DAF41D2AB62F34AC8C88CF8C02FCCE04695D732317430561D3D0F8C95719AA605D0E68488CAB9B3A98461D19EF9E62FF2F37A8E45CCAFE65E48A46CE48987A41858CE2B7324D5F529E0E3A76DE8374787851C9F7044FBEF89C583CC42717F3BDFDF4E73A64FBE4A2991B32C7C2C30117EFE584111112C39368A4712BBD147934D38B4C4FB9E12A6254969A6DDFFE40DA7D687F42D8528A6F8117028C3F25401D1892574303F6C02E208E4F938429B0AC4DC9F9EDC98B6D40D2EBD9266223D02EBF</SiteSigningCert></SecurityConfiguration><RootSiteCode>XYZ</RootSiteCode><CCM>
    <CommandLine>SMSSITECODE=XYZ</CommandLine> </CCM><FSP> <FSPServer></FSPServer> </FSP><Capabilities SchemaVersion ="1.0"><Property Name="SSL" Version="1" /><Property Name="SSLState"
    Value="31" /></Capabilities><Domain Value="mydomain.tld" /><Forest Value="mydomain.tld" /></ClientOperationalSettings>. ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    Security settings: Http port 80; https port 443; select first cert 1; sslstate 480 ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    Security settings: Certificate Issuers = CN=root-ca ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    FromAD: command line = SMSSITECODE=XYZ ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    LSGetManagementPointsForSiteFromAD ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    CCMGetGlobalService(&spService), HRESULT=87d00219 (e:\nts_sccm_release\sms\framework\core\ccmcore\ccmconditions.cpp,39) ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    LSGetADForestAndDomainName ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    Current AD forest name is mydomain.tld, domain name is mydomain.tld ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    Domain joined client is in Intranet ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    CMPInfoFromADCache requests are throttled for 00:59:59 ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    Current directory 'C:\WINDOWS\SoftwareDistribution\Download\Install' is not a valid source location. ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    No valid source or MP locations could be identified to download content from. Ccmsetup.exe cannot continue. ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    DetermineInstallSource(), HRESULT=80004005 (e:\nts_sccm_release\sms\setup\ccmsetup\ccmsetup.cpp,4426) ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    Failed to parse '"C:\WINDOWS\SoftwareDistribution\Download\Install\ccmsetup.exe" ' with error 0x80004005 ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    CFSPStateMessage::CFSPStateMessage FSPStateMessage 08.02.2013 13:45:47 196 (0x00C4)
    A Fallback Status Point has not been specified.  Message with STATEID='100' will not be sent. ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    CFSPStateMessage::~CFSPStateMessage FSPStateMessage 08.02.2013 13:45:47 196 (0x00C4)
    CFSPStateMessage::CFSPStateMessage FSPStateMessage 08.02.2013 13:45:47 196 (0x00C4)
    A Fallback Status Point has not been specified.  Message with STATEID='307' will not be sent. ccmsetup 08.02.2013 13:45:47 196 (0x00C4)
    CFSPStateMessage::~CFSPStateMessage FSPStateMessage 08.02.2013 13:45:47 196 (0x00C4)
    ParseCommandLine(), HRESULT=80004005
    My boundaries and boundary groups are configured, I can see the objects in the Systems Management Container in AD, but still the agent install via WSUS will not work. Any suggestions?
    Cheers
    Sebastian Bammer

    see my latest post. It looks like a bug in the setup. It selects a certificate but still it presents information that iis on the mp does not accept. Check your iis logs. Manual install works for ssl only sites. I haven't got any other methods yet. I will
    keep you updated.

  • I am using Ubuntu; iTunes installed via wine is not working properly. So how should i sync my apps on iTunes and device?          When will iTunes come to Ubuntu

    I am using Ubuntu; iTunes installed via wine is not working properly. So how should i sync my apps on iTunes and device?
    When will iTunes come to Ubuntu?

    See:
    *http://kb.mozillazine.org/Firefox_crashes
    *https://support.mozilla.org/kb/Firefox+crashes
    If you have submitted crash reports then please post the IDs of one or more recent crash reports that have this format:
    *bp-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
    You can find the IDs of the submitted crash reports on the <i>about:crashes</i> page.
    *You can open the <b>about:crashes</b> page via the location bar, like you open a website, or open this page via "Help > Troubleshooting Information".
    See:
    *http://kb.mozillazine.org/Mozilla_Crash_Reporter
    *https://support.mozilla.org/kb/Mozilla+Crash+Reporter

  • IWork 09 installed via CD-ROM does not appear in app store as "installed"

    I have a legal copy of iWork 09 installed via CD-ROM, it does not appear as "installed" in the app store. Any idea why?

    Thanks Joey.
    Will the application still "update" normally?
    Haven't had any updates for a while. Just curious if it had something to do with the fact that it does not appear on the app store.

  • Unable to find a web browser installed on your system

    I've used Robohelp previously, but not for some time, now I'm
    getting "Unable to find a web browser installed on your system"
    error when trying to generate a layout? How do I restablish my
    browser? Thanks!

    Hi jakirche
    I believe it's as simple as opening Windows Explorer,
    locating a file with a .HTM extension, right-clicking the file and
    choosing to associate it with Internet Explorer.
    Cheers... Rick

Maybe you are looking for

  • Address Book to .csv File

    I am using Apple Mail linked to my gmail account and I am looking for an easy way to convert my contact list in Address Book into a .csv file to import into gmail. Recently, all of my emails have ended up in the Spam folder because I do not have a co

  • CSS Template in Dreamweaver, cannot make flash(swf) show ???

    Hi all, I'm quite new at using dreamweaver, have been using GoLive some before and I have got a time consuming problem: To try to get a hang of CSS page designs I've used the Page Design (CSS) Halo Right nav that comes with DW8. I've learnt pretty mu

  • Powerpoint in Program Documentation

    Does anyone know if it is possible to embed a PowerPoint slide in program documentation?  I have a user that is interested in this.  Thanks in advance. Regards, Jason

  • Monitoring of CPU Memory backplane for SG-300

    Hi, How to monitor of CPU Memory Baclplane for SG300-28 (SRW2024-K9-EU)..? Thanks for your Input,,,,

  • Help: access right session context in servlet

    Hello, I've an master detail table in an adf app working fine. I've a servlet accessing the View of the detail Table woking fine (getBindingContext, ApplicationModule, findViewObject, and going thru the details Table wit a RowSetIterator). BUT if i c