Midlletier AS(10.1.2.0.2)hung at 95%

Hi,
Am installing Middletier AS 10.1.2.0.2 on redhat-4.However thr installation is getting hung at 95%.I tried over n again but its hung .
My installer logs contains this:
Install Type: J2EE and Web Cache Services
Configured Components: Oracle HTTP Server, Oracle Application Server 10g Containers for J2EE, Oracle Application Server 10g W
eb Cache, Oracle Application Server 10g Farm Repository, Identity Management Access,
Registered with Oracle Internet Directory: stcfusion01.satyam.com:13061
Use only SSL connections with this Oracle Internet Directory:No
Use the following URL to access the Oracle HTTP Server and the Welcome Page:
http://stcfusion02.satyam.com:7780
Use the following URL to access the Oracle Enterprise Manager Application Server Control:
http://stcfusion02.satyam.com:1156
Instance Name: mid2_safex.stcfusion02.satyam.com
The Repository ID of the File-Based Farm Repository feature is configured as: stcfusion02.satyam.com:7103'. Received the valu
e from a code block.
Setting variable 'szTime' to ''. Received the value from a code block.
Calling Action fileActions10.1.0.3.0 instantiateFile
selectedNodes = null
source = /u01/Fusion/OA_HOME_NEW/install/redirect.html
destination = /u01/Fusion/OA_HOME_NEW/install/redirect.html
variables = null
Calling Query generalQueries10.1.0.3.0 isCurrentPlatformInGroup
platGroup = UNIX
Query Returned: true
Calling Action SpawnActions10.1.0.3.0 Spawn
installcommand = /u01/Fusion/OA_HOME_NEW/dcm/bin/dcmctl initrepository -d -v
deinstallcommand =
WaitForCompletion = true
Start output from spawned process:
End output from spawned process.
Calling Action SpawnActions10.1.0.3.0 Spawn
installcommand = /u01/Fusion/OA_HOME_NEW/opmn/bin/opmnctl start
deinstallcommand =
WaitForCompletion = true
Start output from spawned process:
opmnctl: opmn is already running
End output from spawned process.
Setting variable 'bRunningProcessOPMN' to 'true'. Received the value from a code block.
Calling Query generalQueries10.1.0.3.0 isCurrentPlatformInGroup
platGroup = UNIX
Query Returned: true
Calling Query RunningProcessQuery1.5.1 runningProcessExists
fileNames = /u01/Fusion/OA_HOME_NEW/opmn/logs/ons.log,
[oracle@stcfusion02 logs]$
Please anybody help me out....:(
Regards,
Ashlee

Did you follow all this?
Follow Operating System Requirements for OEL 5.x or RHEL 5.x
1. The following packages (or later versions) must be installed on your Linux x86 or Linux x86-64 system:
binutils-2.16.91.0.5-23.4
gcc-4.1.0-28.4
gcc-c++-4.1.0-28.4
glibc-devel-2.4-31.2
libgcc-4.1.0-28.4
libstdc++-devel-4.1.0-28.4
libstdc++-4.1.0-28.4
make-3.80-202.2
compat-db 4.1.25-9
Note:
The Oracle Application Server 10g is a 32-bit application to be installed on either Linux x86 or Linux x86-64. These are 32-bit installation requirements on Linux x86-64 in order allow compatibility with the 32-bit Application Server product. Please see the Installation Guide for more details on the Linux x86-64 and other general requirements. This Note does not replace the Installation Guide, as its only stating the newer and specific OEL5/RHEL5 requirements.
2. Ensure that libXp has been installed. The package libXp was not installed in RHEL 5/OEL 5 with default RPM packages, so it will need to be installed manually. In RHEL 4 this file was provided by the package xorg-x11-deprecated-libs which is installed with default package installation but this is not the case for RHEL5/OEL5 and is now provided with a different rpm, the libXp rpm. Install the package libXp by the command:
# rpm -ivh </path/to/>libXp.<version>.i386.rpm
Note: libXp.so.6 can be found by installing the package /Server/libXp-1.0.0-8.1.el5.i386.rpm under Disk3 of the OEL5 media.
Issue the following to confirm:
% rpm -qa --queryformat "%{NAME}-%{VERSION}-%{RELEASE} (%{ARCH})\n" | grep libXp
[ Reference Note 443617.1 ]
3. The following are two requirements and their locations to obtain them from Oracle:
openmotif21-2.1.30-11.EL5.i386.rpm
[http://oss.oracle.com/projects/compat-oracle/dist/files/Enterprise_Linux/openmotif21-2.1.30-11.EL5.i386.rpm]
xorg-x11-libs-compat-6.8.2-1.EL.33.0.1.i386.rpm
[http://oss.oracle.com/projects/compat-oracle/dist/files/Enterprise_Linux/xorg-x11-libs-compat-6.8.2-1.EL.33.0.1.i386.rpm]
4. When installing Oracle Application Server 10g Release 2 (10.1.2.0.2) within the OEL 5.x or RHEL 5.x operating systems, you will need to create the following symbolic link as root prior to doing any installations:
# ln -s /usr/lib/libgdbm.so.2.0.0 /usr/lib/libdb.so.2
If an error occurs stating that libdb.so.2 already exists, it may be from a previous 10.1.3 installation. In this case, either move the file for backup and create the symbolic link or skip this step to see if the following problem occurs.
* Without this symbolic link, httpd will give the following error:
httpd: error while loading shared libraries: libdb.so.2:
cannot open shared object file: No such file or directory
With this link in place, httpd should start up successfully in OEL 5.0 or RHEL 5.0
Note: On some OEL installs, libgdbm.so.2.0.0 may not exist. You can check the following way:
# cat /etc/enterprise-release
Enterprise Linux Enterprise Linux Server release 5.2 (Carthage)
# ls /usr/lib/libgdbm.so.2.0.0
If you are missing the 32-bit version, it can be installed using gdbm.i386 0:1.8.0-26.2.1. Alternatively, Patch 6078836 can be used instead, as it was uploaded to complete a 10.1.3 certification.
5. The installation of Oracle Application Server 10g Release 2 (10.1.2.0.2) requires the correct openmotif package to be installed on your OEL 5.x or RHEL 5.x box. Without the correct package, you will run into installation errors for those components that require openmotif (such as reports and forms). You may download the RPM package from the following location:
[http://oss.oracle.com/projects/compat-oracle/dist/files/Enterprise_Linux/openmotif21-2.1.30-11.EL5.i386.rpm]
As root, you can install this RPM package by issuing the following command:
# rpm -i openmotif21-2.1.30-11.EL5.i386.rpm
6. Any installation of Oracle Application Server 10g Release 2 (10.1.2.0.2) on OEL 5.x or RHEL 5.x in which Reports is getting installed will fail with reports relinking errors unless you apply the required RPM listed below.You may download the RPM package from the following location:
[http://oss.oracle.com/projects/compat-oracle/dist/files/Enterprise_Linux/xorg-x11-libs-compat-6.8.2-1.EL.33.0.1.i386.rpm]
As root, you can install this RPM package by issuing the ollowing command
# rpm -i xorg-x11-libs-compat-6.8.2-1.EL.33.0.1.i386.rpm
After the RPM, is installed, you will also need to override the /usr/lib/libXtst.so.6 with the one from /usr/X11R6/lib/libXtst.so.6. As root, issue the commands:
# mv /usr/lib/libXtst.so.6 /usr/lib/libXtst.so.6.ORG
# ln –s /usr/X11R6/lib/libXtst.so.6 /usr/lib/libXtst.so.6
Note:
On future OEL 5.x and RHEL 5.x versions, these packages may be cumulative to newer packages. Consult operating system vendor documentation for details.
Follow Installation Requirements for OEL 5.x or RHEL 5.x
1. Before installing Oracle Application Server 10g Release 2 (10.1.2.0.2) , apply Patch 6687768 in order to start the installer. If you do not apply this patch, pre-req check for the OS Version will fail when you invoke the runInstaller.
2. Follow all other instructions from the Installation Guide and Release Notes. This Metalink Note is only for specific OEL 5.x and RHEL 5.x requirements.
* Oracle Application Server 10g (10.1.2.0.2) Release Notes and Installation Guides
[http://download.oracle.com/docs/cd/B14099_19/getstart.htm]
Important:
The Known Issues below are for issues that have been found to occur during the installation, and require steps to resolve. Depending on your installation options, review the Known Issues to prevent the errors from occurring.
3. Apply Patch 5983622, which is the Oracle Application Server 10g Release 2, Patch Set 3 (10.1.2.3). This is required in order to be fully certified on OEL 5.x or RHEL 5.x. More information regarding 10.1.2.3 can be found in Note:329361.1, Table 2.
Note 329361.1 Oracle Application Server 10g Release 2 (10.1.2) Support Status and Alerts
--See: "Table 2: Oracle Application Server Patchsets"
Known Issues
1. When performing any Oracle Application Server 10g Release 2 (10.1.2) installation, a pop-up error message box may appear indicating “opmn not started”. The error message box appears just before the root.sh phase of the install. From the command line, issue the command “opmnctl status” and it should show that opmn is up and running. Hence, you can ignore this pop-up error message and continue with the installation.
2. Apply Patch 6690831 if you are performing an Oracle Application Server 10g Release 2 (10.1.2) installation which includes Discoverer. Without this fix, the installation will fail during the OPMN Configuration Assistant phase because it cannot start up the Discoverer processes. The Discoverer processes fail to start because there is an LD_ASSUME_KERNEL setting that needs to be removed in opmn.xml for Discoverer. The issue can be fixed following the below steps:
* Download Patch 6690831
* Unzip it to a working directory
* Run the shell script provided in the patch
* After shell script runs successfully, go back to OUI install
* and press Retry on the OPMN Configuration Assistant
3. Apply the Patch 6706051 if you are performing an Oracle Application Server 10g Release 2 (10.1.2) installation which includes Oracle Certification Authority (OCA). Without this fix, the installation will fail during the Oracle Certification Authority Configuration Assistant phase. The issue can be fixed following the below steps:
* Download Patch 6706051
* Unzip it to a working directory
* Run the shell script provided in the patch
* Extra step script missed: chmod 700 cminst
* After shell script and chmod, go back to OUI install and press
Retry on the Oracle Certification Authority Configuration Assistant
4. Simplified Chinese and Traditional Chinese fonts are missing in OEL 5 with update levels less than 3 (OEL5.3). On this level, the product in Simplified Chinese and Traditional
Chinese language can not be accomplished without a specific package installed.
Solution:
If you have an OEL5 version with update level 2 or lower, install the following package:
fonts-chinese-3.02-12.el5.noarch.rpm
This is available at the following location:
http://oss.oracle.com/projects/compat-oracle/files/Enterprise_Linux/
Regards.

Similar Messages

  • TS1363 I was upgrading iPhone OS from 5.1 to 5.1.1 on Win 7 using iTunes 10.6.1.7.  The iPhone hung.  It is no longer visible by iTunes on Win 7

    While upgrading iPhone OS from 5.1 to 5.1.1 on Win 7 using iTunes 10.6.1.7, the iPhone hung.  I could not get iTunes to find it and Win 7 does not see it.
    When I connect the iPhone to the USB, Win 7 issues the welcome sound, but that is it.  The same happens when I disconnect iPhone.
    The Devise Manager has the Apple Mobile Device USB Driver correct without any problem.  I updated this driver called usbaapl64.
    The iPhone is still hung.
    I restarted the iPod service
    I restarted the Apple Mobile Device Service
    I tried to empty and delete the temp directory in C:\users\myname\AppData\Local\ but could not
    The iTunes I am using is the latest version
    I updated the Apple Mobile Device Driver as stated above correctly
    The iPhone is still hung and is not recognized by Win 7 or iTunes, so I cannot restore the OS to the previous working version
    What else can I do to restore the previous working OS on my iPhone 4

    I was connecting the iPhone 4 to a USB 3.0 port.  I was told by Apple Express Support (at US$29.99) not to use USB 3.0 and to use USB 2.1 instead.
    If you are connecting your iPhone to the computer using a USB 3.0 port, disconnect it immediately.  iPhones will lock up if you try to update while  using a connection through a USB 3.0 port.
    Disconnect the iPhone from the computer
    Go to Device Manager and find the connected USB port.  Click the mouse right button and update the driver
    Shut the iPhone by pressing the sleep button and the home button concurrently for some time
    Move the USB cable to a USB 2.1 port or older without the iPhone.  
    Restart iTunes.
    Connect the iPhone
    Your computer should recognize the phone and reloads the correct USB 2.1 driver (Apple Mobile Device)
    Then iTunes should recognize the iPhone and starts reloading the firmware.
    When that is complete it may ask if you wish to restore, naturally you say YES
    iTunes will restore the iOS
    Using iTunes, restore the latest backup to get your data back.
    When all of the above is completed.  Start enjoying your iPhone.
    If the above does not work.  Throw your iPhone out of the window and get a replacement Android phone.

  • When I resume my laptop from sleep/hiberante, firefox is hung. It will prompt me with a dialog when I quit, so it is still running, but the page display is blank and will not refresh. I noticed this since about beta 7

    Firefox is running when my laptop comes out of system standby, but the page that was displaying when the laptop went into sleep mode is now a white canvas that does not refresh.
    The application is not hung, because I get prompted to save tabs when I quit, but for some reason, I can't prompt Firefox into refreshing the screen.
    I'm running Firefox on a Thinkpad T400 which has Intel 4 series Express integrated Graphics.

    This also happened if the network adapter is disabled then enabled. My computer is Windows 7 x64. Firefox needs to be killed from taskman before it will load a new instance of the application. I can also reproduce with all add-ons disabled.

  • I purchased a blu-ray of The Hunger Games and it came with a code for a digital copy. I redeemed the code on iTunes but the download has been continuing for 2 weeks now and it never finishes! The time just keeps going up. Never an issue in the past.

    I purchased the blu-ray of The Hunger Games and it came with a code to redeem for a digital copy. I redeemed the code in iTunes and the movie downloaded fine, but the "EXTRAS" have been downloading for 2 weeks! Everytime I launch iTunes it starts the download again and the counter keeps going UP, at one point it said it would take 3 weeks. I have paused and restarted the download, I have deleted the download, nothing works to finish or stop this download! Does anyone have a clue what's up?

    ps when syncing it jumps through steps 1 - 4 real fast, i seem to remeber iphone showing the number of tracks transferring and names, but i see nothing? then it sits on 5 saying "waiting for changes to be applied"

  • Oracle Hyperion Planning 11.1.2.1. hungs Essbase 11.1.2.1.

    Hi All,
    When end user executing the Calc Manager rule through planning web against our application UPSTPLAN, calc manager rule is getting completed successfully but hangs Essbase application which inturn hangs entire Essbase server.
    Sometimes Essbase server is getting hung, while refreshing security from Planning against UPSTPLAN or GA_Plan application.
    We recently migrated all of our Hyperion applications from 11.1.1.1.3.1 to 11.1.1.2.1 on new servers.
    If anyone came across the same issue.
    Thanks,
    Sridhar.

    Hi,
    Thanks for your reply.
    Once Essbase got hung, it is not making any entry in the log file.
    So we are not able to identify any significant information from log file.
    We need to restart OPMN Essbase services to fix Essbase hung issue.
    Sridhar.

  • Problem with replies in Maverick's mail.  Originating emails send fine.  When replying to an email (various addresses) the reply is hung up and can not be sent.  Option becomes put in draft, delete, etc.  Any suggestions would be helpful

    Problem with replies in Maverick's mail.  Originating emails send fine.  When replying to an email (various addresses) the reply is hung up and can not be sent.  Option becomes put in draft, delete, etc.  Any suggestions would be helpful.  Mid 2013 iMac.

    I don't know how rare this is.  I went a week or so without a problem, and now it's starting to recur.  Also, in some instances, an email will look unsent (remain in the outbox on the Treo), but it has been sent, and recipients are replying while I'm trying to figure out what is going on.  Further, it will send the same email over and over during this madness.
    This is a show stopper.  If there isn't a software fix soon, I may chuck this phone in the garbage.
    Post relates to: Treo 800w (Sprint)
    UPDATE:  The problem comes and goes.  The next day, no changes to the treo, everything workeds.  Now i'm suspecting the sprint server, and how it/the phone responds from failing to send while roaming.  I've since turned off roaming, and haven't had a problem for several days.
    Message Edited by slrichardson on 12-22-2008 01:12 PM

  • It is so nice spending 2 hours on a phone to be hung up upon waiting for a supervisor. After being told the day before I would get a call when the customer service representiave started her shift at 7pm to give me more answers. I do not like to be stuck w

    What a frustrating experience I have had trying to get away from This phone and Plan. I just want to down grade this phone. What difference does it make to you here? All VZW will do is re certify the phone and give it to someone else. I just would like to down grade to a cheaper phone and do away with android os. I still have the same issues with the phone as I did with my other one within a hour of re activating it. I should have no issues with the os it is flawed and should not happen. I am sorry to say but The blackberry OS is a lot more stable. There may not be as many apps but it is more productive and being able to multi task is a lot more needed on a phone. I was told yesterday I would get a call back today at 7pm when this tech support lady would start her shift to give me my options and she did not call. Making me call at 930pm today and after talking to someone I waited for 45 minuets to be hung up on. That is a real great way to treat a customer and make things better. I just want away from the Andriod OS. What difference does it make to you as a company to make a customer happy who was with you since 08 and having a second device added on to the account? What Poor way to treat someone to make them happy with all the profits you have and can't give anything back to a customer.

    What a frustrating experience I have had trying to get away from This phone and Plan. I just want to down grade this phone. What difference does it make to you here? All VZW will do is re certify the phone and give it to someone else. I just would like to down grade to a cheaper phone and do away with android os. I still have the same issues with the phone as I did with my other one within a hour of re activating it. I should have no issues with the os it is flawed and should not happen. I am sorry to say but The blackberry OS is a lot more stable. There may not be as many apps but it is more productive and being able to multi task is a lot more needed on a phone. I was told yesterday I would get a call back today at 7pm when this tech support lady would start her shift to give me my options and she did not call. Making me call at 930pm today and after talking to someone I waited for 45 minuets to be hung up on. That is a real great way to treat a customer and make things better. I just want away from the Andriod OS. What difference does it make to you as a company to make a customer happy who was with you since 08 and having a second device added on to the account? What Poor way to treat someone to make them happy with all the profits you have and can't give anything back to a customer.

  • How can I get someone to answer the phone? I'm ready to give VERIZON my business. I sat on the phone for over 20 minutes only to be transferred to "Sales." I then sat on the phone for another 15 minutes!!!! I finally hung up.

    How can I get someone to answer the phone? I'm ready to give VERIZON my business. I sat on the phone for over 20 minutes only to be transferred to "Sales." I then sat on the phone for another 15 minutes!!!! I finally hung up.

    It takes an enormous amount of patience and time to get through to a qualified person.
    My Samsung S5 was locked out and needed a factory reset. Including attempts to achieve this locally, it took over an hour before my problem was even addressed.
    You may be interested in my journey to a very good technical support person.
    First I called the local sales person who had given me his personal business card with the friendly advice to call me with any questions. No answer at about 8:30 am when the business was open. His voice mailbox was full.
    Then I called the local store where I had purchased the phone. The person who answered the phone had learned all the proper stock phrases, but was not familiar with the issue, stated that there were no customers in the store, and I should go there in about an hour when there would be more staff. He suggested dialing *411 from my phone (which was locked). Then he gave me a number to call Verizon, which he had to look up, and it took a minute or so. The number was (removed). That is an internal number for employees and contractors and requires a code to access, obviously not designed for customers' use. He finally cut me off by stating that there were a number of customers in line waiting for his attention!
    After researching all my papers I found 800-922-0204 on my bill. The automated message suggested a hold time of 5 minutes, it took 20 minutes for a Customer Service Representative to pick up, and then I was referred to technical assistance. The hold time was announced to take 5 minutes, after 12 minutes I finally was connected.
    Fortunately I had my computer set up for Skype on a loudspeaker, and was able to do some other paperwork while waiting.
    Persistence was rewarded by having the good fortune to be connected to a very experienced, qualified and patient technical support staff with the name of Thomas (removed). He solved my problem, answered my questions during the process of resetting the phone, and gave an example of courteous and kind customer service that I had never experienced before when dealing with any major internet company.
    >> Edited to comply with the Verizon Wireless Terms of Service <<
    Edited by:  Verizon Moderator

  • My ipad is hung what to do?i cannot switch off for 2 weeks because of i cloud it say full and cannot be back up i try to close or open the settings but nothing happen anyone can help me thanks a lot in advance

    my ipad is hung what to do?i cannot switch off for 2 weeks because of i cloud it say full and cannot be back up i try to close or open the settings but nothing happen anyone can help me thanks a lot in advance

    Welcome to Apple Support Communities
    Hold Sleep and Home buttons for 10 seconds until the device restarts

  • Upgraded to tiger, mail gets hung up on importing old messages.

    I had my pwrbk tuned up and upgraded to Tiger. All files were swept onto a dvd for back up and just plopped back on again after the install. When I click on mail to 'mail' it wants to import my "existing Mail messages into the new version"... so I 'continue' as it requests and (sighhh) it procedes to import (sighhh) my 4500 or so (who's counting) messages. It gets hung up on #1363 (which I believe is in the 'sent' folder) and the time remaining keeps increasing...- I mean - I gave it a chance - the battery (brand spank me new) ran all the way down AND we plugged it in too ... it happens every time. How to bypass this import without deleting all my old emails and just excise the offending hanger-upper?

    The conversion from Mail 1.x to Mail 2.x is broken. Even if Mail didn’t freeze while importing, there is no guarantee that it would import the old mailboxes successfully. Take a look at the following thread for an example:
    Just upgraded, Most of my old Inbox is gone!
    You could apply the procedure described there to the mailboxes that Mail appears to be choking on. Alternatively, you could move the entire account folder out of ~/Library/Mail/ (to the Desktop) and manually import its mailboxes afterwards as Other.

  • Gets hung up on importing iphoto library

    when i try to import my iphoto library aperture gets hung up and the photos do not appear in the aperture library

    The conversion from Mail 1.x to Mail 2.x is broken. Even if Mail didn’t freeze while importing, there is no guarantee that it would import the old mailboxes successfully. Take a look at the following thread for an example:
    Just upgraded, Most of my old Inbox is gone!
    You could apply the procedure described there to the mailboxes that Mail appears to be choking on. Alternatively, you could move the entire account folder out of ~/Library/Mail/ (to the Desktop) and manually import its mailboxes afterwards as Other.

  • I am having problems with the Preview application.  When I try to use it to open a pdf document it gets hung-up and I have to select force quit to close it.   Any ideas on how to resolve this problem?  Thanks for any help

    I am having problems with the Preview application.  When I try to use it to open a pdf document it gets hung-up and I have to select force quit to close it.   Any ideas on how to resolve this problem?  Thanks for any help

    Can you open the Preview program without loading a file, like by itself?
    If it doesn't load then I suspect a corrupt Preview preference file.
    Deleting the System Preference or other .plist file
    Can you open other files with Preview, like jpg's and images?
    How about other PDFs? or is it just that one you have downloaded?
    Run through this list of fixes
    Step by Step to fix your Mac

  • My Itunes update hung up and wouldn't complete. I had to power cycle the computer. Now Itunes will not open.

    My Itunes update hung up (for an hour) and wouldn't complete. I had to power cycle the computer. Now Itunes won't open / start.

    In iTunes go to the Edit menu, then preferences.  Click on the "Devices" tab. In there you will see a device backups section. If there is nothing there then you did not backup to your computer first.  It is also possible that you were backing up to iCloud before updating.  That is harder to check with an iPhone that is logged into your account.

  • HT5622 My ipad hangs up after showing a message that says it "Cannot Access Find My Friends" and that I need to open the app and review my signin info to continue sharing. I can't go there because it is hung up. I also can't power off.

    My ipad hangs up after showing a message that says it "Cannot Access Find My Friends" and that I need to open the app and review my signin info to continue sharing. I can't go there because it is hung up. I also can't power off.

    Perform a Reset...
    Reset  ( No Data will be Lost )
    Press and hold the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears. Release the Buttons.
    http://support.apple.com/kb/ht1430

  • My Ipad has hung up on a book that I downloaded and was reading. I cannot turn the page or exit the book.  I can get to my ipad desktop but still cannot close the book.

    My iPad has hung up on a book that I downloaded and was reading. 
    I icannot turn the page or exit the book. I can still ge to my ipad desktop but
    still canno close out the book.

    Quit iBooks and restart the iPad and then try the book again.
    Go to the home screen first by tapping the home button. Quit/close open apps by double tapping the home button and the task bar will appear with all of you recent/open 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 to close the apps. Restart the iPad. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.

Maybe you are looking for

  • Getting a Family Members Apple Text Messages

    I was sharing an Apple ID with my husband (not sure why, because I have my own.)  It was never a problem until I upgrade to iOS6.  Now I'm seeing Apple Messages that others send to him on my phone.  I changed my iTunes and Store to use my own ID, but

  • How to tell if a contact blocked or deleted me...

    ok, this is rather complicated. A few months ago, when I was using a previous version of Skype, this is what happened: 1. The user appeared as "Away" 2. I could no longer view his number of contacts (though he could have switched this to private)3. H

  • Difference between G/L Balance and Inventory Audit Report

    Hi All,         while checking the G/L ledger for Inventory account and the Inventory Audit report, there is a difference between the amounts posted. The closing balance till 31/03/09 is fine but afterwards the balance is not matchin at all. I hav tr

  • How to draw a perfect circle and how to make sure it is perfectly centered inside a square

    How to draw a perfect circle and how to make sure it is perfectly centered inside a square in Photoshop elements using the Ellipse option.

  • Printer Settings - black and white option missing

    I was printing fine, then all of a sudden, the option to choose black and white is missing.  It only prints in color.  I just bought a Officejet 4620.  How did it revert to this setting?  How do I reset so that I can choose "Properties" and see the o