"Waiting for job status notification" holding up OSD TS

I have come to another roadblock.
I am getting the above message when I try to run my TS, it is a .vbs file written by someone else (I dont know .vbs and have no way to troubleshoot it, but it was working fine and has not been changed)
I have 4 differend models of laptops that get hung up on the exact same step of the TS every time, and they are all running a different .VBS
They are all Lenovo laptops, and the TS Step is installing the proprietary Lenovo applications.
Script looks like this
set oShell= CreateObject("Wscript.Shell")
set oEnv = oShell.Environment("PROCESS")
oEnv("SEE_MASK_NOZONECHECKS") = 1
'Copy all drivers to the local driver folder
set filesys=CreateObject("Scripting.FileSystemObject")
If filesys.FolderExists(".\hprotect") Then
   filesys.CopyFolder ".\HPROTECT", "c:\drivers\HPROTECT",True
End If
If filesys.FolderExists(".\PWRMGR") Then
   filesys.CopyFolder ".\PWRMGR", "c:\drivers\PWRMGR",True
End If
If filesys.FolderExists(".\Hotkey") Then
   filesys.CopyFolder ".\Hotkey", "c:\drivers\Hotkey",True
End If
If filesys.FolderExists(".\video") Then
   filesys.CopyFolder ".\video", "c:\drivers\video",True
End If
If filesys.FolderExists(".\fingerpr") Then
   filesys.CopyFolder ".\fingerpr", "c:\drivers\fingerpr",True
End If
If filesys.FolderExists(".\rapidbt") Then
   filesys.CopyFolder ".\rapidbt", "c:\drivers\rapidbt",True
End If
If filesys.FolderExists(".\commutil") Then
   filesys.CopyFolder ".\commutil", "c:\drivers\commutil",True
End If
'Install Drivers from local drive
'T530-win7
oShell.Run "c:\drivers\video\setup.exe -S",0,True
oShell.Run "c:\drivers\Fingerpr\setup.msi /q /norestart",0,True
oShell.Run "c:\drivers\HPROTECT\setup.exe -s -v""/qn REBOOT=ReallySuppress""",0,True
oShell.Run "c:\drivers\rapidbt\setup64.exe /s /v""/qn REBOOT=ReallySuppress""",0,True
oShell.Run "c:\drivers\Hotkey\setup.exe /S",0,True
oShell.Run "c:\drivers\PWRMGR\setup.exe /s",0,True
oShell.Run "c:\drivers\commutil\setup.exe /SP- /VERYSILENT /NORESTART /SUPPRESSMSGBOXES",0,True
oEnv.Remove("SEE_MASK_NOZONECHECKS")
If I try to run the .vbs files manually it gives error
Path not found
Line 10
Char 4
800A004C

Extract the exe files to give you the actual drivers. Then import them and create the driver packages. Trust me, it will be much easier to manage in the long run. You can see how to do it here:
http://www.gerryhampsoncm.blogspot.ie/2013/02/sccm-2012-sp1-step-by-step-guide-part-9.html
Gerry Hampson | Blog:
www.gerryhampsoncm.blogspot.ie | LinkedIn:
Gerry Hampson | Twitter:
@gerryhampson

Similar Messages

  • All off a sudden I get waiting for job status notification on a package that has worked for years

    Does anyone else have this problem, the package in question is Adobe CS 5.5, this package as worked for years all of a sudden the OSD, gives
    waiting for job status notification and hangs forever on the installation of Adobe CS 5.5
    If I run the batch file manually that I am using in the SCCM package for Adobe CS 5.5
    it works perfectly, but when part of an OSD I now get waiting for job status notification.
    Any advice would be great.

    Hi,
    I recommend you check the following log files on the client.
    AppEnforce.log
    It records details about enforcement actions (install and uninstall) taken for applications on the client.
    execmgr.log
    It records
    details about packages and task sequences that run.
    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.

  • PS2013 - When creating a new instance of Project Server hangs in 'Waiting for resources' status

    Hi,
    I have one instance of Project Server 2013 fully operational and I tried to duplicate the instance to make some tests. As I know the issue of using the same Content Database of Project Server in the same Server Farm, I used the powershell  backup/restore/dismount
    and mount the content database to change the site IDs to avoid index duplication. The Project server database was a regular SQL backup and restore in another database.
    I created a new Web App in the port 90 as show below.
    Then I included the Content database of Project Server as separated DB from SharePoint for this new SharePoint -acme90 and I tried to create the new instance. The creation hanged in "Waiting for Resources" status.
    To make another check excluding the reuse of the SharePoint-80 I tried to create another instance both in the SharePoint-80 where is the working instance and in the SharePoint-90, everything default and again they all hanged in Waiting for Resource.
    If I try to create the instance using PowerShell I got the following error:
    PS C:\Users\epm_setup> Mount-SPProjectWebInstance -DatabaseName Test_EPM -SiteCo
    llection http://acme02/epm -Lcid 1046
    Mount-SPProjectWebInstance : Cannot find an SPSite object with Id or Url:
    http://acme02/epm.
    At line:1 char:1
    + Mount-SPProjectWebInstance -DatabaseName Test_EPM -SiteCollection
    http://acme02/ ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ~~~
        + CategoryInfo          : InvalidData: (Microsoft.Offic...ountPwaInstance:
       PSCmdletMountPwaInstance) [Mount-SPProjectWebInstance], SPCmdletPipeBindEx
      ception
        + FullyQualifiedErrorId : Microsoft.Office.Project.Server.Cmdlet.PSCmdletM
       ountPwaInstance
    All SharePoint and Project Server services are running, all App Pools and sites are started at the IIS. I could not find a hanging timer job.
    I cannot stop the hanged process or dismount the instances using Powershell since no instance created.
    How should I solve the hanging status of creation of the instance? As they are in Hyper-V I can go back using one snapshot.
    Thank you.
    Best regards, Ricardo Segawa - Segawas Projetos / Microsoft Partner

    Hi Eric,
    Thank your for your interest in this case.
    I checked for running and crashed PWA jobs and deleted all of them just after restoring the snapshot and tried to create the new instance in the new web app in port 90 (besides the existing and working instance in port 80), but again it hanged in "waiting
    for resources". There is not any timer job hanging, no error in event viewer or in log. So the error is well before working with cloned dbs.
    Answering your questiion, I am working all on 2013. My intention is backup one instance of the port 80 and copy to the instance of port 90, changing of course the url and the index of the content db of SharePoint. The process I used was:
    Create a new web app in port 90, creating a new SharePoint_Content_2 on a
    http://server:90 site.
    Created the top level site called Portal using the Team Site template.
    Create a new content db for new instance of Project Server named EPM_Content_2 using Central Admin.
    Backup content db from port 80 instance of Project Server and restore to this EPM_content_2 using PowerShell cmd.
    Dismounted and mounted this Project Server content db to create new index for existing sites to avoid index conflicts.
    Backup the Project Server DB from port 80 using SQL backup and restored as ProjectWebApp2 db for port 90 instance.
    Tried to create a new instance of Project Server
    http://server:90/pwa on web app of port 90 using the ProjectWebApp2 db and using the same app pool of the other instance. But as in the previous case, it hang out in "Waiting for resources".
    Best regards, Ricardo Segawa - Segawas Projetos / Microsoft Partner

  • Remotely invoke DS job and wait for job

    Hi,
    We are running DS 4 SP2 on Linux and have generated our job script from
    the console. We need to be able to invoke a DS job from scheduler
    (autosys) running on AIX and wait for the DS job to complete so the
    return status is passed back to autosys.
    We are planning to replace informatica with DS, informatica has a utility
    pmcmd which allows remote invocation and will also wait for the job to
    complete. Is there a similar utility in DS?
    Alternately, if we installed DS on the remote AIX server, would it be
    able to remotely start/wait for the job on the Linux server?
    Thanks,

    you can export the job execution command for a job from management console and use that to run the job from auto sys, the script will start job aluncher which has a option -w (by default it waits for job to complete) which tell whether the launcher process waits for job to complete or starts the job and exit

  • Message "waiting for job to complete..." for printing

    Hello,
    I have a printer installed on Windows Server 2008 R2, shared for a
    windows 7 computer (OK), and a Macbook Air 10.8.3. m.lyon. (KO) is installed and configured correctly. HP Deskjet 3940.
    But in the MacBook when I print any document send the form to the
    Windows tail, and appears well in line, even tells me not just printing but printing ever, life is printing but printing out the document, including the correct printer makes noise as to be printed but nothing .
    On the MacBook print queue the message remains "printing: waiting for job to complete ..." and never complete.
    I install the printer on the Windows icon in Printers & Scanners for smb
    for the default printer and the result is always the same.
    Connect the printer directly to a USB port on the MacBook to try and charge good drivers and printed the first ....
    I need help, can you help,
    thanks,
    Joan.

    I solved this as follows....
    Go to the Windows computer.
    Open printers and select the printer
    Go to Customize your printer
    Go to ports
    Disable "Enable Birectional Support" in the Ports
    Sounds crazy, but it worked.
    Good luck, YMMV.

  • Application still in "Waiting For Review" status

    All,
    Although I've submitted my application to Apple (nearly a week ago), it's still under "Waiting for Review" status. How long does this process take to change the current status? In addition, will I know whether or not my application will be approved? I mean, I'm kind of concerned about my application approval...
    Thanks in advance.
    Regards,
    Luiz Duraes

    Ah ha

  • Officejet pro 8600 waiting for job to complete on Mac

    Hi
    I have the problem where after printing the I get the message "waiting for job to complete" which never goes away by itself. I can manually delete the item and then continue to print repeating the process every time I need to pringt.
    I have read the forums and found similar issues but not exactly the same and the recommendation for that was to reset the print system and resinstall. I did that but the problem persists.
    Printer: Officejet pro 8600 Plus
    OS: OSX 10.9.3
    Connection: Wireless and  USB (same issue with both)
    When I initially installed the printer it worked fine. When I upgraded to 10.9 it worked fine but the problem arose soon after.
    Thanks
    This question was solved.
    View Solution.

    Welcome to the forums MedlandLime,
    I understand you are seeing a message saying "waiting for job to complete" after you print and the message will not dissipate. I saw that you have reset the print system and reinstalled and the message continues. I have some more ideas that might help.
    First of all, test the printer hardware itself and make a couple of copies. If the copies work fine, the printer is okay!
    Next, try updating the printers Firmware through the front panel: Getting the Latest Firmware and Product Updates
    If the issue still persists, follow these steps in order:
    Mac OS X: How to reset the printing system
    Repair disk permissions
    Restart the computer
    Re-add the printer and ensure it's the HP driver and not the AirPrint driver: HP Officejet Pro 8600 series Full Feature Software and Driver- OS X 10.9 Mavericks
    Please let me know the results!
    Have a great Monday
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • DBMS_SCHEDULER wait for job/program to finish

    Hello All,
    I've run into a little limitation on my understanding of DBMS_SCHEDULER.
    I have an executable script which does a network scan. My goal is to lauch this from an application, and wait (could be 5 minutes or 2 hours) for the scan to finish before I return the results.
    Where I'm a little confused, is the flow of the entire process works when I want to wait for the program to complete:
    1 - Define a program?
    2 - Apply arguments?
    3 - Apply credentials
    4 - Define a chain?
    Literally, I'm not sure how to tackle this task. I simply wish to launch to job and wait for it to finish before I go retreive the file from the server. This is what I have so far, just bits and pieces.
    Mayeb I simply missed somethign in the docs, and I'm overcomplicate things.
    Thanks in advance to the community for you assistance.
    Jan S.
    BEGIN
      dbms_scheduler.create_program(
        program_name   => 'network_scan',
        program_type   => 'executable',
        number_of_arguments => 5,
        program_action => 'scan_network.py',
        enabled        =>  FALSE);
      dbms_scheduler.define_program_argument('network_scan',1,'x01=1');
      dbms_scheduler.define_program_argument('network_scan',2,'x02=192.168.1.1');
      dbms_scheduler.define_program_argument('network_scan',3,'x03=24');
      dbms_scheduler.define_program_argument('network_scan',4,'x04=D');
      dbms_scheduler.define_program_argument('network_scan',5,'x05=1521-1523,7777'); 
      vJobName := dbms_scheduler.generate_job_name('NET_SCAN_');
      dbms_scheduler.create_job(job_name => vJobName,
                                  job_type => 'EXECUTABLE',
                                  job_action => '/usr/bin/scan_nework.sh',
                                  number_of_arguments => 5,
                                  enabled => FALSE,
                                  auto_drop => FALSE,
                                  comments => 'Network');
    dbms_scheduler.set_attribute(vJobName,'credential_name', 'SUCREDENTIALS');
      dbms_scheduler.run_job(vJobName,FALSE);
      dbms_scheduler.create_chain (
       chain_name            =>  'net_scan_chain',
       rule_set_name         =>  NULL,
       evaluation_interval   =>  NULL,
       comments              =>  NULL);
      dbms_scheduler.define_chain_step('net_scan_chain', 'step1', 'network_scan');
      SELECT additional_info, external_log_id
      INTO   l_additional_info, l_external_log_id
      FROM   (SELECT log_id,
                     additional_info,
                     REGEXP_SUBSTR(additional_info,'job[_0-9]*') AS external_log_id
              FROM   dba_scheduler_job_run_details
              WHERE  job_name = vJobName
              ORDER BY log_id DESC)
      WHERE  ROWNUM = 1;
      DBMS_OUTPUT.put_line('ADDITIONAL_INFO: ' || l_additional_info);
      DBMS_OUTPUT.put_line('EXTERNAL_LOG_ID: ' || l_external_log_id); 
      -- Wait at least 3 second because its distributed
      dbms_lock.sleep(3);
      SELECT job_name, status, error#, additional_info
      FROM dba_scheduler_job_run_details
      WHERE job_name= vJobName;
      dbms_lob.createtemporary(l_clob, FALSE);
      dbms_scheduler.get_file(
        source_file     => l_external_log_id ||'_stdout',
        credential_name => 'ORACLECREDENTIALS',
        file_contents   => l_clob,
        source_host     => NULL);
      DBMS_OUTPUT.put_line('stdout:');
      DBMS_OUTPUT.put_line(l_clob);
    k Scan');

    See Tom's last reply in this AskTom thread. It shows how to use the DBMS_ALERT package to signal you.
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:5320945700346034393

  • Waiting on job status

    Hey guys!  I am writing a script that will back up our Hyper-V machines.  I want to do them at the same time but then wait for them all to be done...I'll need to move the files when they are finished. 
    My question is, will this work?  I haven't tested it but I think it should show you the general idea of what I want.  I need to store the jobs in an array...then loop through the array waiting for them all to be finished or failed, anything but
    running.  Does the following code look ok?
    Remove-Item "C:\Backup\*" -Recurse
    $jobs[0] = Export-VM -Name COMPANYWEB -Path "C:\Backup" -AsJob
    $jobs[1] = Export-VM -Name TFSDeploy -Path "C:\Backup" -AsJob
    $jobs[2] = Export-VM -Name OldVSS -Path "C:\Backup" -AsJob
    $jobs[3] = Export-VM -Name MattBuild -Path "C:\Backup" -AsJob
    $jobs[4] = Export-VM -Name PSR -Path "C:\Backup" -AsJob
    $jobs[5] = Export-VM -Name XPPortal -Path "C:\Backup" -AsJob
    $done = true
    do
    for ($i = 0; $i -le 6; $i++)
    if ($jobs[$i].status -eq "Running")
    $done = false
    } while ($done -eq false)

    jobs are 0 - 5 and this isn't:
      for ($i
    = 0;$i
    -le 6;$i++)
    To get an array of jobs
    $jobs=@()
    $jobs+=Export-VM -Name COMPANYWEB -Path "C:\Backup" -AsJob
    $jobs+=Export-VM -Name TFSDeploy -Path "C:\Backup" -AsJob
    $jobs+=Export-VM -Name OldVSS -Path "C:\Backup" -AsJob
    $jobs+=Export-VM -Name MattBuild -Path "C:\Backup" -AsJob
    $jobs+=Export-VM -Name PSR -Path "C:\Backup" -AsJob
    $jobs+=Export-VM -Name XPPortal -Path "C:\Backup" -AsJob
    $jobs|Wait-Job
    ¯\_(ツ)_/¯

  • How to delete a app which is in waiting for submission status

    I entered an APP in Itunesconnect, now its status is "waiting for submission".   But now I decided not to publish this APP.   What can I do in order to delete this APP from my itunesconnect account.

    Hi,
    I found the stock in MD04 transaction. Can you tell me for what purpose these quantity of stock is blocked here in the Stock/Requirement list?
    I found a lot of line items and when i click on the detail tab, it takes me to a delivery order. When I click on the document flow, all the deliveries have been completed (PGI done). If PGI has already been done for these deliveries, then why it still shows in "Shedule for Delivery" status. I can not use those quantities as these are blocked and can not be used for future delivery. How to make it available under "Unrestricted use"?
    Thanks & regards
    Satya

  • Sql agent Operator not appearing in drop down box for job mail notification

    I have created a new sql agent operator but operator is not appearing in the drop down box when setting up email notification for job failure?
    SQL server 2008 r2
    windows server 2008 r2
    *Resolved deleted the existing job and recreated and then new operator was available in the dropdown box

    Hi ghw,
    Thanks for your post and glad to hear that the issue is resolved. Thanks for you posting your solution. That way, other community members could benefit from your sharing.
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • Query for job status using Web Services in BODI

    Hello,
    I am starting a Batch job in DI using Web Services, getting the following response from DI:
    Code:
    <soapenv:Envelope
        xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:xsd="http://www.w3.org/2001/XMLSchema"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <soapenv:Body>
            <BatchJobResponse>
                <pid>704</pid>       
                <cid>26</cid>       
            </BatchJobResponse>
        </soapenv:Body>
    </soapenv:Envelope>
    How can I know the status of the started job?
    How can I know if the job execution finished with success or not?
    I did not find in WSDL file any method to query for job or service status...
    Thank you in advance,
    Adrian Mitrica

    Did you ever get this figured out?  I am having exactly the same problem in code generated by VS, with the BAPIRET2 structure.
    Any help you could provide would be greatly appreciated.
    Thanks!
    Leighton Wingerd
    Adirondack Solutions, Inc.
    [email protected]

  • Waiting for Acknowledge status

    Hi All,
    I have a scenario already running in PRD (IDOC to File).
    Now there is some enhancement required to be done, based on some specific plant, the delivery is to be sent to different location.
    I have done the configuation by making another Business Component using routing rule & further assingned the routing roule to
    Receiver Determinaion. the scenario is running perfect. Files are being created in the target system based on Plant.
    but in SXMB_MONI, the message is in success state where as there is one column, as 'Ack Status' here comes waiting for
    acknowledgment with a red icon.
    How to avoid this, do I have create a Business system in SLD, or just neglect this message as files are being creted at the location.
    Thanks,
    Krishna

    Hi,
    \You can disable Acknowledge by using  report IDX_NOALE for your IDOc.
    Refer this
    IDOC - XI - File

  • Waiting for Gap Email Notification

    Hi all,
    11.2.0.1
    Aix 6.1
    Is there an email system in 11g that will notify me if our standby DB is "waiting for gap"?
    What other status value are needed to be watched for?
    Thanks,
    zxy

    Hi Mse,
    We have 2 database on 1 server named PROD1, PROD2.
    At PROD1, I got this:
    DT        MBPS_REQ_A_DAY MIN_MBPS_REQ_AN_HOUR MAX_MBPS_REQ_AN_HOUR AVG_MBPS_REQ_AN_HOUR
    15-SEP-13     28.4012215           .640219932           2.57893228           2.02865868
    16-SEP-13      68.943453           .147678891           20.4264564           3.44717265
    17-SEP-13     69.4071543           .639978837           28.1937717           3.47035771
    18-SEP-13     54.1598321           .614150599            17.484673            2.7079916
    19-SEP-13     55.7515449           .370225948           15.4680441           2.78757725
    20-SEP-13     25.9854426           .135556096           17.5167623           3.71220608
    6 rows selected.
    At PROD2, I got this:
    DT        MBPS_REQ_A_DAY MIN_MBPS_REQ_AN_HOUR MAX_MBPS_REQ_AN_HOUR AVG_MBPS_REQ_AN_HOUR
    15-SEP-13     28.4012215           .640219932           2.57893228           2.02865868
    16-SEP-13      68.943453           .147678891           20.4264564           3.44717265
    17-SEP-13     69.4071543           .639978837           28.1937717           3.47035771
    18-SEP-13     54.1598321           .614150599            17.484673            2.7079916
    19-SEP-13     55.7515449           .370225948           15.4680441           2.78757725
    20-SEP-13     25.9854426           .135556096           17.5167623           3.71220608
    6 rows selected.
    So what Mbps plan do we get from network service provider to accommodate our dataguard standby sync process?
    Also can you teach me how to format the display above?
    Thanks a lot,
    zxy

  • CSS is not ready. Received status 3 from CSS. Waiting for good status ..

    Hi gurus
    I am patching 10.2.0.1 CRS Installation to 10.2.0.4 on a two-nodes RAC,I have finished the first node patch.But
    When I ran root102.sh required by the Installer,I encounterd the problem as follows:
    +njzdb12[oracle/app/oracle/product/10g/crs/install]#./root102.sh+
    WARNING: directory '/oracle/app/oracle/product/10g' is not owned by root
    WARNING: directory '/oracle/app/oracle/product' is not owned by root
    WARNING: directory '/oracle/app/oracle' is not owned by root
    WARNING: directory '/oracle/app' is not owned by root
    WARNING: directory '/oracle' is not owned by root
    Preparing to recopy patched init and RC scripts.
    Recopying init and RC scripts.
    Startup will be queued to init within 30 seconds.
    Starting up the CRS daemons.
    Waiting for the patched CRS daemons to start.
    This may take a while on some systems.
    +.+
    +.+
    +.+
    +.+
    +.+
    +.+
    +.+
    +.+
    +.+
    +.+
    +.+
    +.+
    +.+
    +.+
    +.+
    +.+
    +.+
    +.+
    +.+
    +.+
    Timed out waiting for the CRS daemons to start. Look at the
    system message file and the CRS log files for diagnostics
    And in the crsd.log file,I saw a lot of these:
    +2010-03-29 15:47:22.336: [ COMMCRS][903]clsc_connect: (600000000033e030) no listener at (ADDRESS=(PROTOCOL=ipc)(KEY=OCSSD_LL_njzdb12+
    _crs))+
    +2010-03-29 15:47:22.336: [ CSSCLNT][1]clsssInitNative: connect failed, rc 9+
    +2010-03-29 15:47:22.337: [  CRSRTI][1] CSS is not ready. Received status 3 from CSS. Waiting for good+
    And the output of ps command:
    +njzdb12[oracle/app/oracle/product/10g/crs/log/njzdb12/crsd]#ps -ef | grep css+
    root  8676     1  0 15:35:13 ?         0:00 /bin/sh /sbin/init.d/init.cssd oclsomon
    root  8957     1  0 15:35:30 ?         0:00 /bin/sh /sbin/init.d/init.cssd fatal
    oracle  8801  8676  0 15:35:14 ?         0:00 /bin/sh -c cd /oracle/app/oracle/product/10g/crs/log/njzdb12/cssd/oclsomon; ulimit -c unlimited; /oracle/app/oracle/product/10g
    root  6464     1  0 15:26:27 ?         0:00 /bin/sh /sbin/init.d/init.cssd oclsomon
    root 12554  6123  0 15:54:00 pts/ta    0:00 grep css
    oracle  6587  6464  0 15:26:27 ?         0:00 /bin/sh -c cd /oracle/app/oracle/product/10g/crs/log/njzdb12/cssd/oclsomon; ulimit -c unlimited; /oracle/app/oracle/product/10g
    +njzdb12[/oracle/app/oracle/product/10g/crs/l+
    What could be the problem and how to overcome this?
    Thank you very much.
    Edited by: KevinMao on Mar 29, 2010 12:54 AM
    Edited by: KevinMao on Mar 29, 2010 12:55 AM

    hi gurus
    And from ossd.log I saw the following:
    Oracle Database 10g CRS Release 10.2.0.4.0 Production Copyright 1996, 2008 Oracle.  All rights reserved.
    +[    CSSD]2010-03-29 16:31:20.221 >USER: Copyright 2010, Oracle version 10.2.0.4.0+
    +[    CSSD]2010-03-29 16:31:20.221 >USER: CSS daemon log for node njzdb12, number 2, in cluster crs+
    +[  clsdmt]Listening to (ADDRESS=(PROTOCOL=ipc)(KEY=njzdb12DBG_CSSD))+
    +[    CSSD]2010-03-29 16:31:20.230 [1] >TRACE: clssscmain: local-only set to false+
    +[    CSSD]2010-03-29 16:31:20.240 [1] >TRACE: clssnmReadNodeInfo: added node 1 (njzdb11) to cluster+
    +[    CSSD]2010-03-29 16:31:20.247 [1] >TRACE: clssnmReadNodeInfo: added node 2 (njzdb12) to cluster+
    +[    CSSD]2010-03-29 16:31:20.255 [5] >TRACE: clssnm_skgxninit: initialized skgxn version (2/0/Hewlett-Packard SKGXN 2.0+
    +)+
    +[    CSSD]2010-03-29 16:31:30.296 [1] >TRACE: clssnmNMInitialize: misscount set to (600)+
    +[    CSSD]2010-03-29 16:31:30.298 [1] >TRACE: clssnmNMInitialize: Network heartbeat thresholds are: impending reconfig 300000 ms,+
    reconfig start (misscount) 600000 ms
    +[    CSSD]2010-03-29 16:31:30.303 [1] >TRACE: clssnmDiskStateChange: state from 1 to 2 disk (0//dev/vgcrs1/rvote_256m_01)+
    +[    CSSD]2010-03-29 16:31:30.304 [6] >TRACE: clssnmvDPT: spawned for disk 0 (/dev/vgcrs1/rvote_256m_01)+
    +[    CSSD]2010-03-29 16:31:30.307 [1] >TRACE: clssnmDiskStateChange: state from 1 to 2 disk (1//dev/vgcrs2/rvote_256m_02)+
    +[    CSSD]2010-03-29 16:31:30.308 [7] >TRACE: clssnmvDPT: spawned for disk 1 (/dev/vgcrs2/rvote_256m_02)+
    +[    CSSD]2010-03-29 16:31:30.310 [1] >TRACE: clssnmDiskStateChange: state from 1 to 2 disk (2//dev/vgcrs3/rvote_256m_03)+
    +[    CSSD]2010-03-29 16:31:30.312 [8] >TRACE: clssnmvDPT: spawned for disk 2 (/dev/vgcrs3/rvote_256m_03)+
    +[    CSSD]2010-03-29 16:31:32.314 [6] >TRACE: clssnmDiskStateChange: state from 2 to 4 disk (0//dev/vgcrs1/rvote_256m_01)+
    +[    CSSD]2010-03-29 16:31:32.314 [7] >TRACE: clssnmDiskStateChange: state from 2 to 4 disk (1//dev/vgcrs2/rvote_256m_02)+
    +[    CSSD]2010-03-29 16:31:32.317 [9] >TRACE: clssnmvKillBlockThread: spawned for disk 0 (/dev/vgcrs1/rvote_256m_01) initial sleep+
    interval (1000)ms
    +[    CSSD]2010-03-29 16:31:32.317 [10] >TRACE: clssnmvKillBlockThread: spawned for disk 1 (/dev/vgcrs2/rvote_256m_02) initial slee+
    p interval (1000)ms
    +[    CSSD]2010-03-29 16:31:32.318 [6] >TRACE: clssnmReadDskHeartbeat: node(1) is down. rcfg(9) wrtcnt(8169) LATS(5115064) Disk las+
    tSeqNo(8169)
    +[    CSSD]2010-03-29 16:31:32.318 [7] >TRACE: clssnmReadDskHeartbeat: node(1) is down. rcfg(9) wrtcnt(8169) LATS(5115065) Disk las+
    tSeqNo(8169)
    +[    CSSD]2010-03-29 16:31:32.324 [8] >TRACE: clssnmDiskStateChange: state from 2 to 4 disk (2//dev/vgcrs3/rvote_256m_03)+
    +[    CSSD]2010-03-29 16:31:32.326 [11] >TRACE: clssnmvKillBlockThread: spawned for disk 2 (/dev/vgcrs3/rvote_256m_03) initial slee+
    p interval (1000)ms
    +[    CSSD]2010-03-29 16:31:32.327 [1] >ERROR: Internal Error Information:+
    Category: 1234
    Operation: scls_scr_setval
    Location: open
    Other: cant open file
    Dep: 2
    +[    CSSD]2010-03-29 16:31:32.327 [1] >ERROR: clssscSclsFatal: failure 8 reading fatal mode+
    +[    CSSD]2010-03-29 16:31:32.327 [1] >ERROR: ###################################+
    +[    CSSD]2010-03-29 16:31:32.327 [1] >ERROR: clssscExit: CSSD aborting+

Maybe you are looking for

  • Setting the page encoding with an extension

    Folks: DW CS3 on MacOS 10.6.x I  have a lot of legacy files encoded in ISO Latin-1 --and some exception cases in other encodings-- and I'd like to  convert uniformly to UTF8.  It's sufficient to convert files one-by-one  as I work on them for other r

  • Macbook Air. Unable to send or receive e mails.

    We have just changed from EE broadband to BT Infinity. Coincidently, the same day I could no longer receive e mails.  EE say this is nothing to do with them, BT say it is nothing to do with them. I am a complete techno phobe and have now played aroun

  • ABAP APIs for DDIC?

    Hi all, Is there any ABAP API for DDIC? I wanted to manipulate DDIC structures and types from code, for example, change names, create a new DDIC object, add a new field to an existed table. I guess we have that but I didn't find any documents on this

  • JVC Everio files to iMovie HD how to keep chronology

    Has anyone made sense off or found a reference on the file and folder naming structures on the Everio HD. I have difficulty keepig my chronology straight when I import clips into iMovie HD. Any suggestions would be welcome. Sure you can print a log w

  • Why can't I save automatic logins

    i always check the log me in automaticly box on sites i visit often. including on facebook. and yet somehow my browser keeps losing this setting. is there anything i can do to fix this? i really like firefox and don't want to switch browsers but i ne