I need to take out my current harddrive in my G5 tower!

I just got my case, and I need to take out the orginal G5 hard drive, I've already unplugged the Power cables that is connected to the harddrive but I can't pull it out. Need Help ASAP!

Hi. This may be of assistance
http://www.info.apple.com/usen/cip/pdf/g5/073-0806.pdf
If it's the top, Bay 'A' drive you wish to remove, it has to slide down the sloping ramp to clear the edge of the G5 casing.
As you can probably see in fig. 5 at the link above, the 'little latches', circled in yellow, may also be holding it.
Not forgetting, of course, the use of the chopsticks...
http://discussions.apple.com/thread.jspa?messageID=2147325#2147325
As you can see, other users have found success with feeding a flexible soft wire or string up round the drive to pull on - or using soft-faced grips (or, presumably, hard-faced grips with some soft material in-between).
Good Luck.

Similar Messages

  • HT1438 do i need to take out the SIM card before erasing data or after

    Hello,
    I need to erase data form iphone 4S, do i need to take out the SIM card before erasing data or after?

    Do a back up first to icloud or itunes on your pc. then erase all contents and settings.

  • Need help Take out the null values from the ResultSet and Create a XML file

    hi,
    I wrote something which connects to Database and gets the ResultSet. From that ResultSet I am creating
    a XML file. IN my program these are the main two classes Frame1 and ResultSetToXML. ResultSetToXML which
    takes ResultSet & Boolean value in its constructor. I am passing the ResultSet and Boolean value
    from Frame1 class. I am passing the boolean value to get the null values from the ResultSet and then add those
    null values to XML File. When i run the program it works alright and adds the null and not null values to
    the file. But when i pass the boolean value to take out the null values it would not take it out and adds
    the null and not null values.
    Please look at the code i am posing. I am showing step by step where its not adding the null values.
    Any help is always appreciated.
    Thanks in advance.
    ============================================================================
    Frame1 Class
    ============
    public class Frame1 extends JFrame{
    private JPanel contentPane;
    private XQuery xQuery1 = new XQuery();
    private XYLayout xYLayout1 = new XYLayout();
    public Document doc;
    private JButton jButton2 = new JButton();
    private Connection con;
    private Statement stmt;
    private ResultSetToXML rstx;
    //Construct the frame
    public Frame1() {
    enableEvents(AWTEvent.WINDOW_EVENT_MASK);
    try {
    jbInit();
    catch(Exception e) {
    e.printStackTrace();
    //Component initialization
    private void jbInit() throws Exception {
    //setIconImage(Toolkit.getDefaultToolkit().createImage(Frame1.class.getResource("[Your Icon]")));
    contentPane = (JPanel) this.getContentPane();
    xQuery1.setSql("");
    xQuery1.setUrl("jdbc:odbc:SCANODBC");
    xQuery1.setUserName("SYSDBA");
    xQuery1.setPassword("masterkey");
    xQuery1.setDriver("sun.jdbc.odbc.JdbcOdbcDriver");
    contentPane.setLayout(xYLayout1);
    this.setSize(new Dimension(400, 300));
    this.setTitle("Frame Title");
    xQuery1.setSql("Select * from Pinfo where pid=2 or pid=4");
    jButton2.setText("Get XML from DB");
    try {
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    catch(java.lang.ClassNotFoundException ex) {
    System.err.print("ClassNotFoundException: ");
    System.err.println(ex.getMessage());
    try {
    con = DriverManager.getConnection("jdbc:odbc:SCANODBC","SYSDBA", "masterkey");
    stmt = con.createStatement();
    catch(SQLException ex) {
    System.err.println("SQLException: " + ex.getMessage());
    jButton2.addActionListener(new java.awt.event.ActionListener() {
    public void actionPerformed(ActionEvent e) {
    jButton2_actionPerformed(e);
    contentPane.add(jButton2, new XYConstraints(126, 113, -1, -1));
    //Overridden so we can exit when window is closed
    protected void processWindowEvent(WindowEvent e) {
    super.processWindowEvent(e);
    if (e.getID() == WindowEvent.WINDOW_CLOSING) {
    System.exit(0);
    void jButton2_actionPerformed(ActionEvent e) {
    try{
    OutputStream out;
    XMLOutputter outputter;
    Element root;
    org.jdom.Document doc;
    root = new Element("PINFO");
    String query = "SELECT * FROM PINFO WHERE PID=2 OR PID=4";
    ResultSet rs = stmt.executeQuery(query);
    /*===========This is where i am passing the ResultSet and boolean=======
    ===========value to either add the null or not null values in the file======*/
    rstx = new ResultSetToXML(rs,true);
    } //end of try
    catch(SQLException ex) {
    System.err.println("SQLException: " + ex.getMessage());
    ======================================================================================
    ResultSetToXML class
    ====================
    public class ResultSetToXML {
    private OutputStream out;
    private Element root;
    private XMLOutputter outputter;
    private Document doc;
    // Constructor
    public ResultSetToXML(ResultSet rs, boolean checkifnull){
    try{
    String tagname="";
    String tagvalue="";
    root = new Element("pinfo");
    while (rs.next()){
    Element users = new Element("Record");
    for(int i=1;i<=rs.getMetaData().getColumnCount(); ++i){
    tagname= rs.getMetaData().getColumnName(i);
    tagvalue=rs.getString(i);
    System.out.println(tagname);
    System.out.println(tagvalue);
    /*============if the boolean value is false it adds the null and not
    null value to the file =====================*/
    /*============else it checks if the value is null or the length is
    less than 0 and does the else clause in the if(checkifnull)===*/
    if(checkifnull){ 
    if((tagvalue == null) || tagvalue.length() < 0 ){
    users.addContent((new Element(tagname).setText(tagvalue)));
    else{
    users.addContent((new Element(tagname).setText(tagvalue)));
    else{
    users.addContent((new Element(tagname).setText(tagvalue)));
    root.addContent(users);
    out=new FileOutputStream("c:/XMLFile.xml");
    doc = new Document(root);
    outputter = new XMLOutputter();
    outputter.output(doc,out);
    catch(IOException ioe){
    System.out.println(ioe);
    catch(SQLException sqle){

    Can someone please help me with this problem
    Thanks.

  • Hp mini 200-2001tu to using broadcom bcm70012. can it be done? am i need to take out the wlan card?

    Please help, I want to install broadcom bcm70012 to my hpmini. what should i do? please help. need and answer

    Hello,
    Great!
    The problem has been solved. Did not have the install disk, but figured the problem out through single user mode. The options listed in the article were not working, so tried this...
    sh /et/rc (to boot the system)
    open /applications/utilities
    Was trying to open Terminal, but this opened root user mode (accidental victory). From there I was able to simply use Disk Utility to repair my permissions.
    Thanks!

  • Need to take out battery to shut down MacBook

    After installing 10.5.3 my MacBook shows instead of shutting down a small rotating wheel on the screen. I can only stop this by taking out the battery. When I start the MacBook and shut it down immediately whithout using the applications, it works normal. Has anybody an idea?
    Thanks.

    wmauer wrote:
    Hello Thierry,
    Parallels is updated and I got rid of the Google stuff.
    The kernel shutdown freeze problem occured less often, but it is still existent.
    I have Virus barrier since I bought the MB, so far no problems.
    I do not understand why Virus barrier could be the origin?
    As you suspected already, an additional discussion: "no viruses on a "rootless" Unix system". So far there are no viruses around, but in the future I assume that there will be viruses also for macs.
    What do you mean with rootless?
    Hello Wolfgang,
    I tend to believe that you have a "strong" windows background ... and fear ... Google Desktop ... VirusBarrier ...
    "rootless" means that the "root" user is not enable. No one can log in - or attempt to - on your system.
    The big difference between Windows and Unix (MacOSX), is that on Windows, there is an Administrator user/group that has full control on the machine. On MacOSX, there is no "root". You are a user who is temporarily allowed to grab root privileges through a grant obtained through a user input.
    A virus is a system that penetrates another system and replicates with the objective to infect nearby systems.
    On Unix, a virus can modify - and infect - a system only if it runs as owned by root. If your Unix system doesn't have a root user, then that virus program cannot alter root owned files.
    The only way for a virus software to gain root privileges is to run as a kernel extension. The command I've made you type is run actually every night on my Mac and sends me a mail with the result.
    So, it's not because "one day there will be viruses also for macs". There will never be viruses: they can't replicate! and if there don't they can't be viruses.
    Now, there are existing other threats: Vulnerabilities and Trojan Horses.
    Vulnerabilities are failures or loop-holes that exists in some software that can allow a system to get past and above the program that presents this exploit and execute its code in the workspace of the application above that has loaded (spawned) the faulty software.
    Usually, Virus Protection software databases are updated no faster than Apple or Microsoft, or HP or SUN or IBM when such exploits are revealed to the public (CERT group). Your VirusBarrier won't be of no help here. Just run regularly Software Update.
    Trojan Horses are software - malware - that get installed luring the user believing the software in question does wonderful (good) things. Lately, there was a **** site that gave away some video player meant to play **** clips for free. Of course, this was a malware, fooling name resolution and directing browsers to phishing sites. Well, customers to these hoax look like easy preys.
    A Virus Checker can help detecting "known" Torjan Horses. But you're not getting to let a TJ come into your system if you're not interested in free ****!!!
    A Virus Checker, on the Mac, is only useful to check if you're not going to e-mail to your PC friends an attachment that is in fact a software that uses Windows design flaws to do harm to its owner.
    There is no risk on a Mac to browse the web and get a malware, spyware, badware installed inconspicuously.
    So, make sure of what software you install on your Mac, where it comes from. Turn off all Sharing services. Turn on Firewall when you're on a network you don't control (Wifi hot spots, hotels, bars, airports). For the rest, you don't risk zip.
    Get rid of that Virus Barrier stuff.
    When I'm in an airport lounge, I always have fun listening to music of "others" who have left the Sharing on on their iTunes (Macs + PCs). You don't even have to pay for accessing the Hot Spot.
    Cheers,
    Thierry

  • HT1918 help! theres no none optioin in the billing info. i need to take out my credit card info.

    helppppp

    So if you have iTunes on your computer this is possible, otherwise your out of luck. go on the itunes store and onto your apple ID's account, then go onto the payment informaiton and there should be a none option for your payment option. Hope this helps.

  • Need to bring out data from Infocube to Flatfile

    Hi All,
    I have a cube with historcal data in one system.
    Now my requiremnet is to creat a exactly similar cube in the other system, and need to load the historical data.done.
    we are considering the below Options:
    1) Fetching the data from the cube( From First System) in to a Flat file and load into New cube (other System).
                                             or
    2) Going For a Open hub to bring out the data into Flat file and load the data into new cube in the othersystem.
    Note: Since OpenHub is the tool which we need to buy ( we are thinking. we are not sure)
    There is no kind of relation ship between the 2 systems to copy the cube from one system to other system.
    Please suggest the best options to get it.
    Regards,
    Sri

    Thank you all for your prompt responses.......
    Actually the copany got split into two. one of them have  kept aside the cube with other company's information.
    So they are not even ready to provide display access to their system. So creating RFC connection and Using APD to fetch the data to a flat file might not do.
    What we are thikinng is Fetch the data from From the Cube output into a spread sheet and load that into the new cubs.
    we have similar concern with Master Data Objects, we need to take out the attributes, Text and Heirarchies data and load in to new system.
    Here how do bring out the data for Master data attributes, Texts and Hierarchies? does this work similarly with these how we do with the cube?
    Especially with Hierarchies?
    Please suggest
    Regards,
    Srikanth

  • Safari not quitting and I have to take out the battery on Macbook just to close down

    Hi All,
    I am in the process of trying to work out what's going on here and think all of you might be able to help to get to the solution quicker.  Safari is just refusing to quit even when I force quit and close windows etc.  Just to restart or shut down I need to take out my battery.  This is clearly a rubbish solution to the problem.  Do I need to totally delete all files and dbs associated with Safari or is there a quicker fix that will allow me to keep my bookmarks etc.  Never had problems before and not installed any new software or even synced iPhone recently so it's a massive puzzle.
    Cheers guys.

    Is this on Snow Leopard ?
    what exactly happens if you attempt to shutdown or restart... does a message appear ?
    If you start the mac in Safe mode - does the same thing happen ?
    what happens when you try force quit ?

  • Sometimes my computer takes too long to connect to new website. I am running a pretty powerful work program at same time, what is the best solution? Upgrading speed from cable network, is it a hard drive issue? do I need to "clean out" the computer?

    Many times my computer takes too long to connect to new website. I have wireless internet (time capsule) and I am running a pretty powerful real time financial work program at same time, what is the best solution? Upgrading speed from cable network? is it a hard drive issue? do I only need to "clean out" the computer? Or all of the above...not to computer saavy.  It is a Macbook Pro  osx 10.6.8 (late 2010).

    Almost certainly none of the above!  Try each of the following in this order:
    Select 'Reset Safari' from the Safari menu.
    Close down Safari;  move <home>/Library/Caches/com.apple.Safari/Cache.db to the trash; restart Safari.
    Change the DNS servers in your network settings to use the OpenDNS servers: 208.67.222.222 and 208.67.220.220
    Turn off DNS pre-fetching by entering the following command in Terminal and restarting Safari:
              defaults write com.apple.safari WebKitDNSPrefetchingEnabled -boolean false

  • HT1766 How can I backup the iPad to the non-C drive of the computer that runs the itune?   I have already setup the library at a NAS and seems only media file are stored int he library.  iPad backup still need to take use my C: drive that is running out o

    How can I backup the iPad to the non-C drive of the computer that runs the itune?   I have already setup the library at a NAS and seems only media file are stored int he library.  iPad backup still need to take use my C: drive that is running out of space

    Windows - Change iPad default backup location
    http://apple-ipad-tablet-help.blogspot.com/2010/07/change-ipad-default-backup-lo cation.html
    Windows - Changing IPhone and iPad backup location
    http://goodstuff2share.wordpress.com/2011/05/22/changing-iphone-and-ipad-backup- location/
     Cheers, Tom

  • I have had Adobe XI for about two years and My harddrive just crashed. My backups were part of the failure so I can't get it back. I purchased it from a third part supplier and it was a download. I need to find out how to get it restored. I can send scree

    I have had Adobe XI for about two years and My harddrive just crashed. My backups were part of the failure so I can't get it back. I purchased it from a third part supplier and it was a download. I need to find out how to get it restored. I can send screen shots of all of the drive location where the drive is still good and I can see my Adobe Acrobat pro information, but the download itself is missing. NEXT STEP?

    If you are talking about Reader (you did post in the Reader forum), then just download http://get.adobe.com/reader/enterprise. However Reader is free not purchasable. You can download a trial then install using your serial number, which if you didn’t register or write down somewhere you will be out of luck to track down.
    Download a free trial or buy Adobe products | Adobe downloads

  • I need to get photos off a water damaged iPhone 3GS. Can I take out the component that has the photos (is this the main board?) and put it into another of the same phone to retrieve the photos? Please help

    I need to get photos off a water damaged iPhone 3GS. It spent time underwater, saltwater. I let it dry for a week, turned it on, the apple symbol came on, then it died. I need to retrieve my photos off it. Can I take out the component that has the photos (is this the main board?) and put it into another of the same phone to retrieve the photos? Please help

    You're talking about the logic board. The two most likely things to get toasted, with water damage, are the battery(it shorts out), & the logic board. The worst water damage would be salt water. I'm afraid your logic board is toast.

  • Currently using Lightroom 5 as a standalone on a mac and two windows machines one desktop one laptop. with CC can i still use all the machines or do i have to take out an individual license for each?

    with CC can i still use all the machines or do i have to take out an individual license for each?

    Your LR5 license allows for activated installations on two machines.  Of those two machine, only one can be using the licensed software at a given time.  The same applies with CC, except with CC you won't be able to sneak in the third machine.  What you can do though with CC is have it installed on all three and sign in and out of the different machines as needed.
    If you intend to be using all three machines at the same time then you do need three separate licenses/subscriptions to be in compliance with the license agreement.

  • Need to take Print out - PL SQL Program / Unix

    Hi,
    I need to take print out from a file already created in Database Server in a specific path to a printer. Any PL SQL program or any shell script is there to do this??
    Thanks,
    Neil

    Neil_80 wrote:
    I need to take print out from a file already created in Database Server in a specific path to a printer. Any PL SQL program or any shell script is there to do this??Not enough information.
    {message:id=9360002}
    It's perfectly possible, but will depend on where your data is and whether it's already a printer output file etc.
    e.g. you could use the dbms_scheduler package to call a command line that sends the file directly to the printer device
    However, the specifics of that will depend on your database version and your operating system, and what file you're trying to send.

  • Need to find out how to install QuickTime Pro on a new device using current license.

    I broke the screen on my previous laptop/tablet and had to replace it. I had paid for QuickTime Pro and have an active license. I need to find out how to install QuickTime Pro on a new device using current license. My old device has been destroyed.

    Download and install the free QuickTime Player 7 from Apple and enter your registration info to unlock the Pro features.

Maybe you are looking for

  • Why do I see a white screen after right-clicking a link & asking to open page in a new tab?

    As the question states, the tab that opens is a completely white screen absent of text and/or graphics. This condition occurs whether I open a link from a Web site (CNN.com) or when clicking on a link within an email (Outlook 2007). Full text & graph

  • Numbers In Lion Problem

    Just upgraded to Lion. Two problems have begun. 1) When I open a Numbers file, an earlier, unrelated, file also opens. This is annoying. How do I stop that action? 2) I tried to "Save As" a file with a new name in a different location, but no longer

  • Where would I find how much space I have left on my MacBook?

    Where would I find how much space I have left on my MacBook?

  • Ipod Touch 2.0 stuck saying "Restoring iPod Software"

    I downloaded 2.0 and it downloaded ok, but now, when it gets to the point to restore software, the green bar just barely starts and then it stays there... anyone have any suggestions? Oh, and it has been at this point overnite, and has not moved!!!

  • Web Template Nav Filter Question

    Hi,      I have a Nav Item in my web template and the DataProvider query has Fiscal Year with a variable in the free characteristics.  The variable is "single value" and is populated with the current year 2006 via the variable user-exit.      When I