SQL2R2 Cluster install fails in TN Labs

SQL2kR2 install files in TN lab environment - are the servers setup correctly for failover- the q: quorum drive disappears when SQL Setup is started ........?????
Thanks for any insight as to how to get this resolved.

Hi,
Just want to confirm the current situations.
Please feel free to let us know if you need further assistance.
Regards.
We
are trying to better understand customer views on social support experience, so your participation in this
interview project would be greatly appreciated if you have time.
Thanks for helping make community forums a great place.

Similar Messages

  • Oracle Linux 6.2 with RAC 11g cluster install fails on root.sh ioctl

    I have 2 HP Servers I'm trying to install a cluster to.
    I've tried Oracle Linux 6.2 and 6.3 with the same error on both nodes when running the root.sh script.
    I have tried the permissions, run-levels, etc that I have found in the forum and nothing has worked except the deconfigure works great. /u01/app/11.2.0/grid/crs/install/rootcrs.pl -deconfig -force
    root.sh Errors:
    Adding daemon to inittab
    CRS-4124: Oracle High Availability Services startup failed.
    CRS-4000: Command Start failed, or completed with errors.
    ohasd failed to start: Inappropriate ioctl for device
    ohasd failed to start at /u01/app/11.2.0/grid/crs/install/rootcrs.pl line 443.
    I can't see whats wrong, I did use ASM to configure iSCSI disks from a storage device which appeared to work correctly:
    # oracleasm listdisks
    VOL1
    VOL2
    VOL3
    VOL5
    # ls /dev/oracleasm/disks/
    VOL1 VOL2 VOL3 VOL5
    When I created the disks with ASM I used multipath successfuly:
    # oracleasm createdisk VOL1 /dev/mapper/23535333762373932
    The other node can see the disks just fine with oracleasm listdisks
    I chose 3 disks for the OCR - VOL1-3
    There was one forum work around to edit the $GRID_HOME/crs/install/s_crsconfig_lib.pm which I did no Oracle Linux 6.3 to no avail. I also tried using NFS mounted volumes for the OCR drives but got the same error.
    Using the install: linux.x64_11gR2_grid

    oracleasm (aka asmlib) may not be supported on RHEL(OEL) 6.x. You do NOT need asmlib and it's days are numbered.
    upon review of this document, even though it was for 10g, it still appears to be relevant
    "10g: Using Openfiler iSCSI with an Oracle RAC database on Linux [ID 371434.1]"
    and
    udev utility can be used for disk mounting consistency between the nodes. It is the preferred tool. Note:371814.1 explains how to use the udev option.
    and
    Can't install GI 11gr2 (11.2.0.3) root.sh fail
    Edited by: onedbguru on Dec 13, 2012 3:40 PM

  • DSC, SQL Server 2012 Enterprise sp2 x64, SQL Server Failover Cluster Install not succeeding

    Summary: DSC fails to fully install the SQL Server 2012 Failover Cluster, but the identical code snippet below run in powershell ise with administrator credentials works perfectly as does running the SQL server install interface.
    In order to develop DSC configurations, I have set up a Windows Server 2012 R2 failover cluster in VMware Workstation v10 consisting of 3 nodes.  All have the same Windows Server 2012 version and have been fully patched via Microsoft Updates. 
    The cluster properly fails over on command and the cluster validates.  Powershell 4.0 is being used as installed in windows.
    PDC
    Node1
    Node2
    The DSC script builds up the parameters to setup.exe for SQL Server.  Here is the cmd that gets built...
    $cmd2 = "C:\SOFTWARE\SQL\Setup.exe /Q /ACTION=InstallFailoverCluster /INSTANCENAME=MSSQLSERVER /INSTANCEID=MSSQLSERVER /IACCEPTSQLSERVERLICENSETERMS /UpdateEnabled=false /IndicateProgress=false /FEATURES=SQLEngine,FullText,SSMS,ADV_SSMS,BIDS,IS,BC,CONN,BOL /SECURITYMODE=SQL /SAPWD=password#1 /SQLSVCACCOUNT=SAASLAB1\sql_services /SQLSVCPASSWORD=password#1 /SQLSYSADMINACCOUNTS=`"SAASLAB1\sql_admin`" `"SAASLAB1\sql_services`" `"SAASLAB1\cubara01`" /AGTSVCACCOUNT=SAASLAB1\sql_services /AGTSVCPASSWORD=password#1 /ISSVCACCOUNT=SAASLAB1\sql_services /ISSVCPASSWORD=password#1 /ISSVCSTARTUPTYPE=Automatic /FAILOVERCLUSTERDISKS=MountRoot /FAILOVERCLUSTERGROUP='SQL Server (MSSQLSERVER)' /FAILOVERCLUSTERNETWORKNAME=SQLClusterLab1 /FAILOVERCLUSTERIPADDRESSES=`"IPv4;192.168.100.15;LAN;255.255.255.0`" /INSTALLSQLDATADIR=M:\SAN\SQLData\MSSQLSERVER /SQLUSERDBDIR=M:\SAN\SQLData\MSSQLSERVER /SQLUSERDBLOGDIR=M:\SAN\SQLLogs\MSSQLSERVER /SQLTEMPDBDIR=M:\SAN\SQLTempDB\MSSQLSERVER /SQLTEMPDBLOGDIR=M:\SAN\SQLTempDB\MSSQLSERVER /SQLBACKUPDIR=M:\SAN\Backups\MSSQLSERVER > C:\Logs\sqlInstall-log.txt "
    Invoke-Expression $cmd2
    When I run this specific command in Powershell ISE running as administrator, logged in as domain account that is in the Node1's administrators group and has domain administrative authority, it works perfectly fine and sets up the initial node properly.
    When I use the EXACT SAME code above pasted into my custom DSC resource, as a test with a known successful install, run with the same user as above, it does NOT completely install the cluster properly.  It still installs 17 applications
    related to SQL Server and seems to properly configure everything except the cluster.  The Failover Cluster Manager shows that the SQL Server Role will not come on line and the SQL Server Agent Role is not created. 
    The code is run on Node1 so the setup folder is local to Node1.
    The ConfigurationFile.ini files for the two types of installs are identical.
    Summary.txt does have issues..
    Feature:                       Database Engine Services
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred during the setup process of the feature.
      Next Step:                     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Component name:                SQL Server Database Engine Services Instance Features
      Component error code:          0x86D8003A
      Error description:             The cluster resource 'SQL Server' could not be brought online.  Error: There was a failure to call cluster code from a provider. Exception message: Generic
    failure . Status code: 5023. Description: The group or resource is not in the correct state to perform the requested operation.  .
    It feels like this is a security issue with DSC or an issue with the setup in SQL Server, but please note I have granted administrators group and domain administrators authority.  The nodes were built with the same login.  Windows firewall
    is completely disabled.
    Please let me know if any more detail is required.

    Hi Lydia,
    Thanks for your interest and help.
    I tried "Option 3 (recommended)" and that did not help.
    The issue I encounter with the fail-over cluster only occurs when trying to install with DSC!
    Using the SQL Server Install wizard, Command Prompt and even in Powershell by invoking the setup.exe all work perfectly.
    So, to reiterate, this issue only occurs while running in the context of DSC.
    I am using the same domain login with Domain Admin Security and locally the account has Administrators group credentials.  The SQL Server Service account also has Administrators Group Credentials.

  • AS JAVA install failed! Help!

    Hi, everybody, I'm installing AS JAVA on Windows Server 2003 English version OS, I'm using j2re1.4.2_12 and have the JAVA_HOME variant, but SAP install failed in 'start java engine' step with 'java status is unavailable' in MMC. below is the dev_jcontrol error informatino: ***************************************************************************************************************** -
    trc file: "
    hy\saploc\IDS\JC10\work\dev_jcontrol", trc level: 1, release: "700" -
    node name : jcontrol pid : 3592 system name : IDS system nr. : 10 started at : Tue Jun 16 21:16:13 2009 arguments : arg[00] :
    hy\saploc\IDS\JC10\exe\jcontrol.EXE arg[01] : pf=
    hy\sapmnt\IDS\SYS\profile\IDS_JC10_hy [Thr 3212] Tue Jun 16 21:16:13 2009 [Thr 3212] *** WARNING => INFO: Unknown property [instance.en.host=hy] [jstartxx.c 841] [Thr 3212] *** WARNING => INFO: Unknown property [instance.box.number=IDSJC10hy] [jstartxx.c 841] [Thr 3212] *** WARNING => INFO: Unknown property [instance.en.port=3201] [jstartxx.c 841] [Thr 3212] *** WARNING => INFO: Unknown property [instance.system.id=10] [jstartxx.c 841] ********************************************************************** JStartupReadInstanceProperties: read instance properties [
    hy\saploc\IDS\JC10\j2ee\cluster\instance.properties;
    hy\saploc\IDS\JC10\SDM\program\config\sdm_jstartup.properties] -> ms host : hy -> ms port : 3901 -> OS libs : D:\usr\sap\IDS\JC10\j2ee\os_libs -> Admin URL : -> run mode : NORMAL -> run action : NONE -> enabled : yes ********************************************************************** ********************************************************************** Used property files -> files [00] :
    hy\saploc\IDS\JC10\j2ee\cluster\instance.properties -> files [01] :
    hy\saploc\IDS\JC10\SDM\program\config\sdm_jstartup.properties ********************************************************************** ********************************************************************** Instance properties -> ms host : hy -> ms port : 3901 -> os libs : D:\usr\sap\IDS\JC10\j2ee\os_libs -> admin URL : -> run mode : NORMAL -> run action : NONE -> enabled : yes ********************************************************************** ********************************************************************** Bootstrap nodes -> [00] bootstrap :
    hy\saploc\IDS\JC10\j2ee\cluster\instance.properties ********************************************************************** ********************************************************************** Worker nodes -> [00] sdm :
    hy\saploc\IDS\JC10\SDM\program\config\sdm_jstartup.properties ********************************************************************** [Thr 3212] [Node: bootstrap] java home is set by profile parameter Java Home: D:\Java [Thr 3212] Tue Jun 16 21:16:14 2009 [Thr 3212] *** ERROR => JStartupIGetJDKInfo: Cannot find Java class file [./JdkDetection_3592.class]. [jstartxxi.c 994] [Thr 3212] *** ERROR => can't get JDK information (rc = -1) [jstartxxi.c 1240] [Thr 3212] ********************************************************************** *** ERROR => JDK Detection failed. *** Please see SAP Note 943602 , section 'JDK detection issues' *** for additional information and trouble shooting. ********************************************************************** [Thr 3212] *** ERROR => can't read bootstrap node properites (rc=-1) [jcntrxx.c 1282] [Thr 3212] JControlCloseProgram: started (exitcode = -1) [Thr 3212] JControlCloseProgram: good bye... (exitcode = -1) *****************************************************************************************************************

    No cross posting
    Read the "Rules of Engagement"
    Regards
    Juan

  • Component Install Failed

    Hello,
    I think I seriously messed up somewhere along the line.
    I was using the Beta program and, when CS3 full became available, I uninstalled it. Only after I'd uninstalled it and tried installing the full version did I realise I hadn't deactivated the beta.
    I received message about Component Install Failed on 2 items (CS3 and Shared Components).
    So I uninstalled the parts of the full version which were successfully installed (Bridge, Toolkit, Device Central and StockPhotos) and followed the instructions to manually remove CS3 (I also scoured the registry to remove any references to any installed Adobe products, searched my PC for any references to Adobe and ran a few registry scrubbing programs) - I tried to install CS3 full again with the intention of deactivating it then uninstalling it but no success - I received the same errors as before.
    I also just ran the new Windows CS3Clean script at Level 2 and it has not resolved the problem.
    I've even manually searched for "cache.db" and "caps.db" files as someone in the Labs forum suggested that could be the file which holds the "activate" info for the beta.
    I installed what I could of CS3 beta (Bridge, Toolkit, StockPhotos and Device Central) and tried to see if they had the option to "Deactivate" but I couldn't find them - is the "Deactivate" option only available from Photoshop?
    I'm now stuck with the issue of being unable to install the CS3 full version due to CS3 Beta previous installation and cannot reinstalled CS3 Beta to deactivate because it also detects the CS3 full version installation attempt.

    --- PROBLEM SOLVED ---
    --- PROBLEM SUMMARY ---
    Once creative suite 3 was installed, any application from the suite would display a dialog complaining that "Licensing for this product has stopped working". The log file located in c:\program files\common files\adobe\installers contained an error in regards to Flash Player 9
    ("Error 1714.The older version of Adobe Flash Player 9 Plugin cannot be removed. Contact your technical support group.") The application log within the Windows event viewer also displayed an error pertaining to the inability to remove a previous version of the flash player from the system
    (Product: Adobe Flash Player 9 ActiveX -- Error 1904.Module C:\WINDOWS\system32\Macromed\Flash\Flash9b.ocx failed to register. HRESULT -2147220473. Contact your support personnel.).
    Our enterprise is a long-time user (and abuser) of the Novell ZENworks snAppShot Utility in distributing applications via Novell Application Launcher. It is because of this unfortunate behavior that we must support many old application snAppShots. I was fortunate to have recently re-built my system and installed the Novell snAppShot for Flash 8 (the creator, not the player). This snAppShot contained Flash Player 8, and when installed via the snAppShot application object and not through its source MSI, it is unable to be uninstalled from that source MSI. As the Creative Suite 3 installer cannot be expected to deal with uninstalling applications that have been re-packaged, it was unable to remove the snAppShot version of Flash Player 8.
    --- PROBLEM SOLUTION ---
    I enabled the uninstall function on the application object for Flash 8 and was able to forcefully uninstall Flash 8 (as well as the player it included). After uninstalling the application object, the CS3 install completed successfully.

  • Adding server in DAG failing with error Error: Cluster API failed: "AddClusterNode() (MaxPercentage=25) failed with 0x800706ba. Error: The RPC server is unavailable

    Hi, Below is teh environments
    DC: Win 2008 R2 SP1
    Exchange Server OS: Win  2012  R2 Std 
    Exchange : 2013 SP1 Ent
    Two Servers with CAS+MB role, already part of one DAG. I am trying to add one new server in existing DAG. The installation of exchange 2013 competed successfully. However when i am adding it to the existing DAG, the below error is coming. Please help
    to solve the issue. Thanks in advance.
    A server-side database availability group administrative operation failed with a transient error. Please try the operation again. Error: An error occurred while attempting a cluster operation. Error: Cluster API failed: "AddClusterNode() (MaxPercentage=25)
    failed with 0x800706ba. Error: The RPC server is unavailable" [Server: cluster owner FQDN]
    Manu

    Hi Manu,
    As Deepak mentioned, please try to enable IPv6 on all member servers first.
    Based on my research, In Microsoft Exchange Server 2013, IPv6 is supported only when IPv4 is also installed and enabled. If Exchange 2013 is deployed in this configuration, and the network supports IPv4 and IPv6, all Exchange servers can send data to and
    receive data from devices, servers, and clients that use IPv6 addresses.
    Please also configure or disable Firewall to allow the connection.
    Thanks
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Mavis Huang
    TechNet Community Support

  • "cluster.ClusteredHandlerFactory: Failed to initialize Coherence Cluster"

    Hi,
    I have a cluster with Admin, Proxy and MS1 on one server and MS2 ,MS3 on another server.
    Below is the content of tangosol-coherence.xml file modified according to my env set up (The file is taken from Middleware1036/coherence_3.7/lib/coherence.jar and retained the content that is only required for the unicast configuration)
    <cluster-config>
    <member-identity>
    <!--
    Choose a unique name for the cluster, such that no other OSM instance in your
    network would have the same name
    -->
    <cluster-name system-property="tangosol.coherence.cluster">ThirdCluster
    </cluster-name>
    </member-identity>
    <unicast-listener>
    <!--
    Add more <socket-address>socket_address</socket-address> elements to well-known
    addresses, one for each member in your OSM WebLogic cluster.
    -->
    <well-known-addresses>
    <socket-address id="1">
    <address>host1.example.com</address>
    <port>31171</port>
    </socket-address>
    <socket-address id="2">
    <address>host2.example.com</address>
    <port>31172</port>
    </socket-address>
    <socket-address id="3">
    <address>host2.example.com</address>
    <port>31173</port>
    </socket-address>
    </well-known-addresses>
    </unicast-listener>
    </cluster-config>
    After configuring the cluster domain with coherence, I made all the managed servers up with Admin and proxy and installed my application(Oracle communications order and service management product) into the cluster.
    As per recommendation I need to restart all the servers to see my application osm.ear in active state.
    Admin, proxy got restarted but while restarting the managed servers below is the error message I am encountering:
    Hence please assist me on why is it saying "Failed to initialize the coherence cluster" .
    ####<Aug 6, 2012 6:20:04 AM PDT> <Error> <oms> <blr2230328> <ms1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <oms-internal> <> <0000JZw4SMKB1FHpMs8Dye1G7wBy000001> <1344259204521> <BEA-000000> <cluster.ClusteredHandlerFactory: Failed to initialize Coherence cluster
    com.tangosol.net.RequestTimeoutException: Timeout during service start: ServiceInfo(Id=0, Name=Cluster, Type=Cluster
    MemberSet=MasterMemberSet(
    ThisMember=null
    OldestMember=null
    ActualMemberSet=MemberSet(Size=0
    MemberId|ServiceVersion|ServiceJoined|MemberState
    RecycleMillis=1200000
    RecycleSet=MemberSet(Size=0
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onStartupTimeout(Grid.CDB:3)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.start(Service.CDB:28)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.start(Grid.CDB:6)
    at com.tangosol.coherence.component.net.Cluster.onStart(Cluster.CDB:56)
    at com.tangosol.coherence.component.net.Cluster.start(Cluster.CDB:11)
    at com.tangosol.coherence.component.util.SafeCluster.startCluster(SafeCluster.CDB:3)
    at com.tangosol.coherence.component.util.SafeCluster.restartCluster(SafeCluster.CDB:10)
    at com.tangosol.coherence.component.util.SafeCluster.ensureRunningCluster(SafeCluster.CDB:26)
    at com.tangosol.coherence.component.util.SafeCluster.start(SafeCluster.CDB:2)
    at com.tangosol.net.CacheFactory.ensureCluster(CacheFactory.java:427)
    at com.mslv.oms.handler.cluster.g.refresh(Unknown Source)
    at oracle.communications.ordermanagement.listener.impl.a.a(Unknown Source)
    at com.mslv.oms.handler.cluster.ClusteredHandlerFactory.<clinit>(Unknown Source)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at java.lang.Class.newInstance0(Class.java:355)
    at java.lang.Class.newInstance(Class.java:308)
    at com.mslv.oms.security.HandlerFactory.b(Unknown Source)
    at com.mslv.oms.security.HandlerFactory.startup(Unknown Source)
    at com.mslv.oms.j2ee.LifecycleListener.postStart(Unknown Source)
    at weblogic.application.internal.flow.BaseLifecycleFlow$PostStartAction.run(BaseLifecycleFlow.java:297)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.application.internal.flow.BaseLifecycleFlow$LifecycleListenerAction.invoke(BaseLifecycleFlow.java:199)
    at weblogic.application.internal.flow.BaseLifecycleFlow.postStart(BaseLifecycleFlow.java:71)
    at weblogic.application.internal.flow.TailLifecycleFlow.activate(TailLifecycleFlow.java:33)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:671)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:59)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
              at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
    at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

    user768552 wrote:
    Hi,
    I have a cluster with Admin, Proxy and MS1 on one server and MS2 ,MS3 on another server.
    Below is the content of tangosol-coherence.xml file modified according to my env set up (The file is taken from Middleware1036/coherence_3.7/lib/coherence.jar and retained the content that is only required for the unicast configuration)
    <cluster-config>
    <member-identity>
    <!--
    Choose a unique name for the cluster, such that no other OSM instance in your
    network would have the same name
    -->
    <cluster-name system-property="tangosol.coherence.cluster">ThirdCluster
    </cluster-name>
    </member-identity>
    <unicast-listener>
    <!--
    Add more <socket-address>socket_address</socket-address> elements to well-known
    addresses, one for each member in your OSM WebLogic cluster.
    -->
    <well-known-addresses>
    <socket-address id="1">
    <address>host1.example.com</address>
    <port>31171</port>
    </socket-address>
    <socket-address id="2">
    <address>host2.example.com</address>
    <port>31172</port>
    </socket-address>
    <socket-address id="3">
    <address>host2.example.com</address>
    <port>31173</port>
    </socket-address>
    </well-known-addresses>
    </unicast-listener>
    </cluster-config>
    After configuring the cluster domain with coherence, I made all the managed servers up with Admin and proxy and installed my application(Oracle communications order and service management product) into the cluster.
    As per recommendation I need to restart all the servers to see my application osm.ear in active state.
    Admin, proxy got restarted but while restarting the managed servers below is the error message I am encountering:
    Hence please assist me on why is it saying "Failed to initialize the coherence cluster" .
    ####<Aug 6, 2012 6:20:04 AM PDT> <Error> <oms> <blr2230328> <ms1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <oms-internal> <> <0000JZw4SMKB1FHpMs8Dye1G7wBy000001> <1344259204521> <BEA-000000> <cluster.ClusteredHandlerFactory: Failed to initialize Coherence cluster
    com.tangosol.net.RequestTimeoutException: Timeout during service start: ServiceInfo(Id=0, Name=Cluster, Type=Cluster
    MemberSet=MasterMemberSet(
    ThisMember=null
    OldestMember=null
    ActualMemberSet=MemberSet(Size=0
    MemberId|ServiceVersion|ServiceJoined|MemberState
    RecycleMillis=1200000
    RecycleSet=MemberSet(Size=0
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onStartupTimeout(Grid.CDB:3)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.start(Service.CDB:28)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.start(Grid.CDB:6)
    at com.tangosol.coherence.component.net.Cluster.onStart(Cluster.CDB:56)
    at com.tangosol.coherence.component.net.Cluster.start(Cluster.CDB:11)
    at com.tangosol.coherence.component.util.SafeCluster.startCluster(SafeCluster.CDB:3)
    at com.tangosol.coherence.component.util.SafeCluster.restartCluster(SafeCluster.CDB:10)
    at com.tangosol.coherence.component.util.SafeCluster.ensureRunningCluster(SafeCluster.CDB:26)
    at com.tangosol.coherence.component.util.SafeCluster.start(SafeCluster.CDB:2)
    at com.tangosol.net.CacheFactory.ensureCluster(CacheFactory.java:427)
    at com.mslv.oms.handler.cluster.g.refresh(Unknown Source)
    at oracle.communications.ordermanagement.listener.impl.a.a(Unknown Source)
    at com.mslv.oms.handler.cluster.ClusteredHandlerFactory.<clinit>(Unknown Source)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at java.lang.Class.newInstance0(Class.java:355)
    at java.lang.Class.newInstance(Class.java:308)
    at com.mslv.oms.security.HandlerFactory.b(Unknown Source)
    at com.mslv.oms.security.HandlerFactory.startup(Unknown Source)
    at com.mslv.oms.j2ee.LifecycleListener.postStart(Unknown Source)
    at weblogic.application.internal.flow.BaseLifecycleFlow$PostStartAction.run(BaseLifecycleFlow.java:297)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.application.internal.flow.BaseLifecycleFlow$LifecycleListenerAction.invoke(BaseLifecycleFlow.java:199)
    at weblogic.application.internal.flow.BaseLifecycleFlow.postStart(BaseLifecycleFlow.java:71)
    at weblogic.application.internal.flow.TailLifecycleFlow.activate(TailLifecycleFlow.java:33)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:671)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:59)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
              at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
    at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)Seems like, the OSM application is unable to join the cluster. Modify the WKA definition as below:
    <well-known-addresses>
    <socket-address id="1">
    <address system-property="tangosol.coherence.wka1"></address>
    <port system-property="tangosol.coherence.wka1.port"></port>
    </socket-address>
    </well-known-addresses>
    Now, in the ServerStart of the ManagedServers running the OSM application add the following -Dtangosol.coherence.wka1=<> -Dtangosol.coherence.wka1.port=<>
    Hope this helps!
    Cheers,
    NJ

  • "Install Failed - Contact the software manufacturer."

    Hi, when I try to install my newly delivered Snow Leopard disc, it runs for about 15 mins, restarts into the installer and then after a minute or two brings up a big yellow exclamation mark with " Install Failed. Mac OSx could not be installed on your computer. The installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance."
    I've repaired disc permissions, and reset PRAM. I'm currently running 10.5.8 on a white Macbook.
    Any suggestions gratefully received!
    Thanks

    Here's the console log:
    Aug 29 19:31:23 MacBook-0019E3419DB7-2 authexec[343]: executing /Volumes/Mac OS X Install DVD/Install Mac OS X.app/Contents/Resources/InstallAssistantTool105
    Aug 29 19:31:27 MacBook-0019E3419DB7-2 mDNSResponder[16]: sendChallengeResponse: 3 failed attempts for LLQ afpovertcp.tcp.arfonjones.members.mac.com.
    Aug 29 19:31:27 MacBook-0019E3419DB7-2 mDNSResponder[16]: sendChallengeResponse: 3 failed attempts for LLQ rfb.tcp.arfonjones.members.mac.com.
    Aug 29 19:31:27 MacBook-0019E3419DB7-2 mDNSResponder[16]: sendChallengeResponse: 3 failed attempts for LLQ adisk.tcp.arfonjones.members.mac.com.
    Aug 29 19:31:27 MacBook-0019E3419DB7-2 mDNSResponder[16]: sendChallengeResponse: 3 failed attempts for LLQ ptp.tcp.arfonjones.members.mac.com.
    Aug 29 19:31:27 MacBook-0019E3419DB7-2 [0x0-0xb00b].com.apple.systemuiserver[101]: Unexpected reply from backup server - ignored
    Aug 29 19:31:27 MacBook-0019E3419DB7-2 [0x0-0xc00c].com.apple.finder[102]: Unexpected reply from backup server - ignored
    Aug 29 19:31:49 MacBook-0019E3419DB7-2 mDNSResponder[16]: Update MacBook-0019E3419DB7\032(2).device-info.tcp.arfonjones.members.mac.com. failed with rcode 2
    Aug 29 19:31:49 MacBook-0019E3419DB7-2 mDNSResponder[16]: hndlRecordUpdateReply: Registration of record MacBook-0019E3419DB7\032(2).device-info.tcp.arfonjones.members.mac.com. type 16 failed with error -65537
    Aug 29 19:31:51 MacBook-0019E3419DB7-2 mDNSResponder[16]: Update autotunnel.udp.MacBook-0019E3419DB7-2.arfonjones.members.mac.com. failed with rcode 2
    Aug 29 19:31:51 MacBook-0019E3419DB7-2 mDNSResponder[16]: hndlRecordUpdateReply: Registration of record autotunnel.udp.MacBook-0019E3419DB7-2.arfonjones.members.mac.com. type 33 failed with error -65537
    Aug 29 19:31:51 MacBook-0019E3419DB7-2 mDNSResponder[16]: Update AutoTunnel-02-19-E3-FF-FE-41-9D-B7.arfonjones.members.mac.com. failed with rcode 2
    Aug 29 19:31:51 MacBook-0019E3419DB7-2 mDNSResponder[16]: hndlRecordUpdateReply: Registration of record AutoTunnel-02-19-E3-FF-FE-41-9D-B7.arfonjones.members.mac.com. type 1 failed with error -65537
    Aug 29 19:31:52 MacBook-0019E3419DB7-2 mDNSResponder[16]: Update MacBook-0019E3419DB7-2.arfonjones.members.mac.com. failed with rcode 2
    Aug 29 19:31:52 MacBook-0019E3419DB7-2 mDNSResponder[16]: hndlRecordUpdateReply: Registration of record MacBook-0019E3419DB7-2.arfonjones.members.mac.com. type 28 failed with error -65537
    Aug 29 19:31:53 MacBook-0019E3419DB7-2 mDNSResponder[16]: Update _kerberos.MacBook-0019E3419DB7-2.arfonjones.members.mac.com. failed with rcode 2
    Aug 29 19:31:53 MacBook-0019E3419DB7-2 mDNSResponder[16]: hndlRecordUpdateReply: Registration of record _kerberos.MacBook-0019E3419DB7-2.arfonjones.members.mac.com. type 16 failed with error -65537
    Aug 29 19:31:53 MacBook-0019E3419DB7-2 mDNSResponder[16]: Update MacBook-0019E3419DB7\032(2).rfb.tcp.arfonjones.members.mac.com. failed with rcode 2
    Aug 29 19:31:53 MacBook-0019E3419DB7-2 mDNSResponder[16]: Error -65537 for registration of service MacBook-0019E3419DB7\032(2).rfb.tcp.arfonjones.members.mac.com.
    Aug 29 19:31:54 MacBook-0019E3419DB7-2 mDNSResponder[16]: Update MacBook-0019E3419DB7\032(2).afpovertcp.tcp.arfonjones.members.mac.com. failed with rcode 2
    Aug 29 19:31:54 MacBook-0019E3419DB7-2 mDNSResponder[16]: Error -65537 for registration of service MacBook-0019E3419DB7\032(2).afpovertcp.tcp.arfonjones.members.mac.com.
    Aug 29 19:32:28 MacBook-0019E3419DB7-2 com.apple.launchd[1] (com.apple.backupd-wake[316]): Exited with exit code: 1
    Aug 29 19:34:08 MacBook-0019E3419DB7-2 mDNSResponder[16]: Update AutoTunnel-02-19-E3-FF-FE-41-9D-B7.arfonjones.members.mac.com. failed with rcode 2
    Aug 29 19:34:08 MacBook-0019E3419DB7-2 mDNSResponder[16]: hndlRecordUpdateReply: Registration of record AutoTunnel-02-19-E3-FF-FE-41-9D-B7.arfonjones.members.mac.com. type 1 failed with error -65537
    Aug 29 19:34:15 MacBook-0019E3419DB7-2 mDNSResponder[16]: Update MacBook-0019E3419DB7\032(2).device-info.tcp.arfonjones.members.mac.com. failed with rcode 2
    Aug 29 19:34:15 MacBook-0019E3419DB7-2 mDNSResponder[16]: hndlRecordUpdateReply: Registration of record MacBook-0019E3419DB7\032(2).device-info.tcp.arfonjones.members.mac.com. type 16 failed with error -65537
    Aug 29 19:34:17 MacBook-0019E3419DB7-2 mDNSResponder[16]: Update _kerberos.MacBook-0019E3419DB7-2.arfonjones.members.mac.com. failed with rcode 2
    Aug 29 19:34:17 MacBook-0019E3419DB7-2 mDNSResponder[16]: hndlRecordUpdateReply: Registration of record _kerberos.MacBook-0019E3419DB7-2.arfonjones.members.mac.com. type 16 failed with error -65537
    Aug 29 19:34:18 MacBook-0019E3419DB7-2 mDNSResponder[16]: Update MacBook-0019E3419DB7-2.arfonjones.members.mac.com. failed with rcode 2
    Aug 29 19:34:18 MacBook-0019E3419DB7-2 mDNSResponder[16]: hndlRecordUpdateReply: Registration of record MacBook-0019E3419DB7-2.arfonjones.members.mac.com. type 28 failed with error -65537
    Aug 29 19:34:19 MacBook-0019E3419DB7-2 mDNSResponder[16]: Update MacBook-0019E3419DB7\032(2).rfb.tcp.arfonjones.members.mac.com. failed with rcode 2
    Aug 29 19:34:19 MacBook-0019E3419DB7-2 mDNSResponder[16]: Error -65537 for registration of service MacBook-0019E3419DB7\032(2).rfb.tcp.arfonjones.members.mac.com.
    Aug 29 19:34:23 MacBook-0019E3419DB7-2 mDNSResponder[16]: Update autotunnel.udp.MacBook-0019E3419DB7-2.arfonjones.members.mac.com. failed with rcode 2
    Aug 29 19:34:23 MacBook-0019E3419DB7-2 mDNSResponder[16]: hndlRecordUpdateReply: Registration of record autotunnel.udp.MacBook-0019E3419DB7-2.arfonjones.members.mac.com. type 33 failed with error -65537
    Aug 29 19:34:23 MacBook-0019E3419DB7-2 mDNSResponder[16]: Update MacBook-0019E3419DB7\032(2).afpovertcp.tcp.arfonjones.members.mac.com. failed with rcode 2
    Aug 29 19:34:23 MacBook-0019E3419DB7-2 mDNSResponder[16]: Error -65537 for registration of service MacBook-0019E3419DB7\032(2).afpovertcp.tcp.arfonjones.members.mac.com.
    Aug 29 19:38:33 MacBook-0019E3419DB7-2 mDNSResponder[16]: KQ SSLHandshake failed: -9838
    Aug 29 19:45:03 MacBook-0019E3419DB7-2 ntpd[25]: time reset +0.474563 s
    Aug 29 19:46:00 MacBook-0019E3419DB7-2 /usr/sbin/ocspd[353]: starting
    Aug 29 19:49:51 MacBook-0019E3419DB7-2 com.apple.launchd[80] ([0x0-0x40040].com.apple.installassistant[338]): Stray process with PGID equal to this dead job: PID 343 PPID 1 InstallAssistant
    Aug 29 19:49:51 MacBook-0019E3419DB7-2 [0x0-0x14014].com.elgato.eyetvhelper[117]: *Wakein::CancelEvents: requested event type: wakepoweron
    Aug 29 19:49:51 MacBook-0019E3419DB7-2 [0x0-0x14014].com.elgato.eyetvhelper[117]: *Wakein::CancelEvents: requested app name: com.elgato.eyetv
    Aug 29 19:49:51 MacBook-0019E3419DB7-2 [0x0-0x14014].com.elgato.eyetvhelper[117]: *Wakein: 0 entries in power event schedule table
    Aug 29 19:50:01 MacBook-0019E3419DB7-2 loginwindow[34]: ERROR | -[ApplicationManager quitPrivateProcesses] | Application "EyeTV Helper" did not quit
    Aug 29 19:50:02 MacBook-0019E3419DB7-2 loginwindow[34]: DEAD_PROCESS: 0 console
    Aug 29 19:50:02 MacBook-0019E3419DB7-2 shutdown[368]: reboot by arfonjones:
    Aug 29 19:50:02 MacBook-0019E3419DB7-2 shutdown[368]: SHUTDOWN_TIME: 1251571802 339463
    Aug 29 19:50:02 MacBook-0019E3419DB7-2 mDNSResponder mDNSResponder-176.3 (Sep 30 2008 16:59:38)[16]: stopping
    Aug 29 19:50:02 MacBook-0019E3419DB7-2 com.apple.loginwindow[34]: Shutdown NOW!
    Aug 29 19:50:02 MacBook-0019E3419DB7-2 com.apple.loginwindow[34]: System shutdown time has arrived^G^G
    Aug 29 19:50:03 MacBook-0019E3419DB7-2 mDNSResponder[16]: mDNS_StopNATOperation: NATTraversalInfo 00817E04 not found in list
    Aug 29 19:50:03 MacBook-0019E3419DB7-2 /usr/sbin/kdcmond[36]: dnssd_clientstub read_all(3) failed 0/28 0
    Aug 29 19:56:14 localhost kernel[0]: npvhash=4095
    Aug 29 19:56:13 localhost com.apple.launchctl.System[2]: launchctl: Please convert the following to launchd: /etc/mach_init.d/dashboardadvisoryd.plist
    Aug 29 19:56:13 localhost com.apple.launchd[1] (com.apple.blued): Unknown key for boolean: EnableTransactions
    Aug 29 19:56:13 localhost com.apple.launchd[1] (com.apple.RemoteDesktop.PrivilegeProxy): Unknown key for boolean: EnableTransactions
    Aug 29 19:56:13 localhost com.apple.launchd[1] (com.apple.usbmuxd): Unknown key for boolean: EnableTransactions
    Aug 29 19:56:13 localhost com.apple.launchd[1] (org.cups.cupsd): Unknown key: SHAuthorizationRight
    Aug 29 19:56:13 localhost com.apple.launchd[1] (org.ntp.ntpd): Unknown key: SHAuthorizationRight
    Aug 29 19:56:13 localhost com.apple.launchd[1] (org.x.privileged_startx): Unknown key for boolean: EnableTransactions
    Aug 29 19:56:14 localhost DirectoryService[11]: Launched version 5.7 (v514.25)
    Aug 29 19:56:15 localhost kernel[0]: hi mem tramps at 0xffe00000
    Aug 29 19:56:15 localhost kernel[0]: PAE enabled
    Aug 29 19:56:15 localhost kernel[0]: 64 bit mode enabled
    Aug 29 19:56:15 localhost kernel[0]: Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386
    Aug 29 19:56:15 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Aug 29 19:56:15 localhost kernel[0]: vmpagebootstrap: 509279 free pages and 15009 wired pages
    Aug 29 19:56:15 localhost kernel[0]: migtable_maxdispl = 79
    Aug 29 19:56:15 localhost kernel[0]: Extension "com.apple.driver.AppleACPIPlatform" has immediate dependencies on both com.apple.kernel and com.apple.kpi components; use only one style.
    Aug 29 19:56:15 localhost kernel[0]: Extension "com.apple.driver.AppleIntelCPUPowerManagement" has immediate dependencies on both com.apple.kernel and com.apple.kpi components; use only one style.
    Aug 29 19:56:15 localhost kernel[0]: AppleACPICPU: ProcessorApicId=0 LocalApicId=0 Enabled
    Aug 29 19:56:15 localhost kernel[0]: AppleACPICPU: ProcessorApicId=1 LocalApicId=1 Enabled
    Aug 29 19:56:15 localhost kernel[0]: Loading security extension com.apple.security.TMSafetyNet
    Aug 29 19:56:15 localhost kernel[0]: calling mpopolicyinit for TMSafetyNet
    Aug 29 19:56:16 localhost kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    Aug 29 19:56:16 localhost kernel[0]: Loading security extension com.apple.nke.applicationfirewall
    Aug 29 19:56:16 localhost kernel[0]: Loading security extension com.apple.security.seatbelt
    Aug 29 19:56:16 localhost kernel[0]: calling mpopolicyinit for mb
    Aug 29 19:56:16 localhost kernel[0]: Seatbelt MACF policy initialized
    Aug 29 19:56:15 localhost kextd[10]: 425 cached, 0 uncached personalities to catalog
    Aug 29 19:56:16 localhost kernel[0]: Security policy loaded: Seatbelt Policy (mb)
    Aug 29 19:56:15 localhost mDNSResponder mDNSResponder-176.3 (Sep 30 2008 16:59:38)[16]: starting
    Aug 29 19:56:16 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Aug 29 19:56:16 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Aug 29 19:56:16 localhost kernel[0]: MAC Framework successfully initialized
    Aug 29 19:56:16 localhost kernel[0]: using 10485 buffer headers and 4096 cluster IO buffer headers
    Aug 29 19:56:16 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    Aug 29 19:56:16 localhost kernel[0]: Extension "com.apple.driver.AppleACPIPlatform" has immediate dependencies on both com.apple.kernel and com.apple.kpi components; use only one style.
    Aug 29 19:56:16 localhost kernel[0]: ACPI: System State [S0 S3 S4 S5] (S3)
    Aug 29 19:56:16 localhost kernel[0]: Extension "com.apple.driver.AppleACPIPlatform" has immediate dependencies on both com.apple.kernel and com.apple.kpi components; use only one style.
    Aug 29 19:56:16: --- last message repeated 1 time ---
    Aug 29 19:56:16 localhost kernel[0]: mbinit: done
    Aug 29 19:56:16 localhost kernel[0]: Security auditing service present
    Aug 29 19:56:16 localhost kernel[0]: BSM auditing present
    Aug 29 19:56:16 localhost kernel[0]: rooting via boot-uuid from /chosen: 4A5C73EB-B47A-3996-AA50-257BF20E4C74
    Aug 29 19:56:16 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Aug 29 19:56:16 localhost kernel[0]: FireWire (OHCI) Lucent ID 5811 built-in now active, GUID 001b63fffe852fe2; max speed s400.
    Aug 29 19:56:16 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleAHCI/PRT2 @2/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDri ver/TOSHIBA MK1234GSX Media/IOGUIDPartitionScheme/Customer@2
    Aug 29 19:56:16 localhost kernel[0]: BSD root: disk0s2, major 14, minor 2
    Aug 29 19:56:16 localhost kernel[0]: [Bluetooth::CSRHIDTransition] switchToHCIMode (legacy)
    Aug 29 19:56:16 localhost kernel[0]: [Bluetooth::CSRHIDTransition] transition complete.
    Aug 29 19:56:16 localhost kernel[0]: [HCIController][configurePM] power parent ready after 1 tries
    Aug 29 19:56:16 localhost kernel[0]: AppleIntelCPUPowerManagement: initialization complete
    Aug 29 19:56:16 localhost kernel[0]: Jettisoning kernel linker.
    Aug 29 19:56:16 localhost kernel[0]: Resetting IOCatalogue.
    Aug 29 19:56:16 localhost kernel[0]: GFX0: family specific matching fails
    Aug 29 19:56:16 localhost kernel[0]: display: family specific matching fails
    Aug 29 19:56:16 localhost kernel[0]: Matching service count = 1
    Aug 29 19:56:16 localhost kernel[0]: Matching service count = 3
    Aug 29 19:56:16: --- last message repeated 4 times ---
    Aug 29 19:56:16 localhost kernel[0]: Matching service count = 4
    Aug 29 19:56:16 localhost kernel[0]: display: family specific matching fails
    Aug 29 19:56:16 localhost kernel[0]: MacBook2,1: stalling for module
    Aug 29 19:56:21 localhost rpc.statd[28]: statd.notify - no notifications needed
    Aug 29 19:56:21 localhost fseventsd[37]: event logs in /.fseventsd out of sync with volume. destroying old logs. (230 13 378)
    Aug 29 19:56:21 localhost fseventsd[37]: log dir: /.fseventsd getting new uuid: D6B16090-A19F-4AC1-B138-AC2A2AB69F99
    Aug 29 19:56:21 localhost com.apple.usbmuxd[25]: usbmuxd-167.1 built for iTunesEightTwo on Jul 9 2009 at 14:02:00, running 32 bit
    Aug 29 19:56:23 localhost kernel[0]: GFX0: family specific matching fails
    Aug 29 19:56:23 localhost bootlog[44]: BOOT_TIME: 1251572167 0
    Aug 29 19:56:24 localhost kernel[0]: GFX0: family specific matching fails
    Aug 29 19:56:24 localhost kernel[0]: display: family specific matching fails
    Aug 29 19:56:24 localhost kernel[0]: Matching service count = 1
    Aug 29 19:56:24 localhost kernel[0]: AppleTyMCEDriver::probe(MacBook2,1)
    Aug 29 19:56:24 localhost kernel[0]: AppleTyMCEDriver::probe fails
    Aug 29 19:56:25 localhost kernel[0]: Previous Shutdown Cause: 5
    Aug 29 19:56:28 localhost blued[63]: Apple Bluetooth daemon started.
    Aug 29 19:56:28 localhost /usr/sbin/ocspd[66]: starting
    Aug 29 19:56:29 localhost org.ntp.ntpd[24]: Error : nodename nor servname provided, or not known
    Aug 29 19:56:29 localhost ntpdate[68]: can't find host time.euro.apple.com
    Aug 29 19:56:29 localhost mDNSResponder[16]: Adding registration domain arfonjones.members.mac.com.
    Aug 29 19:56:30 MacBook-0019E3419DB7-2 ntpdate[68]: no servers can be used, exiting
    Aug 29 19:56:30 MacBook-0019E3419DB7-2 configd[14]: setting hostname to "MacBook-0019E3419DB7-2.local"
    Aug 29 19:56:31 MacBook-0019E3419DB7-2 kernel[0]: ath_attach: devid 0x24
    Aug 29 19:56:31 MacBook-0019E3419DB7-2 kernel[0]: Override HT40 CTL Powers. EEPROM Version is 14.4, Device Type 5
    Aug 29 19:56:32 MacBook-0019E3419DB7-2 kernel[0]: GFX0: family specific matching fails
    Aug 29 19:56:32 MacBook-0019E3419DB7-2 kernel[0]: display: family specific matching fails
    Aug 29 19:56:32 MacBook-0019E3419DB7-2 kernel[0]: GFX0: family specific matching fails
    Aug 29 19:56:32: --- last message repeated 1 time ---
    Aug 29 19:56:32 MacBook-0019E3419DB7-2 kernel[0]: display: family specific matching fails
    Aug 29 19:56:32 MacBook-0019E3419DB7-2 configd[14]: Error: No interface name for AirPort_Athr5424ab
    Aug 29 19:56:32 MacBook-0019E3419DB7-2 kernel[0]: mac 12.10 phy 8.1 radio 12.0
    Aug 29 19:56:32 MacBook-0019E3419DB7-2 configd[14]: Error: ioPublishedDriverCallback() failed to initDeviceFromService()
    Aug 29 19:56:34 MacBook-0019E3419DB7-2 kernel[0]: GFX0: match category IOFramebuffer exists
    Aug 29 19:56:34: --- last message repeated 1 time ---
    Aug 29 19:56:34 MacBook-0019E3419DB7-2 kernel[0]: display: match category IOFramebuffer exists
    Aug 29 19:56:38 MacBook-0019E3419DB7-2 kernel[0]: AppleYukon2: Marvell Yukon Gigabit Adapter 88E8053 Singleport Copper SA
    Aug 29 19:56:38 MacBook-0019E3419DB7-2 kernel[0]: AppleYukon2: RxRingSize <= 1024, TxRingSize 256, RXMAXLE 1024, TXMAXLE 768, STMAXLE 3328
    Aug 29 19:56:41 MacBook-0019E3419DB7-2 kernel[0]: yukon: Ethernet address 00:19:e3:41:9d:b7
    Aug 29 19:56:41 MacBook-0019E3419DB7-2 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[32]: Login Window Application Started -- Threaded auth
    Aug 29 19:56:41 MacBook-0019E3419DB7-2 kernel[0]: AirPort_Athr5424ab: Ethernet address 00:1b:63:c7:7d:b8
    Aug 29 19:56:41 MacBook-0019E3419DB7-2 kernel[0]: AirPort: Link Down on en1
    Aug 29 19:56:44 MacBook-0019E3419DB7-2 kernel[0]: 11D beacon causing regdomain change to CC 826
    Aug 29 19:56:44 MacBook-0019E3419DB7-2 kernel[0]: en1: 802.11d country code set to 'GB'.
    Aug 29 19:56:44 MacBook-0019E3419DB7-2 kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 12 13 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140
    Aug 29 19:56:45 MacBook-0019E3419DB7-2 kernel[0]: AirPort: Link Up on en1
    Aug 29 19:56:46 MacBook-0019E3419DB7-2 kernel[0]: display: Not usable
    Aug 29 19:56:46 MacBook-0019E3419DB7-2 loginwindow[32]: Login Window Started Security Agent
    Aug 29 19:56:47 MacBook-0019E3419DB7-2 mDNSResponderHelper[98]: racoon (pid=109) started
    Aug 29 19:56:54 MacBook-0019E3419DB7-2 kextd[10]: writing kernel link data to /var/run/mach.sym
    Aug 29 19:56:54 MacBook-0019E3419DB7-2 authorizationhost[107]: MechanismInvoke 0x124660 retainCount 2
    Aug 29 19:56:54 MacBook-0019E3419DB7-2 SecurityAgent[108]: MechanismInvoke 0x101660 retainCount 1
    Aug 29 19:56:54 MacBook-0019E3419DB7-2 SecurityAgent[108]: NSSecureTextFieldCell detected a field editor ((null)) that is not a NSTextView subclass designed to work with the cell. Ignoring...
    Aug 29 19:56:55 MacBook-0019E3419DB7-2 SecurityAgent[108]: MechanismDestroy 0x101660 retainCount 1
    Aug 29 19:56:55 MacBook-0019E3419DB7-2 loginwindow[32]: Login Window - Returned from Security Agent
    Aug 29 19:56:55 MacBook-0019E3419DB7-2 authorizationhost[107]: MechanismDestroy 0x124660 retainCount 2
    Aug 29 19:56:55 MacBook-0019E3419DB7-2 loginwindow[32]: USER_PROCESS: 32 console
    Aug 29 19:56:55 MacBook-0019E3419DB7-2 com.apple.launchd[1] (com.apple.UserEventAgent-LoginWindow[103]): Exited: Terminated
    Aug 29 19:56:55 MacBook-0019E3419DB7-2 com.apple.launchd[1] (com.apple.ScreenSharing.server[102]): Exited: Terminated
    Aug 29 19:56:55 MacBook-0019E3419DB7-2 com.apple.launchd[112] (com.apple.AirPortBaseStationAgent): Unknown key for boolean: EnableTransactions
    Aug 29 19:56:55 MacBook-0019E3419DB7-2 com.apple.launchd[112] (org.x.startx): Unknown key for boolean: EnableTransactions
    Aug 29 19:56:55 MacBook-0019E3419DB7-2 com.apple.FolderActions.enabled[116]: launchctl: Error unloading: com.apple.FolderActions.folders
    Aug 29 19:56:55 MacBook-0019E3419DB7-2 Dock[125]: _DESCRegisterDockExtraClient failed 268435459
    Aug 29 19:56:56 MacBook-0019E3419DB7-2 /System/Library/CoreServices/coreservicesd[65]: SFLSharePointsEntry::CreateDSRecord: dsCreateRecordAndOpen(System) returned -14135
    Aug 29 19:56:56 MacBook-0019E3419DB7-2 /System/Library/CoreServices/coreservicesd[65]: SFLSharePointsEntry::CreateDSRecord: dsCreateRecordAndOpen(Arfon Jones's Public Folder) returned -14135
    Aug 29 19:57:02 MacBook-0019E3419DB7-2 com.apple.quicklook[134]: encountered unexpected object type: 6.
    Aug 29 19:57:02 MacBook-0019E3419DB7-2 com.apple.quicklook[134]: missing or invalid object number.
    Aug 29 19:57:02 MacBook-0019E3419DB7-2 com.apple.quicklook[134]: missing or invalid cross-reference stream.
    Aug 29 19:57:03 MacBook-0019E3419DB7-2 [0x0-0x10010].com.elgato.eyetvhelper[141]: EyeTV Helper version 2.5 build 266
    Aug 29 19:57:10 MacBook-0019E3419DB7-2 com.apple.launchctl.System[2]: BootCacheControl: could not fetch 183200 bytes of history: Invalid argument
    Aug 29 19:57:17 MacBook-0019E3419DB7-2 kernel[0]: hibernate image path: /var/vm/sleepimage
    Aug 29 19:57:15 MacBook-0019E3419DB7-2 [0x0-0x10010].com.elgato.eyetvhelper[141]: *Wakein::CancelEvents: requested event type: wakepoweron
    Aug 29 19:57:15 MacBook-0019E3419DB7-2 [0x0-0x10010].com.elgato.eyetvhelper[141]: *Wakein::CancelEvents: requested app name: com.elgato.eyetv
    Aug 29 19:57:15 MacBook-0019E3419DB7-2 [0x0-0x10010].com.elgato.eyetvhelper[141]: *Wakein: 0 entries in power event schedule table
    Aug 29 19:57:18 MacBook-0019E3419DB7-2 kernel[0]: sizeof(IOHibernateImageHeader) == 512
    Aug 29 19:57:18 MacBook-0019E3419DB7-2 kernel[0]: Opened file /var/vm/sleepimage, size 2147483648, partition base 0xc805000, maxio 400000
    Aug 29 19:57:18 MacBook-0019E3419DB7-2 kernel[0]: hibernate image major 14, minor 2, blocksize 512, pollers 4
    Aug 29 19:57:18 MacBook-0019E3419DB7-2 kernel[0]: hibernateallocpages flags 00000000, gobbling 0 pages
    Aug 29 19:57:18 MacBook-0019E3419DB7-2 kernel[0]: AirPort: Link Down on en1
    Aug 29 19:57:19 MacBook-0019E3419DB7-2 kernel[0]: 11D beacon causing regdomain change to CC 826
    Aug 29 19:57:26 MacBook-0019E3419DB7-2 kernel[0]: en1: 802.11d country code set to 'GB'.
    Aug 29 19:57:26 MacBook-0019E3419DB7-2 kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 12 13 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140
    Aug 29 19:57:19 MacBook-0019E3419DB7-2 kernel[0]: System SafeSleep
    Aug 29 19:57:26 MacBook-0019E3419DB7-2 aosnotifyd[149]: Stream:streamCallback - an error occurred on CFReadStream: Operation could not be completed. Socket is not connected
    Aug 29 19:57:26 MacBook-0019E3419DB7-2 kernel[0]: hibernatepage_listsetall start
    Aug 29 19:57:26 MacBook-0019E3419DB7-2 kernel[0]: hibernatepage_listsetall time: 80 ms
    Aug 29 19:57:26 MacBook-0019E3419DB7-2 kernel[0]: pages 129357, wire 45836, act 18403, inact 3, spec 5, zf 0, throt 9709, could discard act 22211 inact 4845 purgeable 645 spec 27700
    Aug 29 19:57:26 MacBook-0019E3419DB7-2 kernel[0]: hibernatepage_listsetall found pageCount 73956
    Aug 29 19:57:26 MacBook-0019E3419DB7-2 kernel[0]: IOHibernatePollerOpen, mlget_interruptsenabled 0
    Aug 29 19:57:26 MacBook-0019E3419DB7-2 kernel[0]: IOHibernatePollerOpen(0)
    Aug 29 19:57:26 MacBook-0019E3419DB7-2 kernel[0]: writing 72800 pages
    Aug 29 19:57:26 MacBook-0019E3419DB7-2 kernel[0]: image1Size 62804992
    Aug 29 19:57:26 MacBook-0019E3419DB7-2 kernel[0]: all time: 3896 ms, comp time: 506 ms, deco time: 0 ms,
    Aug 29 19:57:26 MacBook-0019E3419DB7-2 mDNSResponder[16]: Note: Frequent transitions for interface en1 (FE80:0000:0000:0000:021B:63FF:FEC7:7DB8); network traffic reduction measures in effect
    Aug 29 19:57:26 MacBook-0019E3419DB7-2 kernel[0]: image 124475904, uncompressed 298188800 (72800), compressed 120011360 (40%), sum1 8fe7d5e7, sum2 4a221121
    Aug 29 19:57:26 MacBook-0019E3419DB7-2 mDNSResponder[16]: Note: Frequent transitions for interface en1 (10.0.1.6); network traffic reduction measures in effect
    Aug 29 19:57:26 MacBook-0019E3419DB7-2 kernel[0]: hibernatewriteimage done(0)
    Aug 29 19:57:26 MacBook-0019E3419DB7-2 kernel[0]: sleep
    Aug 29 19:57:26 MacBook-0019E3419DB7-2 kernel[0]: Wake reason = EC LID0
    Aug 29 19:57:26 MacBook-0019E3419DB7-2 kernel[0]: System Wake
    Aug 29 19:57:26 MacBook-0019E3419DB7-2 kernel[0]: Previous Sleep Cause: 0
    Aug 29 19:57:26 MacBook-0019E3419DB7-2 kernel[0]: hardware didn't idle, giving up: 00000108 0000010c 4084.
    Aug 29 19:57:26 MacBook-0019E3419DB7-2 kernel[0]: PRB0_TAIL: 00000108
    Aug 29 19:57:26 MacBook-0019E3419DB7-2 kernel[0]: PRB0_HEAD: 00000108
    Aug 29 19:57:26 MacBook-0019E3419DB7-2 kernel[0]: PRB0_STRT: 02120000
    Aug 29 19:57:26 MacBook-0019E3419DB7-2 kernel[0]: PRB0_LEN: 00000003
    Aug 29 19:57:26 MacBook-0019E3419DB7-2 kernel[0]: SRB0_TAIL: 00000000
    Aug 29 19:57:26 MacBook-0019E3419DB7-2 kernel[0]: SRB0_HEAD: 00000000
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: SRB0_STRT: 02121000
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: SRB0_LEN: 00000003
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: PGTBL_CTL: 7ffc0001
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: PGTBL_ERR: 00000000
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: EXCC: 00000000
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: IPEIR: 00000000
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: IPEHR: 7d9d003f
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: INSTDONE: 7fffffc0
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: NOPID: 00000000
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: HWSTAM: ffffffff
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: IIR: 00000000
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: IMR: fffdff1f
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: ISR: 00000000
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: EIR: 00000000
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: EMR: ffffffff
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: ESR: 00000000
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: INSTPM: 00000000
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: INSTPS: 800f04ce
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: ACTHD: 00000108
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: MEM_MODE: 00000000
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: DMAFADDP 02120108
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: DMAFADDS 00000000
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: MI_STATE 00000840
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: PR0_STR: 00000000
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: PR0_END: 00000000
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: CCID0: 00000000
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: CTXSIZEPAL: 00000009
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: CTXSIZENOPAL: 00000003
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: 3D_CTL: 00000307
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: CHUNK_CTL: 00000000
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: HWB_TAIL: 00000000
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: HWB_HEAD: 00000000
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: HWB_START: 00000000
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: HWB_CTL: 003ff000
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: BIN_CTL: 00000000
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: BIN_SCENE: 00000000
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: BMP_BUFER: 00000000
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: BMP_GET: 00000000
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: BMP_PUT: 00000000
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: ICS: 00000003
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: ISP: 00000000
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: FSI: 00000000
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: SSI: 00000000
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: FST: 00000000
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: SST: 00000000
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: INTC: 00000000
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: IDLC: 00000000
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: SVDebug 000000ff
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: SHDebug 00080000
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: SFDebug 018781e0
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: SEDebug c0004080
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: WMDebug 04000000
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: IZDebug0 20000020
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: IZDebug0 00000000
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: PIDebug0 01807f8c
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: PIDebug1 00000000
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: PIDebug2 01807f8c
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: DIPDebug 05ef7e18
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: PLDebug 00000180
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: DGDebug 00000000
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: QCDebug 00000000
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: FTDebug 00000000
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: DMDebug 00000000
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: SCDebug 003c0400
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: FLDebug 30000040
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: BYDebug 00055440
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: PSDebug 00200000
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: CCDebug 802c1000
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: status[ISR]: 00000000
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: status[PRB0_HEAD]: 02800894
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: status[SRB0_HEAD]: 00000000
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: status[SRB1_HEAD]: 00000000
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: status[HWB_HEAD]: 00000000
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: status[STAMP]: 000007ea
    Aug 29 19:57:27 MacBook-0019E3419DB7-2 kernel[0]: AirPort: Link Up on en1
    Aug 29 19:57:28 MacBook-0019E3419DB7-2 kernel[0]: hardware didn't idle, giving up: 00000108 0000010c 4084.
    Aug 29 19:57:29 MacBook-0019E3419DB7-2 kernel[0]: IOHIDSystem::relativePointerEventGated: Capping VBL time to 20000000 (was 22132598)
    Aug 29 19:57:44 MacBook-0019E3419DB7-2 fseventsd[37]: bumping event counter to: 0x1d38d65 (current 0x730) from log file '0000000001d28b7a'
    Aug 29 19:59:46 MacBook-0019E3419DB7-2 com.apple.launchd[1] (com.apple.backupd-wake[155]): Exited with exit code: 1
    Aug 29 20:01:28 MacBook-0019E3419DB7-2 ntpd[24]: time reset +0.936071 s

  • Simple two node Cluster Install - Hung after reboot of first node

    Hello,
    Over the past couple of days I have tried to install a simple two node cluster using two identical SunFire X4200s, firstly following the recipe in: http://www.sun.com/software/solaris/howtoguides/twonodecluster.jsp
    and when that failed referring to http://docs.sun.com/app/docs/doc/819-0912 and http://docs.sun.com/app/docs/doc/819-2970.
    I am trying to keep the install process as simple as possible, no switch, just back to back connections for the internal networking (node1 e1000g0 <--> node2 e1000g0, node1 e1000g1 <--> node2 e1000g1)
    I ran the installer on both X4200s with default answers. This went through smoothly without problems.
    I ran scinstall on node1, first time through, choosing "typical" as suggested in the how to guide. Everything goes OK (no errors) node2 reboots, but node1 just sits there waiting for node2, no errors, nothing....
    I also tried rerunning scinstall choosing "Custom", and then selecting the no switch option. Same thing happened.
    I must be doing something stupid, it's such a simple setup! Any ideas??
    Here's the final screen from node1 (dcmds0) in both cases:
    Cluster Creation
    Log file - /var/cluster/logs/install/scinstall.log.940
    Checking installation status ... done
    The Sun Cluster software is installed on "dcmds0".
    The Sun Cluster software is installed on "dcmds1".
    Started sccheck on "dcmds0".
    Started sccheck on "dcmds1".
    sccheck completed with no errors or warnings for "dcmds0".
    sccheck completed with no errors or warnings for "dcmds1".
    Configuring "dcmds1" ... done
    Rebooting "dcmds1" ...
    Output from scconf on node2 (dcmds1):
    bash-3.00# scconf -p
    Cluster name: dcmdscluster
    Cluster ID: 0x47538959
    Cluster install mode: enabled
    Cluster private net: 172.16.0.0
    Cluster private netmask: 255.255.248.0
    Cluster maximum nodes: 64
    Cluster maximum private networks: 10
    Cluster new node authentication: unix
    Cluster authorized-node list: dcmds0 dcmds1
    Cluster transport heart beat timeout: 10000
    Cluster transport heart beat quantum: 1000
    Round Robin Load Balancing UDP session timeout: 480
    Cluster nodes: dcmds1
    Cluster node name: dcmds1
    Node ID: 1
    Node enabled: yes
    Node private hostname: clusternode1-priv
    Node quorum vote count: 1
    Node reservation key: 0x4753895900000001
    Node zones: <NULL>
    CPU shares for global zone: 1
    Minimum CPU requested for global zone: 1
    Node transport adapters: e1000g0 e1000g1
    Node transport adapter: e1000g0
    Adapter enabled: no
    Adapter transport type: dlpi
    Adapter property: device_name=e1000g
    Adapter property: device_instance=0
    Adapter property: lazy_free=1
    Adapter property: dlpi_heartbeat_timeout=10000
    Adapter property: dlpi_heartbeat_quantum=1000
    Adapter property: nw_bandwidth=80
    Adapter property: bandwidth=70
    Adapter port names: <NULL>
    Node transport adapter: e1000g1
    Adapter enabled: no
    Adapter transport type: dlpi
    Adapter property: device_name=e1000g
    Adapter property: device_instance=1
    Adapter property: lazy_free=1
    Adapter property: dlpi_heartbeat_timeout=10000
    Adapter property: dlpi_heartbeat_quantum=1000
    Adapter property: nw_bandwidth=80
    Adapter property: bandwidth=70
    Adapter port names: <NULL>
    Cluster transport switches: <NULL>
    Cluster transport cables
    Endpoint Endpoint State
    Quorum devices: <NULL>
    Rob.

    I have found out why the install hung - this needs to be added into the install guide(s) at once!! - It's VERY frustrating when an install guide is incomplete!
    The solution is posted in the HA-Cluster OpenSolaris forums at:
    http://opensolaris.org/os/community/ha-clusters/ohac/Documentation/SCXdocs/relnotes/#bugs
    In particular, my problem was that I selected to make my Solaris install secure (A good idea, I thought!). Unfortunately, this stops Sun Cluster from working. To fix the problem you need to perform the following steps on each secured node:
    Problem Summary: During Solaris installation, the setting of a restricted network profile disables external access to network services that Sun Cluster functionality uses, ie: The RPC communication service, which is required for cluster communication
    Workaround: Restore external access to RPC communication.
    Perform the following commands to restore external access to RPC communication.
    # svccfg
    svc:> select network/rpc/bind
    svc:/network/rpc/bind> setprop config/local_only=false
    svc:/network/rpc/bind> quit
    # svcadm refresh network/rpc/bind:default
    # svcprop network/rpc/bind:default | grep local_only
    Once I applied these commands, the install process continued ... AT LAST!!!
    Rob.

  • HFM server/cluster registration failed

    Hi,
    I have everthing installed and configured, except for the HFM server/cluster registration failed. Can anyone help point me in the right direction?
    Mike

    Try below steps ..I got it fix using the same.
    Thanks to Pablo for the solution      
    Posts: 106
    Registered: 04/07/11
         Re: Failed To Register Cluster Containing Server <Server Name>: Idispatch Error
    Posted: Jan 18, 2012 11:47 AM in response to: Mike in response to: Mike           
    Click to report abuse...           Click to reply to this thread      Reply
    Start->Run and enter dcomcnfg. On the component services app open Component Services->Computer->My Computer right click "My Computer" and select Properties. Go to the Default Properties tab and verify that you have "Connect" for Default Authentication Level and "Identity" Default Impersonation Level.

  • Component SMS_Contol_manager and SMS_Notification_server install failed on SCCM2012

    we have try to uninstall client and remove the ccm namespace from wmi, and reisntall MP, no luck
    below log from mpmsi.log.lasterror
    === Verbose logging started: 8/27/2014  20:50:23  Build type: SHIP UNICODE 5.00.9600.00  Calling process: H:\Program Files\Microsoft Configuration Manager\bin\x64\rolesetup.exe ===
    MSI (c) (9C:58) [20:50:23:592]: Resetting cached policy values
    MSI (c) (9C:58) [20:50:23:592]: Machine policy value 'Debug' is 0
    MSI (c) (9C:58) [20:50:23:592]: ******* RunEngine:
               ******* Product: h:\Program Files\Microsoft Configuration Manager\bin\x64\mp.msi
               ******* Action:
               ******* CommandLine: **********
    MSI (c) (9C:58) [20:50:23:592]: Client-side and UI is none or basic: Running entire install on the server.
    MSI (c) (9C:58) [20:50:23:592]: Grabbed execution mutex.
    MSI (c) (9C:58) [20:50:23:594]: Cloaking enabled.
    MSI (c) (9C:58) [20:50:23:594]: Attempting to enable all disabled privileges before calling Install on Server
    MSI (c) (9C:58) [20:50:23:594]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (24:FC) [20:50:23:598]: Running installation inside multi-package transaction h:\Program Files\Microsoft Configuration Manager\bin\x64\mp.msi
    MSI (s) (24:FC) [20:50:23:598]: Grabbed execution mutex.
    MSI (s) (24:48) [20:50:23:599]: Resetting cached policy values
    MSI (s) (24:48) [20:50:23:599]: Machine policy value 'Debug' is 0
    MSI (s) (24:48) [20:50:23:599]: ******* RunEngine:
               ******* Product: h:\Program Files\Microsoft Configuration Manager\bin\x64\mp.msi
               ******* Action:
               ******* CommandLine: **********
    MSI (s) (24:48) [20:50:23:599]: Machine policy value 'DisableUserInstalls' is 0
    MSI (s) (24:48) [20:50:23:603]: Note: 1: 2203 2: C:\Windows\Installer\inprogressinstallinfo.ipi 3: -2147287038
    MSI (s) (24:48) [20:50:23:605]: SRSetRestorePoint skipped for this transaction.
    MSI (s) (24:48) [20:50:23:606]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer 3: 2
    MSI (s) (24:48) [20:50:23:607]: File will have security applied from OpCode.
    MSI (s) (24:48) [20:50:23:619]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'h:\Program Files\Microsoft Configuration Manager\bin\x64\mp.msi' against software restriction policy
    MSI (s) (24:48) [20:50:23:619]: SOFTWARE RESTRICTION POLICY: h:\Program Files\Microsoft Configuration Manager\bin\x64\mp.msi has a digital signature
    MSI (s) (24:48) [20:50:23:619]: SOFTWARE RESTRICTION POLICY: h:\Program Files\Microsoft Configuration Manager\bin\x64\mp.msi is permitted to run because the user token authorizes execution (system or service token).
    MSI (s) (24:48) [20:50:23:619]: MSCOREE not loaded loading copy from system32
    MSI (s) (24:48) [20:50:23:621]: End dialog not enabled
    MSI (s) (24:48) [20:50:23:621]: Original package ==> h:\Program Files\Microsoft Configuration Manager\bin\x64\mp.msi
    MSI (s) (24:48) [20:50:23:621]: Package we're running from ==> C:\Windows\Installer\6257f6f.msi
    MSI (s) (24:48) [20:50:23:624]: APPCOMPAT: Compatibility mode property overrides found.
    MSI (s) (24:48) [20:50:23:624]: APPCOMPAT: looking for appcompat database entry with ProductCode '{6CED3AB0-05AF-4C81-8DBE-A62661C26F40}'.
    MSI (s) (24:48) [20:50:23:624]: APPCOMPAT: no matching ProductCode found in database.
    MSI (s) (24:48) [20:50:23:626]: Machine policy value 'TransformsSecure' is 1
    MSI (s) (24:48) [20:50:23:627]: Note: 1: 2262 2: MsiFileHash 3: -2147287038
    MSI (s) (24:48) [20:50:23:627]: Machine policy value 'DisablePatch' is 0
    MSI (s) (24:48) [20:50:23:627]: Machine policy value 'AllowLockdownPatch' is 0
    MSI (s) (24:48) [20:50:23:627]: Machine policy value 'DisableLUAPatching' is 0
    MSI (s) (24:48) [20:50:23:627]: Machine policy value 'DisableFlyWeightPatching' is 0
    MSI (s) (24:48) [20:50:23:627]: APPCOMPAT: looking for appcompat database entry with ProductCode '{6CED3AB0-05AF-4C81-8DBE-A62661C26F40}'.
    MSI (s) (24:48) [20:50:23:627]: APPCOMPAT: no matching ProductCode found in database.
    MSI (s) (24:48) [20:50:23:627]: Transforms are not secure.
    MSI (s) (24:48) [20:50:23:628]: PROPERTY CHANGE: Adding MsiLogFileLocation property. Its value is 'h:\Program Files\Microsoft Configuration Manager\logs\mpMSI.log'.
    MSI (s) (24:48) [20:50:23:628]: Command Line: CCMINSTALLDIR=h:\Program Files\SMS_CCM CCMSERVERDATAROOT=h:\Program Files\Microsoft Configuration Manager USESMSPORTS=TRUE SMSPORTS=80 USESMSSSLPORTS=TRUE SMSSSLPORTS=443 USESMSSSL=TRUE SMSSSLSTATE=0 CCMENABLELOGGING=TRUE
    CCMLOGLEVEL=1 CCMLOGMAXSIZE=1000000 CCMLOGMAXHISTORY=1 CURRENTDIRECTORY=H:\Program Files\Microsoft Configuration Manager\bin\x64 CLIENTUILEVEL=3 MSICLIENTUSESEXTERNALUI=1 CLIENTPROCESSID=6556
    MSI (s) (24:48) [20:50:23:628]: Product Code passed to Engine.Initialize:           ''
    MSI (s) (24:48) [20:50:23:628]: Product Code from property table before transforms: '{6CED3AB0-05AF-4C81-8DBE-A62661C26F40}'
    MSI (s) (24:48) [20:50:23:628]: Product Code from property table after transforms:  '{6CED3AB0-05AF-4C81-8DBE-A62661C26F40}'
    MSI (s) (24:48) [20:50:23:628]: Product not registered: beginning first-time install
    MSI (s) (24:48) [20:50:23:630]: Machine policy value 'DisableMsi' is 1
    MSI (s) (24:48) [20:50:23:630]: Product {6CED3AB0-05AF-4C81-8DBE-A62661C26F40} is not managed.
    MSI (s) (24:48) [20:50:23:630]: MSI_LUA: Credential prompt not required, user is an admin
    MSI (s) (24:48) [20:50:23:630]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'.
    MSI (s) (24:48) [20:50:23:630]: Entering CMsiConfigurationManager::SetLastUsedSource.
    MSI (s) (24:48) [20:50:23:630]: User policy value 'SearchOrder' is 'nmu'
    MSI (s) (24:48) [20:50:23:630]: Adding new sources is allowed.
    MSI (s) (24:48) [20:50:23:630]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'.
    MSI (s) (24:48) [20:50:23:630]: Package name extracted from package path: 'mp.msi'
    MSI (s) (24:48) [20:50:23:630]: Package to be registered: 'mp.msi'
    MSI (s) (24:48) [20:50:23:631]: Note: 1: 2262 2: AdminProperties 3: -2147287038
    MSI (s) (24:48) [20:50:23:631]: Machine policy value 'AlwaysInstallElevated' is 0
    MSI (s) (24:48) [20:50:23:631]: User policy value 'AlwaysInstallElevated' is 0
    MSI (s) (24:48) [20:50:23:631]: Product installation will be elevated because user is admin and product is being installed per-machine.
    MSI (s) (24:48) [20:50:23:631]: Running product '{6CED3AB0-05AF-4C81-8DBE-A62661C26F40}' with elevated privileges: Product is assigned.
    MSI (s) (24:48) [20:50:23:631]: PROPERTY CHANGE: Adding CCMINSTALLDIR property. Its value is 'h:\Program Files\SMS_CCM'.
    MSI (s) (24:48) [20:50:23:631]: PROPERTY CHANGE: Adding CCMSERVERDATAROOT property. Its value is 'h:\Program Files\Microsoft Configuration Manager'.
    MSI (s) (24:48) [20:50:23:631]: PROPERTY CHANGE: Adding USESMSPORTS property. Its value is 'TRUE'.
    MSI (s) (24:48) [20:50:23:631]: PROPERTY CHANGE: Adding SMSPORTS property. Its value is '80'.
    MSI (s) (24:48) [20:50:23:631]: PROPERTY CHANGE: Adding USESMSSSLPORTS property. Its value is 'TRUE'.
    MSI (s) (24:48) [20:50:23:631]: PROPERTY CHANGE: Adding SMSSSLPORTS property. Its value is '443'.
    MSI (s) (24:48) [20:50:23:631]: PROPERTY CHANGE: Adding USESMSSSL property. Its value is 'TRUE'.
    MSI (s) (24:48) [20:50:23:631]: PROPERTY CHANGE: Adding SMSSSLSTATE property. Its value is '0'.
    MSI (s) (24:48) [20:50:23:631]: PROPERTY CHANGE: Adding CCMENABLELOGGING property. Its value is 'TRUE'.
    MSI (s) (24:48) [20:50:23:631]: PROPERTY CHANGE: Adding CCMLOGLEVEL property. Its value is '1'.
    MSI (s) (24:48) [20:50:23:631]: PROPERTY CHANGE: Adding CCMLOGMAXSIZE property. Its value is '1000000'.
    MSI (s) (24:48) [20:50:23:631]: PROPERTY CHANGE: Adding CCMLOGMAXHISTORY property. Its value is '1'.
    MSI (s) (24:48) [20:50:23:631]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'H:\Program Files\Microsoft Configuration Manager\bin\x64'.
    MSI (s) (24:48) [20:50:23:631]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '3'.
    MSI (s) (24:48) [20:50:23:631]: PROPERTY CHANGE: Adding MSICLIENTUSESEXTERNALUI property. Its value is '1'.
    MSI (s) (24:48) [20:50:23:631]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '6556'.
    MSI (s) (24:48) [20:50:23:631]: Machine policy value 'DisableAutomaticApplicationShutdown' is 0
    MSI (s) (24:48) [20:50:23:632]: PROPERTY CHANGE: Adding MsiRestartManagerSessionKey property. Its value is 'd8d0cefc1249514889002637bb750a41'.
    MSI (s) (24:48) [20:50:23:632]: RESTART MANAGER: Session opened.
    MSI (s) (24:48) [20:50:23:632]: PROPERTY CHANGE: Adding MsiSystemRebootPending property. Its value is '1'.
    MSI (s) (24:48) [20:50:23:632]: TRANSFORMS property is now:
    MSI (s) (24:48) [20:50:23:632]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '200'.
    MSI (s) (24:48) [20:50:23:633]: SHELL32::SHGetFolderPath returned: C:\Windows\system32\config\systemprofile\AppData\Roaming
    MSI (s) (24:48) [20:50:23:634]: SHELL32::SHGetFolderPath returned: C:\Windows\system32\config\systemprofile\Favorites
    MSI (s) (24:48) [20:50:23:634]: SHELL32::SHGetFolderPath returned: C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Network Shortcuts
    MSI (s) (24:48) [20:50:23:635]: SHELL32::SHGetFolderPath returned: C:\Windows\system32\config\systemprofile\Documents
    MSI (s) (24:48) [20:50:23:635]: SHELL32::SHGetFolderPath returned: C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
    MSI (s) (24:48) [20:50:23:636]: SHELL32::SHGetFolderPath returned: C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Recent
    MSI (s) (24:48) [20:50:23:636]: SHELL32::SHGetFolderPath returned: C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\SendTo
    MSI (s) (24:48) [20:50:23:637]: SHELL32::SHGetFolderPath returned: C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Templates
    MSI (s) (24:48) [20:50:23:637]: SHELL32::SHGetFolderPath returned: C:\ProgramData
    MSI (s) (24:48) [20:50:23:638]: SHELL32::SHGetFolderPath returned: C:\Windows\system32\config\systemprofile\AppData\Local
    MSI (s) (24:48) [20:50:23:638]: SHELL32::SHGetFolderPath returned: C:\Windows\system32\config\systemprofile\Pictures
    MSI (s) (24:48) [20:50:23:639]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools
    MSI (s) (24:48) [20:50:23:640]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
    MSI (s) (24:48) [20:50:23:640]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs
    MSI (s) (24:48) [20:50:23:641]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu
    MSI (s) (24:48) [20:50:23:641]: SHELL32::SHGetFolderPath returned: C:\Users\Public\Desktop
    MSI (s) (24:48) [20:50:23:642]: SHELL32::SHGetFolderPath returned: C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools
    MSI (s) (24:48) [20:50:23:643]: SHELL32::SHGetFolderPath returned: C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
    MSI (s) (24:48) [20:50:23:643]: SHELL32::SHGetFolderPath returned: C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
    MSI (s) (24:48) [20:50:23:644]: SHELL32::SHGetFolderPath returned: C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Start Menu
    MSI (s) (24:48) [20:50:23:644]: SHELL32::SHGetFolderPath returned: C:\Windows\system32\config\systemprofile\Desktop
    MSI (s) (24:48) [20:50:23:645]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Templates
    MSI (s) (24:48) [20:50:23:645]: SHELL32::SHGetFolderPath returned: C:\Windows\Fonts
    MSI (s) (24:48) [20:50:23:645]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
    MSI (s) (24:48) [20:50:23:648]: MSI_LUA: Setting MsiRunningElevated property to 1 because the install is already running elevated.
    MSI (s) (24:48) [20:50:23:648]: PROPERTY CHANGE: Adding MsiRunningElevated property. Its value is '1'.
    MSI (s) (24:48) [20:50:23:648]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
    MSI (s) (24:48) [20:50:23:648]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (s) (24:48) [20:50:23:648]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (s) (24:48) [20:50:23:648]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\Windows\Installer\6257f6f.msi'.
    MSI (s) (24:48) [20:50:23:648]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'h:\Program Files\Microsoft Configuration Manager\bin\x64\mp.msi'.
    MSI (s) (24:48) [20:50:23:648]: Machine policy value 'MsiDisableEmbeddedUI' is 0
    MSI (s) (24:48) [20:50:23:648]: EEUI - Disabling MsiEmbeddedUI due to existing external or embedded UI
    MSI (s) (24:48) [20:50:23:648]: EEUI - Disabling MsiEmbeddedUI for service because it's not a quiet/basic install
    MSI (s) (24:48) [20:50:23:648]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (24:48) [20:50:23:648]: Machine policy value 'DisableRollback' is 0
    MSI (s) (24:48) [20:50:23:648]: User policy value 'DisableRollback' is 0
    MSI (s) (24:48) [20:50:23:648]: PROPERTY CHANGE: Adding UILevel property. Its value is '2'.
    === Logging started: 8/27/2014  20:50:23 ===
    MSI (s) (24:48) [20:50:23:649]: Note: 1: 2203 2: C:\Windows\Installer\inprogressinstallinfo.ipi 3: -2147287038
    MSI (s) (24:48) [20:50:23:649]: APPCOMPAT: [DetectVersionLaunchCondition] Launch condition already passes.
    MSI (s) (24:48) [20:50:23:649]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
    MSI (s) (24:48) [20:50:23:649]: Doing action: INSTALL
    Action start 20:50:23: INSTALL.
    MSI (s) (24:48) [20:50:23:650]: Running ExecuteSequence
    MSI (s) (24:48) [20:50:23:650]: Doing action: System64Folder.12C909B6_5F69_4C4D_8EC3_C225C1607933
    MSI (s) (24:48) [20:50:23:650]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'System64Folder.12C909B6_5F69_4C4D_8EC3_C225C1607933'
    MSI (s) (24:48) [20:50:23:650]: PROPERTY CHANGE: Adding System64Folder.12C909B6_5F69_4C4D_8EC3_C225C1607933 property. Its value is 'C:\Windows\system32\'.
    Action start 20:50:23: System64Folder.12C909B6_5F69_4C4D_8EC3_C225C1607933.
    MSI (s) (24:48) [20:50:23:651]: Doing action: SystemFolder.12C909B6_5F69_4C4D_8EC3_C225C1607933
    Action ended 20:50:23: System64Folder.12C909B6_5F69_4C4D_8EC3_C225C1607933. Return value 1.
    MSI (s) (24:48) [20:50:23:651]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'SystemFolder.12C909B6_5F69_4C4D_8EC3_C225C1607933'
    MSI (s) (24:48) [20:50:23:651]: PROPERTY CHANGE: Adding SystemFolder.12C909B6_5F69_4C4D_8EC3_C225C1607933 property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 20:50:23: SystemFolder.12C909B6_5F69_4C4D_8EC3_C225C1607933.
    MSI (s) (24:48) [20:50:23:651]: Doing action: SystemFolder.A6940213_CD40_4753_8BA2_E803376DECC3
    Action ended 20:50:23: SystemFolder.12C909B6_5F69_4C4D_8EC3_C225C1607933. Return value 1.
    MSI (s) (24:48) [20:50:23:652]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'SystemFolder.A6940213_CD40_4753_8BA2_E803376DECC3'
    MSI (s) (24:48) [20:50:23:652]: PROPERTY CHANGE: Adding SystemFolder.A6940213_CD40_4753_8BA2_E803376DECC3 property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 20:50:23: SystemFolder.A6940213_CD40_4753_8BA2_E803376DECC3.
    MSI (s) (24:48) [20:50:23:652]: Doing action: System64Folder.A6940213_CD40_4753_8BA2_E803376DECC3
    Action ended 20:50:23: SystemFolder.A6940213_CD40_4753_8BA2_E803376DECC3. Return value 1.
    MSI (s) (24:48) [20:50:23:652]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'System64Folder.A6940213_CD40_4753_8BA2_E803376DECC3'
    MSI (s) (24:48) [20:50:23:652]: PROPERTY CHANGE: Adding System64Folder.A6940213_CD40_4753_8BA2_E803376DECC3 property. Its value is 'C:\Windows\system32\'.
    Action start 20:50:23: System64Folder.A6940213_CD40_4753_8BA2_E803376DECC3.
    MSI (s) (24:48) [20:50:23:653]: Doing action: SystemFolder.F65FD590_5BEA_48BE_8408_26F7244E8B61
    Action ended 20:50:23: System64Folder.A6940213_CD40_4753_8BA2_E803376DECC3. Return value 1.
    MSI (s) (24:48) [20:50:23:653]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'SystemFolder.F65FD590_5BEA_48BE_8408_26F7244E8B61'
    MSI (s) (24:48) [20:50:23:653]: PROPERTY CHANGE: Adding SystemFolder.F65FD590_5BEA_48BE_8408_26F7244E8B61 property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 20:50:23: SystemFolder.F65FD590_5BEA_48BE_8408_26F7244E8B61.
    MSI (s) (24:48) [20:50:23:653]: Doing action: System64Folder.F65FD590_5BEA_48BE_8408_26F7244E8B61
    Action ended 20:50:23: SystemFolder.F65FD590_5BEA_48BE_8408_26F7244E8B61. Return value 1.
    MSI (s) (24:48) [20:50:23:654]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'System64Folder.F65FD590_5BEA_48BE_8408_26F7244E8B61'
    MSI (s) (24:48) [20:50:23:654]: PROPERTY CHANGE: Adding System64Folder.F65FD590_5BEA_48BE_8408_26F7244E8B61 property. Its value is 'C:\Windows\system32\'.
    Action start 20:50:23: System64Folder.F65FD590_5BEA_48BE_8408_26F7244E8B61.
    MSI (s) (24:48) [20:50:23:654]: Doing action: SystemFolder.BFC13682_FB8F_4455_9724_4DDBBBF713D7
    Action ended 20:50:23: System64Folder.F65FD590_5BEA_48BE_8408_26F7244E8B61. Return value 1.
    MSI (s) (24:48) [20:50:23:654]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'SystemFolder.BFC13682_FB8F_4455_9724_4DDBBBF713D7'
    MSI (s) (24:48) [20:50:23:654]: PROPERTY CHANGE: Adding SystemFolder.BFC13682_FB8F_4455_9724_4DDBBBF713D7 property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 20:50:23: SystemFolder.BFC13682_FB8F_4455_9724_4DDBBBF713D7.
    MSI (s) (24:48) [20:50:23:655]: Doing action: System64Folder.BFC13682_FB8F_4455_9724_4DDBBBF713D7
    Action ended 20:50:23: SystemFolder.BFC13682_FB8F_4455_9724_4DDBBBF713D7. Return value 1.
    MSI (s) (24:48) [20:50:23:655]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'System64Folder.BFC13682_FB8F_4455_9724_4DDBBBF713D7'
    MSI (s) (24:48) [20:50:23:655]: PROPERTY CHANGE: Adding System64Folder.BFC13682_FB8F_4455_9724_4DDBBBF713D7 property. Its value is 'C:\Windows\system32\'.
    Action start 20:50:23: System64Folder.BFC13682_FB8F_4455_9724_4DDBBBF713D7.
    MSI (s) (24:48) [20:50:23:655]: Doing action: SystemFolder.1114972D_590D_4AB6_BA2E_779928CEDCC2
    Action ended 20:50:23: System64Folder.BFC13682_FB8F_4455_9724_4DDBBBF713D7. Return value 1.
    MSI (s) (24:48) [20:50:23:656]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'SystemFolder.1114972D_590D_4AB6_BA2E_779928CEDCC2'
    MSI (s) (24:48) [20:50:23:656]: PROPERTY CHANGE: Adding SystemFolder.1114972D_590D_4AB6_BA2E_779928CEDCC2 property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 20:50:23: SystemFolder.1114972D_590D_4AB6_BA2E_779928CEDCC2.
    MSI (s) (24:48) [20:50:23:656]: Doing action: System64Folder.1114972D_590D_4AB6_BA2E_779928CEDCC2
    Action ended 20:50:23: SystemFolder.1114972D_590D_4AB6_BA2E_779928CEDCC2. Return value 1.
    MSI (s) (24:48) [20:50:23:656]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'System64Folder.1114972D_590D_4AB6_BA2E_779928CEDCC2'
    MSI (s) (24:48) [20:50:23:656]: PROPERTY CHANGE: Adding System64Folder.1114972D_590D_4AB6_BA2E_779928CEDCC2 property. Its value is 'C:\Windows\system32\'.
    Action start 20:50:23: System64Folder.1114972D_590D_4AB6_BA2E_779928CEDCC2.
    MSI (s) (24:48) [20:50:23:657]: Doing action: LaunchConditions
    Action ended 20:50:23: System64Folder.1114972D_590D_4AB6_BA2E_779928CEDCC2. Return value 1.
    Action start 20:50:23: LaunchConditions.
    MSI (s) (24:48) [20:50:23:657]: Skipping action: CcmSwitchToRepairMode (condition is false)
    MSI (s) (24:48) [20:50:23:657]: Doing action: AppSearch
    Action ended 20:50:23: LaunchConditions. Return value 1.
    Action start 20:50:23: AppSearch.
    MSI (s) (24:48) [20:50:23:658]: Note: 1: 2262 2: Signature 3: -2147287038
    MSI (s) (24:48) [20:50:23:658]: Note: 1: 2262 2: Signature 3: -2147287038
    MSI (s) (24:48) [20:50:23:659]: PROPERTY CHANGE: Modifying CCMINSTALLDIR property. Its current value is 'h:\Program Files\SMS_CCM'. Its new value: 'C:\Windows\CCM\'.
    MSI (s) (24:48) [20:50:23:659]: Note: 1: 2262 2: Signature 3: -2147287038
    MSI (s) (24:48) [20:50:23:659]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\SOFTWARE\Microsoft\CCM\Embedded 3: 2
    MSI (s) (24:48) [20:50:23:659]: Note: 1: 2262 2: Signature 3: -2147287038
    MSI (s) (24:48) [20:50:23:659]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Microsoft\CCM\Logging\DebugLogging 3: 2
    MSI (s) (24:48) [20:50:23:660]: Note: 1: 2262 2: Signature 3: -2147287038
    MSI (s) (24:48) [20:50:23:660]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\SOFTWARE\Microsoft\SMS\IIS 3: 2
    MSI (s) (24:48) [20:50:23:660]: Note: 1: 2262 2: Signature 3: -2147287038
    MSI (s) (24:48) [20:50:23:660]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\SOFTWARE\Microsoft\SMS\MP 3: 2
    MSI (s) (24:48) [20:50:23:660]: Note: 1: 2262 2: Signature 3: -2147287038
    MSI (s) (24:48) [20:50:23:660]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\SOFTWARE\Microsoft\SMS\MP 3: 2
    MSI (s) (24:48) [20:50:23:660]: Note: 1: 2262 2: Signature 3: -2147287038
    MSI (s) (24:48) [20:50:23:661]: Skipping action: CcmAbortIfEmbeddedExists (condition is false)
    MSI (s) (24:48) [20:50:23:661]: Doing action: CCPSearch
    Action ended 20:50:23: AppSearch. Return value 1.
    MSI (s) (24:48) [20:50:23:661]: Note: 1: 2205 2:  3: CCPSearch
    MSI (s) (24:48) [20:50:23:661]: Note: 1: 2228 2:  3: CCPSearch 4: SELECT `Signature_` FROM `CCPSearch`
    Action start 20:50:23: CCPSearch.
    MSI (s) (24:48) [20:50:23:661]: Doing action: RMCCPSearch
    Action ended 20:50:23: CCPSearch. Return value 0.
    MSI (s) (24:48) [20:50:23:662]: Note: 1: 2205 2:  3: CCPSearch
    MSI (s) (24:48) [20:50:23:662]: Note: 1: 2228 2:  3: CCPSearch 4: SELECT `Signature_` FROM `CCPSearch`
    Action start 20:50:23: RMCCPSearch.
    MSI (s) (24:48) [20:50:23:662]: Doing action: ValidateProductID
    Action ended 20:50:23: RMCCPSearch. Return value 0.
    Action start 20:50:23: ValidateProductID.
    MSI (s) (24:48) [20:50:23:662]: Skipping action: CcmSetInstallDir32 (condition is false)
    MSI (s) (24:48) [20:50:23:662]: Doing action: CcmSetInstallDir64
    Action ended 20:50:23: ValidateProductID. Return value 1.
    MSI (s) (24:48) [20:50:23:663]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'CcmSetInstallDir64'
    MSI (s) (24:48) [20:50:23:663]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'C:\Windows\CCM'.
    Action start 20:50:23: CcmSetInstallDir64.
    MSI (s) (24:48) [20:50:23:663]: Doing action: CcmSetInstallDirFromCmdLine
    Action ended 20:50:23: CcmSetInstallDir64. Return value 1.
    MSI (s) (24:48) [20:50:23:664]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'CcmSetInstallDirFromCmdLine'
    MSI (s) (24:48) [20:50:23:664]: PROPERTY CHANGE: Modifying TARGETDIR property. Its current value is 'C:\Windows\CCM'. Its new value: 'C:\Windows\CCM\'.
    Action start 20:50:23: CcmSetInstallDirFromCmdLine.
    MSI (s) (24:48) [20:50:23:664]: Doing action: CcmSetPrimaryFolder
    Action ended 20:50:23: CcmSetInstallDirFromCmdLine. Return value 1.
    MSI (s) (24:48) [20:50:23:664]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'CcmSetPrimaryFolder'
    MSI (s) (24:48) [20:50:23:664]: PROPERTY CHANGE: Adding PRIMARYFOLDER property. Its value is 'TARGETDIR'.
    Action start 20:50:23: CcmSetPrimaryFolder.
    MSI (s) (24:48) [20:50:23:665]: Doing action: FindRelatedProducts
    Action ended 20:50:23: CcmSetPrimaryFolder. Return value 1.
    Action start 20:50:23: FindRelatedProducts.
    MSI (s) (24:48) [20:50:23:665]: PROPERTY CHANGE: Adding SMSSP1COLOCDOWNGRADE property. Its value is '{8864FB91-94EE-4F16-A144-0D82A232049D}'.
    MSI (s) (24:48) [20:50:23:666]: Skipping action: SmsDetectUnsupportedUpgrade (condition is false)
    MSI (s) (24:48) [20:50:23:666]: Skipping action: SmsDetectDowngrade (condition is false)
    MSI (s) (24:48) [20:50:23:666]: Skipping action: CcmDetectUnsupportedUpgrade (condition is false)
    MSI (s) (24:48) [20:50:23:666]: Doing action: SmsDetectColocationDowngrade
    Action ended 20:50:23: FindRelatedProducts. Return value 1.
    MSI (s) (24:48) [20:50:23:666]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'SmsDetectColocationDowngrade'
    Action start 20:50:23: SmsDetectColocationDowngrade.
    MSI (s) (24:48) [20:50:23:666]: Product: ConfigMgr Management Point -- A newer version of the Configuration Manager Client is installed. Cannot continue installing this version of the management point.
    A newer version of the Configuration Manager Client is installed. Cannot continue installing this version of the management point.
    Action ended 20:50:23: SmsDetectColocationDowngrade. Return value 3.
    Action ended 20:50:23: INSTALL. Return value 3.
    Property(S): UpgradeCode = {ABD0F60F-1622-4311-8989-106B60D784FF}
    Property(S): TARGETDIR = C:\Windows\CCM\
    Property(S): ALLUSERS = 1
    Property(S): ErrorDialog = ErrorDialog
    Property(S): ProductName = ConfigMgr Management Point
    Property(S): ProductCode = {6CED3AB0-05AF-4C81-8DBE-A62661C26F40}
    Property(S): PackageCode = {5CBAF9F8-A298-49C0-B874-D0F5F0F39DB4}
    Property(S): Manufacturer = Microsoft Corporation
    Property(S): ProductVersion = 5.00.7804.1000
    Property(S): ProductLanguage = 1033
    Property(S): SMSCWSREGKEYNAME = MPCWSPath
    Property(S): CcmCheckRepairNotInstalled_ActionText = Abort repair if the product has not been installed.
    Property(S): CcmSwitchToRepairMode_ActionText = Product has been installed. Switch to repair mode for this installation.
    Property(S): CcmSuppressReboot_ActionText = Suppress machine reboot after installation.
    Property(S): CcmCheckFreeDiskSpace_ActionText = Check if the target volumn has enough space for the installation.
    Property(S): CcmCheckFreeDiskSpace2_ActionText = Check if the target volumn has enough space for the installation.
    Property(S): CcmSetInstallDirFromCmdLine_ActionText = Property custom action for setting install directory from command line.
    Property(S): CcmCreateWmiNamespacesInit_ActionText = Processes the table CcmWmiNamespace and sends the context to CcmCreateWmiNamespaces.
    Property(S): CcmCreateWmiNamespaces_ActionText = Creates the WMI namespaces found in the CcmWmiNamespace table
    Property(S): CcmCreateWmiNamespacesRollback_ActionText = Calls CcmRemoveWmiNamespaces. Deletes the WMI namespaces.
    Property(S): CcmRemoveWmiNamespacesInit_ActionText = Processes the table CcmWmiNamespace and sends the context to CcmRemoveWmiNamespaces.
    Property(S): CcmRemoveWmiNamespaces_ActionText = Deletes WMI namespaces.
    Property(S): CcmRegisterWmiMofFilesInit_ActionText = Queues MOF files in the CcmWmiMofFile table to be compiled.
    Property(S): CcmRegisterWmiMofFile_ActionText = Compiles MOF files that were queued by CcmRegisterWmiMofFilesInit.
    Property(S): CcmWmiRollback_ActionText = Deletes the existin site policy config and then recompiles MOF to restore old WMI instances.
    Property(S): CcmDeleteWmiBackup_ActionText = Deletes the back up mof of the wmi namespace created for rolling back purposes.
    Property(S): CcmRemoveWmiObjectsInit_ActionText = Queries the CcmWmiObject table for WMI objects to be removed.
    Property(S): CcmRemoveWmiObjects_ActionText = Removes WMI objects found by CcmRemoveWmiObjectsInit.
    Property(S): CcmRemoveWmiObjectsRollback_ActionText = Calls CcmRemoveWmiObjects. Removes WMI objects found by CcmRemoveWmiObjectsInit.
    Property(S): CcmCreateIISVirtualDirectoriesInit_ActionText = Processes the CcmIISVirtualDirectory table and passes that information to CcmCreateIISVirtualDirectories to create the virtual directories.
    Property(S): CcmCreateIISVirtualDirectories_ActionText = Creates the virtual directories specified in the CcmIISVirtualDirectory table.
    Property(S): CcmRollbackIISVirtualDirectories_ActionText = Calls CcmRemoveIISVirtualDirectories. Removes IIS Virtual Directories found in CcmRemoveIISVirtualDirectoriesInit.
    Property(S): CcmRemoveIISVirtualDirectories_ActionText = Removes IIS Virtual Directories found in CcmRemoveIISVirtualDirectoriesInit.
    Property(S): CcmRemoveIISVirtualDirectoriesInit_ActionText = Queries the CcmIISVirtualDirectory table for IIS Virtual Directories to be removed.
    Property(S): CcmCreateIISApplicationPoolsInit_ActionText = Processes the CcmIISAplicationPool table and passes that context to CcmCreateIISAplicationPools custom action.
    Property(S): CcmCreateIISApplicationPools_ActionText = Creates the application pools specified in the CcmIISAplicationPools table.
    Property(S): CcmCreateIISApplicationPoolsRollback_ActionText = Calls CcmRemoveIISApplicationPools. Removes IIS Application Pools found in CcmRemoveIISApplicationPoolsInit.
    Property(S): CcmRemoveIISApplicationPoolsInit_ActionText = Queries the CcmIISApplicationPool table for IIS Application Pools to be removed.
    Property(S): CcmRemoveIISApplicationPools_ActionText = Removes IIS Application Pools found in CcmRemoveIISApplicationPoolsInit.
    Property(S): CcmDetectFilesInUseRemoveInit_ActionText = Detect if files are in used at uninstallation.
    Property(S): CcmDetectFilesInUseInit_ActionText = Detects file in use.
    Property(S): CcmDetectFilesInUse_ActionText = Moves files that are in use so that they will be deleted upon the next reboot.
    Property(S): CcmDetectFilesInUseRollback_ActionText = Rolls back files moved by CcmDetectFilesInUse.
    Property(S): CcmDetectFilesInUseCommit_ActionText = Commits action of CcmDetectFileInUse. After this we cannot rollback.
    Property(S): CcmDetectFilesInUseRemoveRollback_ActionText = Calls CcmDetectFilesInUseRollback. Rolls back the files moved by CcmDetectFilesInUse.
    Property(S): CcmDetectFilesInUseRemoveCommit_ActionText = Calls CcmDetectFilesInUseCommit. Commits action of CcmDetectFileInUse. After this the action cannot be rolled back.
    Property(S): CcmLookupAccountNames_ActionText = Looks up the name of the Administrators group, Users group, and Creator Owner account, then sets the properties CcmAdministratorGroupName, CcmUsersGroupName, and CcmCreatorOwnerAccountName.
    Property(S): CcmRegisterPerfCountersInit_ActionText = Processes the CcmPerfApplication table for components that will be registering a performance counter.
    Property(S): CcmRegisterPerfCounters_ActionText = Registers performance counters gathered in the CcmRegisterPerfCountersInit action
    Property(S): CcmUnregisterPerfCountersInit_ActionText = Processes the CcmPerfApplication table for components that will be unregistering a performance counter.
    Property(S): CcmUnregisterPerfCounters_ActionText = Removes performance counters gathered in the CcmUnregisterPerfCountersInit action
    Property(S): CcmRegisterPerfCountersRollback_ActionText = Rolls back any changes made by CcmRegisterPerfCounters if install fails.
    Property(S): CcmUnloadWmiProvidersInit_ActionText = Enumerates component table and builds a list of files that will be installed
    Property(S): CcmUnloadWmiProviders_ActionText = Enumerates all providers and unloads them, verifies they are unloaded, and then reloads them.
    Property(S): CcmTypelibRollbackInit_ActionText = Queues a list of type libraries to be registered on rollback.
    Property(S): CcmTypelibRollback_ActionText = In the event of install failing, this event rolls back the type libraries to the state before install started.
    Property(S): CcmSetObjectSecurityInit_ActionText = Queries the CcmObjectSecurity table and passes this information to CcmSetObjectSecurity.
    Property(S): CcmSetObjectSecurity_ActionText = Applying security permissions
    Property(S): CcmSetInstallDir32_ActionText = Property action for setting installation directory for Configuration Manager Client on 32-bit platform.
    Property(S): CcmSetInstallDir64_ActionText = Property action for setting installation directory for Configuration Manager Client on 64-bit platform.
    Property(S): CcmSetPrimaryFolder_ActionText = Property action for setting target installation folder.
    Property(S): PRIMARYFOLDER = TARGETDIR
    Property(S): VersionNT64 = 603
    Property(S): CCMINSTALLDIR = C:\Windows\CCM\
    Property(S): System64Folder.12C909B6_5F69_4C4D_8EC3_C225C1607933 = C:\Windows\system32\
    Property(S): SystemFolder.12C909B6_5F69_4C4D_8EC3_C225C1607933 = C:\Windows\SysWOW64\
    Property(S): CCMEXECFILEKEY = [#CcmExec_exe.A6940213_CD40_4753_8BA2_E803376DECC3]
    Property(S): CcmDetectUpgradeOldClient_Message = A previous version of the Configuration Manager Client is installed. Please upgrade the client to Configuration Manager 2012 before attempting to upgrade.
    Property(S): SmsDetectUpgradeOldMP_Message = A previous version of the Configuration Manager Management Point is installed. Please upgrade the management point to Configuration Manager 2012 before attempting to upgrade.
    Property(S): SmsDetectUnsupportedUpgrade_ActionText = Detect if a previous version of the Configuration Manager Management Point is installed before upgrading Configuration Manager Client.
    Property(S): CcmDetectUnsupportedUpgrade_ActionText = Detect if a previous version of the Configuration Manager Client is installed before upgrading Configuration Manager Management Point.
    Property(S): CcmAbortIfEmbeddedExists_ActionText = Abort installation if the Configuration Manager Client Embedded version is installed.
    Property(S): CcmRegisterHostingConfigurationInit_ActionText = Gathers configuration for Configuration Manager Client service to be registered on the system.
    Property(S): CcmRegisterHostingConfiguration_ActionText = Register configuration for Configuration Manager Client service.
    Property(S): CcmRegisterHostedApplicationsInit_ActionText = Gathers hosted out-of-proc DCOM applications running inside of Configuration Manager Client to be registered on the system.
    Property(S): CcmRegisterHostedApplications_ActionText = Register hosted out-of-proc DCOM applications running inside of Configuration Manager Client.
    Property(S): CcmRegisterHostedApplicationsRollback_ActionText = Rollback the registration of hosted out-of-proc DCOM applications running inside of Configuration Manager Client.
    Property(S): CcmRemoveHostedApplicationsInit_ActionText = Prepare to remove the registration of hosted out-of-proc DCOM applications running inside of Configuration Manager Client.
    Property(S): CcmRemoveHostedApplications_ActionText = Remove the registration of hosted out-of-proc DCOM applications running inside of Configuration Manager Client.
    Property(S): CcmRegisterEndpointsInit_ActionText = Gathers information such as log file name on each endpoint to be registered on the system.
    Property(S): CcmRegisterEndpoint_ActionText = Registers endpoint gathered in the action CcmRegisterEndpointsInit with WMI.
    Property(S): CcmRegisterEndpointRollback_ActionText = In the event of a failed installation, this action rolls back the changes from CcmRegisterEndpoint.
    Property(S): CcmRemoveEndpointsInit_ActionText = Gathers information for each endpoint to be removed from the system.
    Property(S): CcmRemoveEndpoint_ActionText = Removes endpoint gathered in the action CcmRemoveEndpointsInit with WMI.
    Property(S): CcmRegisterSystemTasksInit_ActionText = Processes the CcmSystemTask table and passes this information to CcmRegisterSystemTask.
    Property(S): CcmRegisterSystemTask_ActionText = Registers a System Task with WMI.
    Property(S): CcmRegisterSystemTaskRollback_ActionText = Rolls back the changes made by CcmRegisterSystemTask.
    Property(S): CcmRemoveSystemTasksInit_ActionText = Processes the CcmSystemTask table and passes this information to CcmRemoveSystemTask.
    Property(S): CcmRemoveSystemTask_ActionText = Deletes a System Task from WMI.
    Property(S): CcmRegisterProduct_ActionText = If product is registered in MSI database, then product is registered with WMI.
    Property(S): CcmRegisterProductRollback_ActionText = Calls CcmUnregisterProduct. Deletes the instance from the WMI in the Configuration Manager namespace using the ProductCode instance in the session.
    Property(S): CcmUnregisterProduct_ActionText = Deletes the instance from WMI in ccm namespace using the ProductCode instance in the session.
    Property(S): CcmRegisterComponentsInit_ActionText = Generates the list of components for CcmRegisterComponets action to register.
    Property(S): CcmRegisterComponents_ActionText = Registers components passed in from CcmRegisterComponentsInit
    Property(S): CcmRegisterComponentsRollback_ActionText = In the event of a failed installation, this action rolls back the changes from CcmRegisterComponents.
    Property(S): CcmUnregisterComponentsInit_ActionText = Generates the list of components for CcmUnregisterComponets action to unregister.
    Property(S): CcmUnregisterComponents_ActionText = Unregisters components passed in from the action CcmUnregisterComponentsInit.
    Property(S): CcmSetupLoggingInit_ActionText = Gathers log file information from the LogFile table and passes this information to CcmSetupLogging.
    Property(S): CcmSetupLogging_ActionText = Sets component logging information in WMI.
    Property(S): CcmStopService_ActionText = Stops the ccmexec service.
    Property(S): CcmStopServiceRollback_ActionText = Calls CcmStartService. Starts the ccmexec service.
    Property(S): CcmStartService_ActionText = Starts the ccmexec service.
    Property(S): CcmClearServiceSetupStamp_ActionText = Clear the time stamp for blocking the ccmexec service from starting up during upgrade.
    Property(S): CcmSetServiceConfigInit_ActionText = Gathers ServiceData and then queues actions CcmSetServiceConfig and CcmMigrateMessagingQueues.
    Property(S): CcmSetServiceConfig_ActionText = Sets WMI ServiceRootDir and configures CCMEXEC service.
    Property(S): CcmConfigDCOMInit_ActionText = Processes the CcmDCOMAplication table and  checks to see if the DCOM Component is being updated. If so, passes that information to custom action CcmConfigDCOM.
    Property(S): CcmConfigDCOM_ActionText = Configures registry key permissions for the DCOM Components passed from CcmConfigDCOMInit.
    Property(S): CcmFixupServiceConfigInit_ActionText = Gathers the services or load ordering groups which must be started before ccmexec starts.
    Property(S): CcmFixupServiceConfig_ActionText = Sets the services or load ordering groups which must be started before ccmexec can be started.
    Property(S): CcmRemoveService_ActionText = Removes BITS jobs and deletes the messaging queues.
    Property(S): CcmRemoveLanternDocuments_ActionText = Removing documents from Microsoft Policy Platform that have been submitted by Configuration Manager authority.
    Property(S): CcmSetPortConfigInit_ActionText = This custom action specifies the port the client should use when communicating with the management point and the server locator point.
    Property(S): CcmSetHttpsConfigInit_ActionText = This custom action configures the https port and http state.
    Property(S): CcmPreserveLastStateSerialNum_ActionText = Custom action to preserve last state message serial number.
    Property(S): CcmInitializePolicyInit_ActionText = Gather default policy information.
    Property(S): CcmInitializePolicy_ActionText = Sets and initializes default policy.
    Property(S): CcmMigratePolicySettingsInit_ActionText = Custom action to schedule the deferred execution of CcmMigratePolicySettings custom action.
    Property(S): CcmMigratePolicySettings_ActionText = Compiles Mof file to migrate root\ccm\Policy namespace schema from Pre-V4 Beta2 to V4 and above.
    Property(S): CcmMigratePolicySettingsCommit_ActionText = Just deletes the temporary MOF file.
    Property(S): CcmMigratePolicySettingsRollback_ActionText = Just deletes the temporary MOF file. Actual Rollback is done by the rollback action that rollbacks root\ccm namespace.
    Property(S): ExpandCcmExecFileKey_ActionText = Property action for setting CcmExec file key.
    Property(S): CcmMinAppVersion = 5.00.7000.0000
    Property(S): CcmMaxAppVersion = 5.00.9000.0000
    Property(S): SystemFolder.A6940213_CD40_4753_8BA2_E803376DECC3 = C:\Windows\SysWOW64\
    Property(S): System64Folder.A6940213_CD40_4753_8BA2_E803376DECC3 = C:\Windows\system32\
    Property(S): SystemFolder.F65FD590_5BEA_48BE_8408_26F7244E8B61 = C:\Windows\SysWOW64\
    Property(S): System64Folder.F65FD590_5BEA_48BE_8408_26F7244E8B61 = C:\Windows\system32\
    Property(S): USELEGACYSTATEMESSAGESTORE = 1
    Property(S): CcmValidateCustomWebSite_ActionText = This custom action validates that either the custom website or default website (if a custom website is not specified) can be used.
    Property(S): CcmValidateServerConfig_ActionText = Validates that IIS, BITS and WebDAV is installed and properly configured setup.
    Property(S): CcmLookupIISAnonymousAccountName_ActionText = Looks up the IIS AnonymousUserName and then sets the IISAnonymousUserAccount property to this value.
    Property(S): CcmSetServiceMPConfigInit_ActionText = Gathers Incoming and Outgoing directories and virtual directories for the MP. Queues the action CcmSetServiceMPConfig.
    Property(S): CcmSetServiceMPConfig_ActionText = Sets Incoming and Outgoing directories and virtual directories in WMI.
    Property(S): CcmSetServerDataRoot_ActionText = Property action for setting service data root folder.
    Property(S): CcmSetServerDataRootInstallDir_ActionText = Property action for setting service data folder.
    Property(S): CcmIncomingVDirName = CCM_Incoming
    Property(S): SystemFolder.BFC13682_FB8F_4455_9724_4DDBBBF713D7 = C:\Windows\SysWOW64\
    Property(S): System64Folder.BFC13682_FB8F_4455_9724_4DDBBBF713D7 = C:\Windows\system32\
    Property(S): CCMSERVERDATAROOT = h:\Program Files\Microsoft Configuration Manager
    Property(S): CcmSystemVDirName = CCM_System
    Property(S): CcmSystemRegVDirName = CCM_System_WindowsAuth
    Property(S): CcmSystemAltAuthVDirName = CCM_System_AltAuth
    Property(S): SMSCACHEDIR = Default
    Property(S): SMSCACHEFLAGS = Default
    Property(S): DISABLESITEOPT = Default
    Property(S): DISABLECACHEOPT = Default
    Property(S): SMSCACHESIZE = 5120
    Property(S): SmsShellNotify_ActionText = Notifies the shell for the file-association icon changes.
    Property(S): CCMINSTALLMSMQ = FALSE
    Property(S): CCMINSTALLMP = 1
    Property(S): ARPSYSTEMCOMPONENT = 1
    Property(S): ARPNOREMOVE = 1
    Property(S): ARPNOMODIFY = 1
    Property(S): CCMENABLELOGGING_Default = FALSE
    Property(S): CCMLOGLEVEL_Default = 1
    Property(S): CCMLOGMAXSIZE_Default = 2000000
    Property(S): CCMLOGMAXHISTORY_Default = 1
    Property(S): SecureCustomProperties = CCMENABLELOGGING;CCMLOGLEVEL;CCMLOGMAXHISTORY;CCMLOGMAXSIZE;CCMDEBUGLOGGING;CCMOSINSTALLPATHS;CCMINSTALLMSMQ;CCMINSTALLMP;SMSUPGRADEPRODUCTS;CCMSERVERDATAROOT;SMSUPLEVELPRODUCTS;USESMSPORTS;SMSPORTS;CCMHTTPPORT;SMSSP1COLOCDOWNGRADE;USESMSSSLPORTS;SMSSSLPORTS;SMSSSLSTATE;CCMHTTPSPORT;CCMHTTPSCERTNAME;SMSFWKUPGRADEFROMPREV4;CCMFWKUPGRADEFROMPREV4;CLIENTFWKUPGRADEFROMCM2007;SMSCWS;CCMSHAREMODE
    Property(S): AdminProperties = CCMENABLELOGGING;CCMLOGLEVEL;CCMLOGMAXHISTORY;CCMLOGMAXSIZE;CCMDEBUGLOGGING;CCMOSINSTALLPATHS;CCMINSTALLMSMQ;CCMINSTALLMP;CCMSERVERDATAROOT;CCMALLOWSILENTREBOOT;CCMHTTPPORT;CCMHTTPSPORT;CCMHTTPSCERTNAME;SMSCWS
    Property(S): CcmDefaultPolicyAuthorityPriority = 10
    Property(S): SmsDetectColocationDowngrade_Message = A newer version of the Configuration Manager Client is installed. Cannot continue installing this version of the management point.
    Property(S): SmsDetectColocationDowngrade_ActionText = Detect if a newer version of the Configuration Management Client is installed before installing the Configuration Manager Management Point.
    Property(S): SmsDetectDowngrade_ActionText = Check if a newer version of the Configuration Manager Client is already installed.
    Property(S): SmsMpRepairSucceeded_ActionText = Sends a wmi event to indicate MP repair succeeded.
    Property(S): SmsDetectMSXMLRebootRequired_ActionText = Tries to create an instance of SAXXMLReader to determine if a reboot is required.
    Property(S): SmsMpSetDefaultPolicyAuthority_ActionText = Set default policy authority for the Configuration Manager Management Point.
    Property(S): SmsMpSerializedKeyExist_ActionText = Wait for the Configuration Manager Management Point serialized key to exist.
    Property(S): ButtonText_Next = &Next >
    Property(S): ButtonText_Back = < &Back
    Property(S): ButtonText_Cancel = &Cancel
    Property(S): ButtonText_Finish = &Finish
    Property(S): ButtonText_Install = &Install
    Property(S): ButtonText_Close = &Close
    Property(S): ButtonText_OK = &OK
    Property(S): ButtonText_Abort = &Abort
    Property(S): ButtonText_Ignore = &Ignore
    Property(S): ButtonText_No = &No
    Property(S): ButtonText_Yes = &Yes
    Property(S): ButtonText_Retry = &Retry
    Property(S): ButtonText_Exit = &Exit
    Property(S): FilesInUse_Info = Setup has detected that it needs to update some files that are currently in use by other processes.
    To prevent having to reboot the machine, please close the following applications:
    Property(S): DefaultUIFont = DefaultDlgFont
    Property(S): DialogBox_Title = ConfigMgr Management Point Setup
    Property(S): WelcomeDialog_Info = This will install the ConfigMgr Management Point.
    Property(S): InstallDialog_Title = Install
    Property(S): InstallDialog_SubTitle = The product is now ready to install
    Property(S): InstallDialog_Info = Click Next to proceed.
    Property(S): ProgressDialog_Title = Please Wait
    Property(S): ProgressDialog_SubTitle = Setup is configuring your system.
    Property(S): CompleteDialog_Title = Setup Complete
    Property(S): CompleteDialog_SubTitle = Setup has finished updating your system.
    Property(S): CompleteDialog_Info = Setup was successful.
    Property(S): UserExitDialog_Title = Setup Aborted
    Property(S): UserExitDialog_SubTitle = Setup was cancelled
    Property(S): UserExitDialog_Info = The ConfigMgr Management Point setup was cancelled.
    Property(S): InstallErrorDialog_Title = Setup Aborted
    Property(S): InstallErrorDialog_SubTitle = Setup failed
    Property(S): InstallErrorDialog_Info = Setup encountered an error and could not continue.
    Property(S): SystemFolder.1114972D_590D_4AB6_BA2E_779928CEDCC2 = C:\Windows\SysWOW64\
    Property(S): System64Folder.1114972D_590D_4AB6_BA2E_779928CEDCC2 = C:\Windows\system32\
    Property(S): SMSSP1COLOCDOWNGRADE = {8864FB91-94EE-4F16-A144-0D82A232049D}
    Property(S): MsiLogFileLocation = h:\Program Files\Microsoft Configuration Manager\logs\mpMSI.log
    Property(S): ProductState = -1
    Property(S): PackagecodeChanging = 1
    Property(S): USESMSPORTS = TRUE
    Property(S): SMSPORTS = 80
    Property(S): USESMSSSLPORTS = TRUE
    Property(S): SMSSSLPORTS = 443
    Property(S): USESMSSSL = TRUE
    Property(S): SMSSSLSTATE = 0
    Property(S): CCMENABLELOGGING = TRUE
    Property(S): CCMLOGLEVEL = 1
    Property(S): CCMLOGMAXSIZE = 1000000
    Property(S): CCMLOGMAXHISTORY = 1
    Property(S): CURRENTDIRECTORY = H:\Program Files\Microsoft Configuration Manager\bin\x64
    Property(S): CLIENTUILEVEL = 3
    Property(S): MSICLIENTUSESEXTERNALUI = 1
    Property(S): CLIENTPROCESSID = 6556
    Property(S): MsiRestartManagerSessionKey = d8d0cefc1249514889002637bb750a41
    Property(S): VersionDatabase = 200
    Property(S): MsiSystemRebootPending = 1
    Property(S): VersionMsi = 5.00
    Property(S): VersionNT = 603
    Property(S): WindowsBuild = 9600
    Property(S): ServicePackLevel = 0
    Property(S): ServicePackLevelMinor = 0
    Property(S): MsiNTProductType = 3
    Property(S): MsiNTSuiteDataCenter = 1
    Property(S): WindowsFolder = C:\Windows\
    Property(S): WindowsVolume = C:\
    Property(S): System64Folder = C:\Windows\system32\
    Property(S): SystemFolder = C:\Windows\SysWOW64\
    Property(S): RemoteAdminTS = 1
    Property(S): TempFolder = C:\Windows\TEMP\
    Property(S): ProgramFilesFolder = C:\Program Files (x86)\
    Property(S): CommonFilesFolder = C:\Program Files (x86)\Common Files\
    Property(S): ProgramFiles64Folder = C:\Program Files\
    Property(S): CommonFiles64Folder = C:\Program Files\Common Files\
    Property(S): AppDataFolder = C:\Windows\system32\config\systemprofile\AppData\Roaming\
    Property(S): FavoritesFolder = C:\Windows\system32\config\systemprofile\Favorites\
    Property(S): NetHoodFolder = C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Network Shortcuts\
    Property(S): PersonalFolder = C:\Windows\system32\config\systemprofile\Documents\
    Property(S): PrintHoodFolder = C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Printer Shortcuts\
    Property(S): RecentFolder = C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Recent\
    Property(S): SendToFolder = C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\SendTo\
    Property(S): TemplateFolder = C:\ProgramData\Microsoft\Windows\Templates\
    Property(S): CommonAppDataFolder = C:\ProgramData\
    Property(S): LocalAppDataFolder = C:\Windows\system32\config\systemprofile\AppData\Local\
    Property(S): MyPicturesFolder = C:\Windows\system32\config\systemprofile\Pictures\
    Property(S): AdminToolsFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools\
    Property(S): StartupFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\
    Property(S): ProgramMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\
    Property(S): StartMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\
    Property(S): DesktopFolder = C:\Users\Public\Desktop\
    Property(S): FontsFolder = C:\Windows\Fonts\
    Property(S): GPTSupport = 1
    Property(S): OLEAdvtSupport = 1
    Property(S): ShellAdvtSupport = 1
    Property(S): MsiAMD64 = 6
    Property(S): Msix64 = 6
    Property(S): Intel = 6
    Property(S): PhysicalMemory = 5372
    Property(S): VirtualMemory = 4017
    Property(S): AdminUser = 1
    Property(S): MsiTrueAdminUser = 1
    Property(S): LogonUser = SYSTEM
    Property(S): UserSID = S-1-5-18
    Property(S): UserLanguageID = 1033
    Property(S): ComputerName = [servername]
    Property(S): SystemLanguageID = 1033
    Property(S): ScreenX = 1024
    Property(S): ScreenY = 768
    Property(S): CaptionHeight = 23
    Property(S): BorderTop = 1
    Property(S): BorderSide = 1
    Property(S): TextHeight = 16
    Property(S): TextInternalLeading = 3
    Property(S): ColorBits = 32
    Property(S): TTCSupport = 1
    Property(S): Time = 20:50:23
    Property(S): Date = 8/27/2014
    Property(S): MsiNetAssemblySupport = 4.0.30319.33440
    Property(S): MsiWin32AssemblySupport = 6.3.9600.16384
    Property(S): RedirectedDllSupport = 2
    Property(S): MsiRunningElevated = 1
    Property(S): Privileged = 1
    Property(S): DATABASE = C:\Windows\Installer\6257f6f.msi
    Property(S): OriginalDatabase = h:\Program Files\Microsoft Configuration Manager\bin\x64\mp.msi
    Property(S): UILevel = 2
    Property(S): ACTION = INSTALL
    === Logging stopped: 8/27/2014  20:50:23 ===
    MSI (s) (24:48) [20:50:23:717]: Note: 1: 1708
    MSI (s) (24:48) [20:50:23:717]: Product: ConfigMgr Management Point -- Installation operation failed.
    MSI (s) (24:48) [20:50:23:718]: Windows Installer installed the product. Product Name: ConfigMgr Management Point. Product Version: 5.00.7804.1000. Product Language: 1033. Manufacturer: Microsoft Corporation. Installation success or error status: 1603.
    MSI (s) (24:48) [20:50:23:721]: Deferring clean up of packages/files, if any exist
    MSI (s) (24:48) [20:50:23:721]: MainEngineThread is returning 1603
    MSI (s) (24:FC) [20:50:23:725]: RESTART MANAGER: Session closed.
    MSI (s) (24:FC) [20:50:23:725]: No System Restore sequence number for this installation.
    MSI (s) (24:FC) [20:50:23:726]: User policy value 'DisableRollback' is 0
    MSI (s) (24:FC) [20:50:23:726]: Machine policy value 'DisableRollback' is 0
    MSI (s) (24:FC) [20:50:23:726]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (24:FC) [20:50:23:726]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (24:FC) [20:50:23:726]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (24:FC) [20:50:23:727]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (c) (9C:58) [20:50:23:728]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (c) (9C:58) [20:50:23:728]: MainEngineThread is returning 1603
    === Verbose logging stopped: 8/27/2014  20:50:23 ===

    A newer version of the Configuration Manager Client is installed. Cannot continue installing this version of the management point.
    Action ended 20:50:23: SmsDetectColocationDowngrade. Return value 3.
    Action ended 20:50:23: INSTALL. Return value 3.
    The installer certainly thinks that you still have a previous ConfigMgr client installed. Perhaps you haven't completely removed it. Use ccmclean.exe from the SMS 2003 tool kit.
    If that fails, why not just rebuild the server - you've said that this is a fresh install. I don't like too much messing at the beginning. This can be difficult enough - you need to start with a clean installation of the product.
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • ProClarity 6.3 PAS install fails on Windows Server 2012

    We are trying to install PAS 6.3 on Windows Server 2012 and the install fails with the following error
    The following requirements are missing:
    Windows Server 2003 SP1
    We have successfully installed on Windows Server 2008 R2, so it really isn't a Windows Server 2003 SP1 issue.
    Has anyone successfully installed on Windows Server 2012?  Is there a way to force the installer not to check for the OS?
    Thanks.
    Kevin

    I have a PAS server running in Windows 2012, by doing exactly the same pre-requisites  that you do in Windows 2008 r2 (iis, Framework, SQL ADO 2005 / 2008). With the Windows Server 2003 SP1 message you can avoid it by doing a really simple thing that
    is right click the setup file --> properties, and head to the "Compatibility Tab" and run it with compatibility mode Windows 7, also run it with Admin permissions. This let you pass by the message and let you install the product.  Remember, after  the
    installation, you need to check all the IIS config, folder permissions, that you did in Windows 2008 x64  installation. Also, the App pool needs to work with .NET 2.0 not 4.0. 
    Good luck! 
    Byron
    BNavas

  • G5 10.5.8 Combo Update codec overrun - install fails

    Hi,
    I still have my first mac, a Power Mac G5, but it has been acting as a center speaker stand for some time now. A couple of years ago it started playing up, I spent hours and pounds trying to fix it, gave up and bought a shiny new iMac. So with the festive season upon us and orders to tidy up, I thought I'd have one last try at fixing it before turning it into a drinks cabinet.
    As I recall, it all started to go wrong one day when I tried to download a large update to something. When I tried to install the update I got a Codec Overrun error and/or a Corrupt File message. As it stands today the machine is running a clean install of OSX 10.5.6 and I am failing to install the MacOSXUpdCombo10.5.8.dmg upgrade. I currently have 2 copies of the update.
    One copy on the desktop  was downloaded directly from the Apple support site. The .dmg opens and verifies OK and I can launch the MacOSXUpdCombo10.5.8.pkg. This runs through the installation sequence, past the password but finally comes up with an error message "Install Failed. The installer could not validate the contents of the 'MacOSXUpdCombo10.5.8' package. Contact the software manufacturer for assistance."
    Another copy in my downloads folder, put there by the Software Updater, doesn't get that far. It comes up with "Warning,The following disk image failed to mount. Image - MacOSXUpdCombo10.5.8.dmg, Reason - codec overrun."
    So far I have tried:-
    Memory - run third party memory checker application (can't remember which one) and found no faults.Tried different set of memory cards
    Hard disk - run all the disk check and repair utilities, re-formatted, repartitioned. Tried a different hard disk.
    OSX 10.5.6 - reinstalled from original disks several times.
    MacOSXUpdCombo10.5.8 - downloaded via Software Updater process and direct from Apple Support website. Downloaded via wi-fi, ethernet, different Mac, different PC. Always get the exact same file size.
    Resetting the PRAM etc
    New standby battery
    Installing in Safe Mode
    Swearing.
    None of this has worked. I get some different error messages but they are all variations of "codec overrun", "corrupt file" or "Install failure"
    Anyone got any other ideas? Or should I just get on with the drinks cabinet conversion?
    Thanks

    That message isn't a space available message. If you bring up Disk Utility, how does it say the partition is formatted, ie, partition format, write status, and partition map scheme? Assume SMART status is verified, yes?

  • Cluster network name resource 'Cluster Name' failed registration of one or more associated DNS name(s) for the following reason: The handle is invalid.

    I'm stuck here trying to figure this error out.  
    2003 domain, 2012 hyper v core 3 nodes.  (I have two of these hyper V groups, hvclust2012 is the problem group, hvclust2008 is okay)
    In Failover Cluster Manager I see these errors, "Cluster network name resource 'Cluster Name' failed registration of one or more associated DNS name(s) for the following reason:  The handle is invalid."
    I restarted the host node that was listed in having the error then another node starts showing the errors.
    I tried to follow this site:  http://blog.subvertallmedia.com/2012/12/06/repairing-a-failover-cluster-in-windows-server-2012-live-migration-fails-dns-cluster-name-errors/
    Then this error shows up when doing the repair:  there was an error repairing the active directory object for 'Cluster Name'
    I looked at our domain controller and noticed I don't have access to local users and groups.  I can access our other hvclust2008 (both clusters are same version 2012).
    <image here>
    I came upon this thread:  http://social.technet.microsoft.com/Forums/en-US/85fc2ad5-b0c0-41f0-900e-df1db8625445/windows-2012-cluster-resource-name-fails-dns-registration-evt-1196?forum=winserverClustering
    Now, I'm stuck on adding a managed service account (mas).  I'm not sure if I'm way off track to fix this.  Any advice?  Thanks in advance!
    <image here>

    Thanks Elton,
    I restarted 3 hosts after applying the hotfix.  Then I did the steps below and got stuck on step 5.  That is when I get the error (image above).  There
    was an error repairing the active directory object for 'Cluster Name'.  For more data, see 'Information Details'.
    To reset the password on the affected name resource, perform the following steps:
    From Failover Cluster Manager, locate the name resource.
    Right-click on the resource, and click Properties.
    On the Policies tab, select If resource fails, do not restart, and then click OK.
    Right-click on the resource, click More Actions, and then click Simulate Failure.
    When the name resource shows "Failed," right-click on the resource, click More Actions, and then click Repair.
    After the name resource is online, right-click on the resource, and then click Properties.
    On the Policies tab, select If resource fails, attempt restart on current node, and then click OK.
    Thanks

  • Family Pack Leopard install fails G4 Dual 1.2Ghz

    All, I purchased the Leopard family pack and have successfully installed it on an Intel Macbook Pro and a G5 2.3Ghz DP machine - flawless, no problems during installation or after.
    However, any attempt to install on a G4 Dual 1.2Ghz + 2Gb of RAM + just bought a Seagate 500Gb Barracuda internal drive (well within the designated technical requirements), I've tried the following.
    1. Booting the G4 off the Leopard install DVD, I get the following error: Failed Install message = "The Installer could not validate the contents of the Essentials Package...".
    I can never get beyond this point. After receiving this error, the internal disk isn't even recognized on the bus - I have to pull the disk out, put it in an external case to reformat it. I've even tried a low level format and also had Seagate replace the disk thinking it was defective.
    2. I then thought it may be an issue with putting the Seagate disk in cable select mode versus master / slave configuration. The Seagate is the only hard drive in the machine. I have tried both cable select and master/slave configuration - both freeze after install, etc. without fail.
    3. Tried installing Leopard on the G4 by connecting it to the G5 in target disk mode. It installed, but routinely just freezes (NEVER had this issue with Tiger on this machine).
    I do see lots of people posting issues with the "The Installer could not validate the contents of the Essentials Package..." error.
    For the record, after successful Leopard install using technique #1 and #3 - I am also unable to run the Migration assistant - it fails every time with a kernel panic. I'm not having any trouble with the Leopard install media on any of the other 2 machines, nor did I have issues running the migration assistant.
    Any ideas are appreciated. thx,

    themdg - you said you put back your 2-512 original RAM cards and tried to install Leopard and the install failed. But my original, factory-installed RAM was third-party RAM which prevented me from installing Leopard, giving the “essentials” error. Only when I purchased RAM from Apple, and used only that RAM to install, could I get it to work correctly.
    Check your original RAM. If it is not the Apple brand, it may not work because of that, even if it was the factory-installed RAM.
    After I installed Leopard with only the Apple RAM, I added back the third-party RAM and I’ve been running Leopard flawlessly since.
    It seems the installation software, which meticulously checks the installer disk for flaws, should also check the RAM to see if the installation will be successful (i.e., check to see if it is going to produce the “essentials” error) and also check to see if you have enough valid RAM to install, before it begins installation, and to let the user know there will be a problem unless the RAM is changed to valid cards.
    I “assumed” I had enough valid RAM when I first tried to install Leopard because I had a G5, but it had only 256 MB of non-Apple brand RAM (minimum of 512 is required). A direct check of that by the installer and letting me know it was a problem would have saved me a lot of trouble checking lots of other potential problems, like a bad installer disk, a third-party drive, etc., before I figured out it was insufficient and incompatible RAM for the installation.
    I read the minimal requirements for installation of Leopard and probably someone will say I should have checked all those before I tried the installation, but I didn’t, as I’m sure many others have not, because we “assume” Apple had tested it and would prevent us from making any mistake like this.
    Previously Apple made their software and hardware to “just work” by providing error messages before we made an error and we have come to rely on that. But they overlooked this problem on this update. It’s the first time I’ve had a problem with an update from Apple.
    I’m still a loyal Apple user, but I’ll check requirements a little closer with future updates.

Maybe you are looking for

  • ATI DRI & Xorg.conf

    I am trying to get 3d working with the ATI drivers.  I have installed the kernel and have installed the drivers, ran fglrxconfig . I have also added the fglrx module to rc.conf and then when i boot i get the following error message: (ww) Fglrx: no ma

  • Business Objects, external services and application services in CAs

    Hi All, right now we are developing our first eSOA Composite Application with CE and I have some questions regarding Business Objects, the import of external services and the development of application services. As I understood there are two ways to

  • Old orders settled in current period PP/PA variances

    Hi Experts I have a situation were I ran transaction CO78 to delete old Production orders.  After running the current month variances, it it calculated these and settled settled old (2007/2008/2009/2010) orders into October 2011. The only thing I can

  • SAP ECC 6.0 -- Business Connector / Error:Input values do not contain IDOC

    Hello, We have a scenario R/3 4.6C ORDRSP to the SAP business connector which is running fine. When I send the first IDoc the routing roule is created automatically and it can be adapted. Now we switched to the ECC 6.0 system but I get the following

  • Manupulating high resolution Dicom image make a problem

    hi friends, i m working on dicom viewer project, when i rotate its threr size automaticlly srink in irreguler behaviour<p>this problem comes only on CR Modality image</p>as u know this type of images have much much more resolution than our screen <p>