None of the servicess comes up after a reboot RAC 11g2 (11.2.0.3)

Hi, I have installed Oracle RAC on Redhat 6.2 (64) and the installation went oka tille I did a reboot on the servers. The installation was successful up to where I was able to configure a database and was able to connect to is as well
Once the servers are are up but none of the services that I can see running
I can see below script /etc/init/oracle-ohasd.conf is configured by installer
# Oracle OHASD startup
start on runlevel [35]
stop on runlevel [!35]
respawn
exec /etc/init.d/init.ohasd run >/dev/null 2>&1 </dev/null
Can any one help me to find out and fix this issue
Thanks and Regas
Edited by: user6042081 on Jul 26, 2012 4:49 AM
Edited by: user6042081 on Jul 26, 2012 5:56 AM
below is an extract from /var/log/messages
Jul 26 17:25:56 n01 logger: Oracle HA daemon is enabled for autostart.
Jul 26 17:25:56 n01 logger: exec /home/oragi/11.2.0.3/grid/perl/bin/perl -I/home/oragi/11.2.0.3/grid/perl/lib /home/oragi/11.2.0.3/grid/bin/crswrapexece.pl /home/oragi/11.2.0.3/grid/crs/install/s_crsconfig_n01_env.txt /home/oragi/11.2.0.3/grid/bin/ohasd.bin "reboot"
Jul 26 17:25:58 n01 vcagentd: Type: 4 - Event ID: 1073741884
Jul 26 17:26:00 n01 logger: autorun file for ohasd is missing
Jul 26 17:26:02 n01 polkitd[6220]: started daemon version 0.96 using authority implementation `local' version `0.96'
Jul 26 17:26:02 n01 rtkit-daemon[6231]: Sucessfully made thread 6229 of process 6229 (/usr/bin/pulseaudio) owned by '42' high priority at nice level -11.
Jul 26 17:26:03 n01 gdm-simple-greeter[6216]: Gtk-WARNING: gtkwidget.c:5460: widget not within a GtkWindow
Jul 26 17:26:10 n01 logger: autorun file for ohasd is missing
Jul 26 17:26:13 n01 kernel: readahead-collector: sorting
Jul 26 17:26:13 n01 kernel: readahead-collector: finished
Jul 26 17:26:20 n01 logger: autorun file for ohasd is missing
Jul 26 17:26:30 n01 logger: autorun file for ohasd is missing
Jul 26 17:26:40 n01 logger: autorun file for ohasd is missing
Jul 26 17:26:50 n01 logger: autorun file for ohasd is missing

i've added a link under the scls_scr dir like so
ln -s <actual host name> localhost
chown oracle:oinstall localhost
(mind there must be no / at the end of localhost for choen to work properly)
still have no idea why this is happening. running on oel 6.3 x64 with 11.2.0.3 clusterware
Ok, so in oel 5 I had X11 and the network admin gui tool -> there I would change the hostname which changes /ets/sysconfig/network hostname and also add the hostname to the public ip of the cluster under /etc/hosts. oel 6.3 no gui (by choice) so this little detail escaped. The truth is I was a bit perplexed when installing clusterware: I had the public ip on eth1 instead of eth0 and the hostname was auto-picked by linux to the hostname next to the ip that was bound to eth0 in /etc/hosts -> the interconnect ip (no bonds this is just a little vm test). so... during installation even though I gave the correct hostname of the public ip clusterware refused to proceed saying error invalid hostname on the screen where nodes are added even after the passwordless ssh connectivity went fine. So i reversed the ip's to have the public network ip on eth0 rather than eth1 thus the hostname changed to the correct public hostname and then the install proceeded fine...
Recap:
A host can have multiple hostnames on multiple ip addresses under /etc/hosts but a given hostname is determined by the entry in /etc/sysconfig/network. in absence of such an entry the default is used (localhost.localdomain) until such time as the network is initialised and then system variable is assigned the hostname bound to the first active network device and ip mapping under /etc/hosts - but not so for startup daemons which see the default as they cannot depend on what network interface actually activated or didn't in order to extrapolate a hostname...
(OCFS also states in its docs that you must give the /etc/sysconfig/network hostname to the cluster.conf in spite of what the hostname bound the interconnect ip may be under /etc/hosts)
Edited by: user13524300 on Aug 17, 2012 3:25 PM
Oracle docs also state that the given hostname must never appear on loopback address 127.0.0.1 ::1 under /etc/hosts else oracle db may not play nice... (bind service to the loopback interface maybe?)
Edited by: user13524300 on Aug 17, 2012 3:51 PM

Similar Messages

  • When converting a PDF to an excel file, the format converts but none of the wording comes across

    When converting a PDF file to an excel file, the format converts but none of the wording comes across

    When converting a PDF file to an excel file, the format converts but none of the wording comes across

  • How Can i retain the Shared Variable Values after PC rebooting

    Hi all,
    I am facing a paculiar problem with Shared Variables. I have an application in which shared variables are used for data communication.
    One of the application requirement is to retain the variable values eventhough PC is rebooted or started after crashing. 
    As per the my understanding, the variable values will retain eventhough the PC is rebooted. But here i can observe a paculiar problem like some library variables are retaing the values while some others not. I enabled logging for all the variables.
    I tried many ways. like logging enabled, logging disabled, changing variable names, changing process names etc... But i am not getting a consistent behaviour.
    I hope some you can help me in solving this issue.. "How Can i retain the Shared Variable Values after PC rebooting"
    Thanks and Regards,
    Mir

    Hi Blackperl,
    Thanks for the post and I hope your well. 
    What do you mean by not getting consistent behaviour.. this will all depend on excatly when the crash happens i.e. before the write or after. 
    Surely a better method would be to log the data to a file during the reboot...
    I beleived the value read back
    will be the default value for the shared variable's data type.
    The LabVIEW DSC 8.0 module adds more functionality to the shared variable, including initial values and alarms.
    If you enable an initial value on a shared variable, when the variable
    engine comes back on-line it will default to this value. Setting a bad
    status alarm for the shared variable is also a good way of handling
    this type of event. Additionally, if you are using a LabVIEW Real-Time
    target such as Compact RIO or Compact FieldPoint, it is appropriate to
    consider hosting the shared variable engine on the real-time target.
    These devices have watch-dog capabilities and are typically the
    hardware controlling the critical pieces of an application. Most
    Windows or PC-based targets do not have these fail-safes.
    I guess, if you could explain to me again that would be great. From my point of view, if I have a cRIO and a Windows PC. If the windows PC crashes, the cRIO will still update its shared variables. Then once the PC has started up its own shared variable engine, and the bindings are loaded, it will once again continue to update its copies of the variables.
    Please let me know what you think,
    Kind Regards,
    James.
    Kind Regards
    James Hillman
    Applications Engineer 2008 to 2009 National Instruments UK & Ireland
    Loughborough University UK - 2006 to 2011
    Remember Kudos those who help!

  • "Application opened for the first time" warning after every reboot

    Hello, I have a problem with Lion 10.7.5. The system does not remember that I already opened applications before. After every reboot, every time I open an application it displays the warning as if it's the first time I'm opening it. Anyone knows how to solve this problem?
    Thanks in advance for your help.

    In my case, the problem disappeared after I installed the 10.7.5 supplemental update.

  • FocusOut event problem : the focus come back after processing

    Hi,
    i have a strange behavior on one of my apps.
    I have a simple form with 4 fields (textinput). When the two
    first fields (txtEmboPaiementCodeBanque and
    txtEmboPaiementCodeGuichet on the following code) are filled, i
    need to call for a service that will get some informations back to
    me so i can display something to the user while he continue to fill
    the forms.
    On the first two fields, i add an eventListener on FocusOut :
    _view.txtEmboPaiementCodeBanque.addEventListener(FocusEvent.FOCUS_OUT,rechercherBanque);
    _view.txtEmboPaiementCodeGuichet.addEventListener(FocusEvent.FOCUS_OUT,rechercherBanque);
    where rechercherBanque call the remoteObjectService and
    manage the callback function where i only set some informations
    with the result.
    Everything works fine except that for an unknown reason, the
    focus came back once my service has finished on the field i just
    quit! so it's a neverending succession of service call while i try
    to quit the field to continue to fill my form :b
    If anyone have an idea on what is happening, i'll be glad to
    hear it.
    Thanks a lot,
    Tonio

    Hi svkrzn,
    I have the exact same problem, except that in my case it happens to be a fully iCloud-based environment. No gmail involved, only iPhone(s) and a Windows 7 PC accessing the icloud services either through "icloud.com" or locally (mail, calendar, contacts) via outlook2010, configured through iCloud's control panel.
    Me and my family-members have, next to our own private iCloud calendar, a shared "family" calendar setup in which we all are able to manage common events. In this calendar we have added a repeating event (weekly) which ends somewhere in summer this year (2014). We wanted to delete single occurences of this event via our ios7 calendar app on our iPhones (4, for what it matters) and when trying to do so, the exact same thing as you described above happens: It seems for a short moment that the event is indeed removed only to popup again a few seconds later!
    What is remarkable though in our case: We are able to remove these single selected events via the webpage "icloud.com" (using the web calendar app) ... in this case the single event really gets removed from the shared calendar (which also syncs to my family's i-devices).
    Up until now I have seen no solution to it and I was wondering whether you did?
    Resuming: Comparing my problem to yours it seems that it is really an apple-issue and google is not to blame as I happen to experience the same kind of problem using only apple-services (iCloud).
    I have made a kind-alike post a while ago: https://discussions.apple.com/thread/5623714

  • Has anyone had this message come up after a reboot unfortunately,the process com.google.process.gapps has stopped?

    I get this weird message after I down loaded the 4.2.2 update saying that gapps has stopped

    You mean 4.4.2 download of KitKat. 4.2.2 was Jelly Bean.
    If you haven't seen it again, I wouldn't worry too much. I think on my LG G2, post upgrade, I saw it.
    You could go to Settings | Application manager  then scroll to the right till you see All, then scroll down, and make sure you see Download Manager, and press it, and verify that it is Enabled.

  • Oracle 10G Db Starts-up After Server Reboot, BUT Goes DOWN After Some Time

    Hi All,
    I am really puzzled over this one. I have couple of servers running DB on them and I have used scripts to auto-enable them when server(s) reboot.
    But there is one server where I see this funny behavior.
    The DB comes-up after server reboot.
    I can verify that in the startup logs and some more logs that I created.
    I can see that LISTENER is able to communicate also.
    But after a while, the DB shuts-down....!!
    I have checked all the places I could. I have also tried to see the difference between this server and others (I did not install this one), but can not see any difference.
    Is there anyway to find out (log) what is shutting down the DB??
    Any help will be much appreciated as I am at my wits end.
    Following is snap-shot from my logs:
    Fri Mar 16 20:42:29 EDT 2007
    Running dbstart.
    Done with starting all, let's check status...
    Fri Mar 16 20:42:42 EDT 2007
    LSNRCTL for Solaris: Version 10.2.0.1.0 - Production on 16-MAR-2007 20:42:42
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Solaris: Version 10.2.0.1.0 - Production
    Start Date 16-MAR-2007 00:46:56
    Uptime 0 days 19 hr. 55 min. 46 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /oracle/product/10.2.0/Db_1/network/admin/listener.ora
    Listener Log File /oracle/product/10.2.0/Db_1/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.103.253.50)(PORT=1521)))
    Services Summary...
    Service "orcl" has 2 instance(s).
    Instance "orcl", status UNKNOWN, has 1 handler(s) for this service...
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orclXDB" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orcl_XPT" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    The command completed successfully
    Current Status:
    # date
    Fri Mar 16 21:30:40 EDT 2007
    # su - oracle -c "lsnrctl status"
    Sun Microsystems Inc. SunOS 5.10 Generic January 2005
    LSNRCTL for Solaris: Version 10.2.0.1.0 - Production on 16-MAR-2007 21:30:53
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    Solaris Error: 146: Connection refused
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=10.103.253.50)(PORT=1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    Solaris Error: 146: Connection refused

    I was just looking at that.. Thanks for the tip.
    Following is what I see. But not sure what does it tell me?? Please help......
    From alert_orcl.log:
    <snip>
    db_recovery_file_dest_size of 2048 MB is 0.00% used. This is a
    user-specified limit on the amount of space that will be used by this
    database for recovery-related files, and does not reflect the amount of
    space available in the underlying filesystem or ASM diskgroup.
    Fri Mar 16 20:42:41 2007
    Errors in file /oracle/product/10.2.0/Db_1/admin/orcl/udump/orcl_ora_7700.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-12663: Services required by client not available on the server
    ORA-36961: Oracle OLAP is not available.
    ORA-06512: at "SYS.OLAPIHISTORYRETENTION", line 1
    ORA-06512: at line 15
    Fri Mar 16 20:42:42 2007
    Completed: ALTER DATABASE OPEN
    From /oracle/product/10.2.0/Db_1/admin/orcl/udump/orcl_ora_7700.trc
    # cat /oracle/product/10.2.0/Db_1/admin/orcl/udump/orcl_ora_7700.trc
    /oracle/product/10.2.0/Db_1/admin/orcl/udump/orcl_ora_7700.trc
    Oracle Database 10g Release 10.2.0.1.0 - 64bit Production
    ORACLE_HOME = /oracle/product/10.2.0/Db_1
    System name: SunOS
    Node name: gcars0j6
    Release: 5.10
    Version: Generic_118833-24
    Machine: sun4u
    Instance name: orcl
    Redo thread mounted by this instance: 1
    Oracle process number: 15
    Unix process pid: 7700, image: oracle@gcars0j6 (TNS V1-V3)
    *** SERVICE NAME:() 2007-03-16 20:42:37.548
    *** SESSION ID:(159.3) 2007-03-16 20:42:37.548
    Thread 1 checkpoint: logseq 255, block 2, scn 8602014
    cache-low rba: logseq 255, block 3
    on-disk rba: logseq 255, block 767, scn 8602399
    start recovery at logseq 255, block 3, scn 0
    ----- Redo read statistics for thread 1 -----
    Read rate (ASYNC): 382Kb in 0.16s => 2.33 Mb/sec
    Total physical reads: 4096Kb
    Longest record: 3Kb, moves: 0/1066 (0%)
    Change moves: 1/8 (12%), moved: 0Mb
    Longest LWN: 308Kb, moves: 0/29 (0%), moved: 0Mb
    Last redo scn: 0x0000.0083431e (8602398)
    ----- Recovery Hash Table Statistics ---------
    Hash table buckets = 32768
    Longest hash chain = 1
    Average hash chain = 149/149 = 1.0
    Max compares per lookup = 1
    Avg compares per lookup = 1925/2083 = 0.9
    *** 2007-03-16 20:42:37.702
    KCRA: start recovery claims for 149 data blocks
    *** 2007-03-16 20:42:37.705
    KCRA: blocks processed = 149/149, claimed = 149, eliminated = 0
    *** 2007-03-16 20:42:37.706
    Recovery of Online Redo Log: Thread 1 Group 2 Seq 255 Reading mem 0
    ----- Recovery Hash Table Statistics ---------
    Hash table buckets = 32768
    Longest hash chain = 1
    Average hash chain = 149/149 = 1.0
    Max compares per lookup = 1
    Avg compares per lookup = 2054/2074 = 1.0
    Error in executing triggers on database startup
    *** 2007-03-16 20:42:41.963
    ksedmp: internal or fatal error
    ORA-00604: error occurred at recursive SQL level 1
    ORA-12663: Services required by client not available on the server
    ORA-36961: Oracle OLAP is not available.
    ORA-06512: at "SYS.OLAPIHISTORYRETENTION", line 1
    ORA-06512: at line 15

  • Eezdownloads virus found. None of the suggested fixes in other threads has fixed it.

    I got the eezdownloads virus by accidentally typing a .com instead of .net at the end of a URL. I have tried all the fixes in the other threads about this virus, but nothing works.
    Started by running ClamX AV. It found an .emix file. I trashed it and emptied the trash. Per the other threads, I then quit Safari (and I've Force Quit too, even though I didn't need to) and restarted holding the Shift key. The pop-up page comes right back. I've rebooted the computer many times to no avail. I have also run AdwareMedic as suggested in one thread. It found two files and I trashed them and emptied the trash. The problem persists, even after multiple reboots.
    I can't delete and reinstall Safari because the computer won't allow it. Everything in Safari is greyed out, so I can't get into Preferences to reset Safari or do anything else. Any advice?

    It's not a virus. It's a JavaScript scam that only affects your web browser, and only temporarily. There are several ways to recover.
    1. Some of those scam pages can be dismissed very easily. Press the key combination command-W to close the tab or window. A huge box will pop up. Press the return key and both the box and the page will close. If that doesn't happen, continue.
    2. Press and hold command-W. You may hear repeating alert sounds. While holding the keys, click the OK button in the popup. A different popup may appear, which you can cancel out of as usual.
    3. From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Security
    and uncheck the box marked Enable JavaScript. Leave the preferences dialog open.
    Close the malicious window or tab.
    Re-enable JavaScript and close the preferences dialog.
    4. If the Preferences menu item is grayed out, quit Safari. Force quit if necessary. Relaunch it by holding down the shift key and clicking its icon in the Dock. None of the windows and tabs will reopen.
    After closing the malicious page, from the menu bar, select
              Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data
    to get rid of any cookies or other data left by the server. Open your Downloads folder and delete anything you don't recognize.

  • None of the fact tables are compatible error

    Hi All,
    I do see this error (none of the compatible fact table) after setting the content level aggregation on the dimension tables and the fact table. This error i get only when i try to pull the calculated item which is based on a attribute in the fact table. I have an attribute like year in the fact table i need to display like 'CY'||'2013' in a calculated logical column and when i pull this into answers i get this error -
    1) joins are ok ; only one fact table and 3 dimension tables
    2). content level on the fact table are specified at the detail level and also for the dimensions
    any suggestions - thanks for your time

    can anyone please provide some suggestions -
    > i looked at the fact table LTS and specified the logical level for each dimension as the detail
    > specified the LTS for each dimension table
    > I have a column in my fact table which is calendar year and i want to have a derived column like rep_cal_year with 'CY'||cal_year - so when i pull this derived column in my answers i get the error - none of the fact tables are compatibile with the query;
    what could be missign?

  • Very weird: uninstalled programs come back after reboot

    I have turned off the system restore. I am sure the programs are uninstalled from the control panel, and the files in C:\Program Files\xxx are all gone. But these programs  always comes back after a reboot, and resets all the file associations. I guess
    it is a strategy the previous IT staff used to protect these programs. But the current IT staff have no clue what is happening here. It is so annoying.
    Thank you very much for any input.

    When you restart your PC, does it remove everything?
    You might have two administrator in your account, try use log off and see what administrators do you have in your PC?

  • Problem PAP2T reconnect after router reboot

    Good Day at all,
    I am italian user of VOIP system, and i find a big problem with the usage of
    PAP2T adapter with italian NGI network and/or SQUILLO sip.
    The problem is common to many many many, italian users:
    when the WAN connection restart (after router reboot or temporaly internet failure) the adapter PAP2T don't want reconnect to the SIP server, i have test many configuration, and differet boot sequence of the router but the problem is always preasent.
    but, if i change the SIP port with one other different, the system go online immediatly. when after this, i try to insert again the original SIP port, the systerm go down again.
    (if i insert the original SIP port after Half hour, the system stay online)
    I have disabled all protection and firewall of the router for test and make Port Redirect for all renge of port used form PAP2T but the problem is again preasent.
    I have one XLS file with the detail of debug with all two cases.
    At this poind i don't know if is a problem of server of NGI/SQUILLO (www.ngi.it) (sip.squillo.it) or is a problem of PAP2T firmware.
    CAN HELP ME?
    Best regards.

    It seems to be the problem with a router partaially it is pap2t firmware problem. At least I had a long investigation on a similar problem. The internet connection drops, but pap2t does not know it and keeps sending NAT Keep Alive and Registration Messages. The Internet connection comes up with a different WAN IP. But the NAT table of the router (udp connections) is corrupted. This is a known problem in *nix, and many routers have linux based firmware. To restore udp packeges going out the solution is to issue
    echo 0 > /proc/sys/net/ipv4/netfilter/ip_conntrack_udp_timeout_stream
    sleep 10
    echo 180 > /proc/sys/net/ipv4/netfilter/ip_conntrack_udp_timeout_stream
    After a long correspondence with firmware developers of my router it was implemented in the router's firmware. I do not have this problem now. It can be also fixed in pap2t firmware. Pap2t should not send NAT Keep Alive Messages if the registration fails.
    Message Edited by Zyxmon on 10-10-2008 06:43 AM

  • Losing some customization after a reboot

    Hello,
    I have created several folders and organized all of my apps in them, but 2 days ago the folders started to get messed up on reboot. Basically, it seems like certain apps (it appears that this affects apps that are placed in folders by default, such as media, applications, and instant messenger) get moved out of the folders and onto the home screen, and the folders themselves (like Music, Pictures, and Videos – the original Media folders) start to look very strange and lose their default icon. Also, the Search-Legacy icon is created and put onto the home screen.
    The image below shows the extra search (Search-legacy) icon and the media folders with blank icons (3rd row down).
    All of the apps on this screen should be contained in one of the folders. The music, pictures, and videos should be in the Media folder by default. The applications should be in the Applications folder by default. This happens in any theme besides the default Sprint theme after a reboot. And this only started happening out of nowhere 2 days ago – I used to be able to use the themes without issues in the past.
     Any idea what could be causing this? I have 152MB of free application space, if it might matter for this issue.

    You might just be getting an incorrect reading on your iPad and for your sake I hope that you are. See what happens after you do this. It will not cause any loss of data.
    Quit ALL apps completely and reboot the iPad. Go to the home screen first by tapping the home button. Double tap the home button and the recents tray will appear with all of your recent apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner of the app that you want to close. Tap the home button or anywhere above the task bar.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.

  • Reinstalli​ng Audio drivers after every reboot

    Hi,
    I have a P750 PSAY3A-02J001 which i gor in australia.
    Recently I had to buy a new hard drive (as the old was scratched) and have windows 7 reinstalled. This was done in England.
    After this I then restored from my external Hard drive.
    After this restore i saw a lot of icons shaped like a clamp which all seemed to refer to specific Toshiba settings. I have opened and installed all of these and they appear to be working okay except for the Audio drivers.
    After every reboot I have no sound when playing movies etc and have to reinstall the drivers again.
    I have saved the folder on my desktop (for ease to reinstall every time) however Im wondering if the Laptop is not starting up this driver or its being saved in the wrong spot? any way to fix this?
    Also I was attempting to use the Toshiba doanloads section to update everything however under my Model P750 there is no PSAY3A-02J001 (my model doesnt seem to exsist?)
    Many thanks in advance

    Satellite P750/02J (PSAY3A-02J001)
    You didn't find your machine listed here because this site is only for US computers.
    Downloads for your Aussie model are here.
    After this I then restored from my external Hard drive.
    Please tell us all about that backup image. Exactly which application are you using?
    After this restore i saw a lot of icons shaped like a clamp which all seemed to refer to specific Toshiba settings. I have opened and installed all of these and they appear to be working okay except for the Audio drivers.
    What is the make and specific model of the new hard drive? If it uses advanced-format technology, that may be the source of the trouble.
    -Jerry

  • Imac G5 will not boot up. there is power but the screen is black. About 30 sec after turning it on, the fan comes on loudly.

    I have an old imac G5 (non Intel) The screen went blank but the fan turns very loudly. I cannot reboot the computer.  whenever I start it I get power and black screen and the fan comes on loudly after about 30 secs. I have tried rebooting pressing varius keys, but no luck. I once got the flashing question mark, but I can't get that either. I'd like to reboot from the disc, but I cannot insert a disc. Any help out there??

    If zapping the PRAM does not get it working, it's time for a new iMac.  Repairs will not be worth the cost.  Put it towards a new iMac.
    I've been there, done that.  Had my burial last summer.

  • Hi, After I try to load either an existing or new project in Adobe Premier Elements 9 I just get a blank grey screen with none of the timeline, etc. boxes on view. This has suddenly happened, one day OK next not! At the top of the screen I get the normal

    Hi, After I try to load either an existing or new project in Adobe Premier Elements 9 I just get a blank grey screen with none of the timeline, etc. boxes on view. This has suddenly happened, one day OK next not! At the top of the screen I get the normal Pre icon, File, Edit, Clip, etc.
    I am planning on purchasing Premier Elements 13, would it be better if I bought a new program rather than download an upgrade, just in case the upgrade doesn't load properly due to the error with my existing program?
    If I the deleted Premier Elements 9 on my PC would I lose all my existing videos that were produced using Premier Elements 9 or would they be saved so that they can still be worked on in Premier Elements 13?
    Does Premier Elements 13 work with Windows 7?
    Thanks
    Terry

    Premiere Elements 13 absolutely works with Windows 7!
    In fact, I'd highly recommend you download the free trial and give it a test run.
    Meantime, go to Windows Update and make sure you have all of the latest Windows updates, including those that don't install automatically. Then go to the nVidia or ATI site and ensure you have the latest driver for your graphics card, and go to Apple.com and ensure you have the latest version of Quicktime, per the program's requirements.

Maybe you are looking for

  • Is this a bug of Java? Or my mind?

    Thank you all of you! I wrote a Filter like this: public class FilterDispatcherExample implements Filter{      public void doFilter(ServletRequest request,ServletResponse response, FilterChain chain) throws java.io.IOException,ServletException{      

  • Modvat Output

    Dear All, Excise invoice is generated at the time of Billing doc creation automatically, when we cancel billing doc both accounting as well as excise doc gets reversed . Again when we create billing document only accounting document is generated but

  • Issues with animated rollovers

    I am having trouble figuring out how to use ImageReady to make my navigation menu. I want several links all with normal, over, and down states. On the down state a sub menu should animate in and provide sub links to pages within each category. The pr

  • Javascript not working in any browser.

    Javascript has stopped working in any browser. Javascript is turned on in all browsers preferences. I have repaired disk permisions. An example of it not working is trying to view a BBC iplayer program online. When trying to play a program I get the

  • Importing .exe files to dreamweaver

    OK im going to make this as clear as i possibly can to stop confusing. i am making a site that will have a games section and i want people that come onto that site to be able to play those games on MY site. i do not know at all how to even get it ont