Disk corruption in Solaris 10 with mirrors

I have had 5 different Sun sparc servers in the past couple of months come up with badly corrupted file systems. I am using They are all mirrored metadisks. One thing I have looked into is using the UFS logging option, but from what I read, it doesn't need to be specified in /etc/vfstab because it is on by default in Solaris 10. Is this true?
Also, is there a problem with shutting down or rebooting the OS with the init commands? Should I be using shutdown instead? Does init 0, 5 or 6 cleanly shutdown the system?
Thanks

Hello,
Init 0 is very nice command which is gracefully shutting down all the services in the system including the OS. But the system will be powered on unless you execute powerdown from rsc.
In the case of mirroring metadisks entries can reduce a lot of file system related errors because those entries ("device to fsck") forces the filesystem check in those meta devices in every reboot.
Please have look on vfstab in my test server where i have mirrored disks.
bash-3.00# more /etc/vfstab
#device device mount FS fsck mount mount
#to mount to fsck point type pass at boot options
fd - /dev/fd fd - no -
/proc - /proc proc - no -
/dev/md/dsk/d1 - - swap - no -
/dev/md/dsk/d0 /dev/md/rdsk/d0 / ufs 1 no -
/dev/md/dsk/d2 /dev/md/rdsk/d2 /var ufs 1 no -
/devices - /devices devfs - no -
ctfs - /system/contract ctfs - no -
objfs - /system/object objfs - no -
swap - /tmp tmpfs - yes -
bash-3.00#
Please do "iostat -En" and check for the errors so that you will get a better understanding.
Thanks,
Sal.

Similar Messages

  • ASM disk corrupted

    Hi,
    A few days ago, I have asked a question about“ASM disk header corruption”at ASM disk header corruption .
    Because it was only my assumption, I didn't think about it deeply. This morning I encountered a problem from a thread. It said that the diskgroup couldn't mount, and ORA-15196 appeared in the alert.log.
    It occurred to me that if the diskgroup couldn't mount and the header of an asm disk corrupted, how should I deal with it? Will the data in the ASM disk be lost?
    Please help me with this problem.
    Thanks in advance.

    user526904 wrote:
    I hope you have the backup, Incase its the media failure and if you can detemine the corroupt datafiles, just restore the corroupt datafiles from backup and recover them. Database backups cannot restore a corrupted ASM header. rman backups the Oracle data files. Not the physical ASM disk itself with the disk's headers.
    To restore that, you will need a physical disk backup. A physical disk backup will need all processes using the disks to terminate in order to ensure that all file handles are closed and that the backup is consistent. Not something that is easily done in today's 24x7 environments. RAID is usually used to address this type of failure (e.g. via hot swappable disks, where you simply replace the faulty disk with a new one, while the storage system is running).
    So where you do not have that physical redundancy, and have to deal with "physical disk" error (like corrupted header blocks), you need to be extremely careful on how to try and recover that. I would not even try and touch that disk. I will ensure that no processes touch that disk at all, create a duplicate disk (same size) and manually "mirror" the data (using dd for example). This will serve two purposes. Tests whether physical reads on the problem disk succeeds (is this actual media failure, or logical failure?). And create a 2nd disk that can be used for testing/playing purposes, prior to trying any fixes on the problem disk.

  • Disk size in Solaris 10

    I have some confusion about disk subsystem in Solaris, i am trying to clarify from this forum.
    I have recently installed Solaris 10 in one SPARC box. After i installed, the format gives the bellow output.
    0 root wm 19491 - 29648 4.88GB (10158/0/0) 10239264
    1 swap wu 0 - 4062 1.95GB (4063/0/0) 4095504
    2 backup wm 0 - 29648 14.25GB (29649/0/0) 29886192
    From the above output, is the size of my disk is 14 GB ?, or the size of my disk is 14+2+5=21 GB ?
    I am trying to learn ZFS, so i want another partition in this disk so that i create ZFS on that partition.
    I have gone to single user mode by using CD. I assumed that, from the above "format" command output, i thought i have 21GB of disk size and 14GB of free space. So i created another partition with 14GB. Now the format command gives bellow output.
    0 root wm 19491 - 29648 4.88GB (10158/0/0) 10239264
    1 swap wu 0 - 4062 1.95GB (4063/0/0) 4095504
    2 backup wm 0 - 29648 14.25GB (29649/0/0) 29886192
    3 reserved wm 0 - 29127 14.00GB (29128/0/0) 29361024
    When i am creating ZFS, it given me a warning that the the partition i have specified is spanned into root partition (first partition), and it mentioned to use "-f" option.
    With "-f", it created successfully.
    If i assume now that the size of my disk is 14GB only then,
    (1) how come two partitions are pointing to the same area in the disk ?
    (2) How come two different filesystems are pointing to the same area ?
    Please anyone clarify my doubts. Thank you.

    Assuming a standard labeled disk it is standrad practice to have section/slice 2 being 'whole disk' for purposes of 'backup'. That would tend to indicate you have a 14GB disk. A prtvtoc /dev/dsk/c?t?d?s2 (change the ?s to the right values) will give a little more on the disk geometry.
    In the display from format column 4 is the start cylinder of the partition and column 5 is the end cylinder. From the first set out output it looks like cyclinders 4063 to 19490 are not allocated
    In the second set you have created a new slice (section 3) that overlaps both sections 0 and 1 - which is generally considered to be bad!

  • After Patch  10.2.0.4, got "voting disk  corrupted" error.

    Dear all,
    My setting is:
    OS:RHEL4.8 U8 x86
    DB:10.2.0.1
    CRS:10.2.0.1
    After I installed Patchset 10.2.0.4 and execute $CRS_HOME/install/root102.sh, I could't start clusterware anymore. After checking ocssd.log, I found some messages like this:
    [    CSSD]2010-01-07 15:53:06.519 [3086919360] >TRACE: clssscmain: local-only set to false
    [    CSSD]2010-01-07 15:53:06.562 [3086919360] >TRACE: clssnmReadNodeInfo: added node 1 (x101) to cluster
    [    CSSD]2010-01-07 15:53:06.578 [3086919360] >TRACE: clssnmReadNodeInfo: added node 2 (x102) to cluster
    [    CSSD]2010-01-07 15:53:06.580 [3086919360] >TRACE: clssnmInitNMInfo: Initialized with unique 1262850786
    [    CSSD]2010-01-07 15:53:06.586 [3086919360] >TRACE: clssNMInitialize: Initializing with OCR id (33483723)
    [    CSSD]2010-01-07 15:53:06.650 [84294560] >TRACE: clssnm_skgxninit: Compatible vendor clusterware not in use
    [    CSSD]2010-01-07 15:53:06.650 [84294560] >TRACE: clssnm_skgxnmon: skgxn init failed
    [    CSSD]2010-01-07 15:53:06.657 [3086919360] >TRACE: clssnmNMInitialize: misscount set to (60), impending reconfig threshold set to (56000)
    [    CSSD]2010-01-07 15:53:06.659 [3086919360] >TRACE: clssnmNMInitialize: Network heartbeat thresholds are: impending reconfig 30000 ms, reconfig start (misscount) 60000 ms
    [    CSSD]2010-01-07 15:53:06.669 [3086919360] >TRACE: clssnmDiskStateChange: state from 1 to 2 disk (0//ocfs/voting)
    [    CSSD]2010-01-07 15:53:06.669 [84294560] >TRACE: clssnmvDPT: spawned for disk 0 (/ocfs/voting)
    [    CSSD]2010-01-07 15:53:08.755 [84294560] >TRACE: clssnmDiskStateChange: state from 2 to 4 disk (0//ocfs/voting)
    [    CSSD]2010-01-07 15:53:08.821 [113339296] >TRACE: clssnmvKillBlockThread: spawned for disk 0 (/ocfs/voting) initial sleep interval (1000)ms
    [    CSSD]2010-01-07 15:53:08.889 [3086919360] >TRACE: clssnmFatalInit: fatal mode enabled
    [    CSSD]2010-01-07 15:53:08.999 [94784416] >TRACE: clssnmClusterListener: Spawned
    [    CSSD]2010-01-07 15:53:09.002 [94784416] >TRACE: clssnmClusterListener: Listening on (ADDRESS=(PROTOCOL=tcp)(HOST=x102-priv)(PORT=49895))
    [    CSSD]2010-01-07 15:53:09.002 [94784416] >TRACE: clssnmconnect: connecting to node(1), con(0x81bc480), flags 0x0003
    [    CSSD]2010-01-07 15:53:09.069 [3083459488] >TRACE: clssgmclientlsnr: Spawned
    [    CSSD]2010-01-07 15:53:09.072 [113339296] >ERROR: clssnmvDiskKillCheck: voting disk corrupted (0x00000000,0x00000000) (0//ocfs/voting)
    [    CSSD]2010-01-07 15:53:09.072 [113339296] >TRACE: clssnmDiskStateChange: state from 4 to 3 disk (0//ocfs/voting)
    [    CSSD]2010-01-07 15:53:09.072 [130767776] >TRACE: clssnmDiskPMT: disk offline (0//ocfs/voting)
    [    CSSD]2010-01-07 15:53:09.072 [130767776] >ERROR: clssnmDiskPMT: Aborting, 1 of 1 voting disks unavailable
    [    CSSD]2010-01-07 15:53:09.072 [130767776] >ERROR: ###################################
    [    CSSD]2010-01-07 15:53:09.072 [130767776] >ERROR: clssscExit: CSSD aborting
    [    CSSD]2010-01-07 15:53:09.072 [130767776] >ERROR: ###################################
    [    CSSD]--- DUMP GROCK STATE DB ---
    I tried to recreate my voting disk like this:
    $CRS_HOME/bin/crsctl add css votedisk /ocfs/voting1 -force
    $CRS_HOME/bin/crsctl delete css votedisk /ocfs/voting -force
    $CRS_HOME/bin/crsctl add css votedisk /ocfs/voting -force
    $CRS_HOME/bin/crsctl delete css votedisk /ocfs/voting1 -force
    Then run root102.sh again but still got the same error message about "voting disk corrupted".
    I was totally confused and don't know how to fix it.
    Please, any suggestion would be appreciated.

    Hello,
    Did u try restore the OCR?
    http://download-west.oracle.com/docs/cd/B19306_01/rac.102/b14197/votocr.htm#i1012456
    The steps to apply RAC patch were followed correctly?
    See a patchset roadmap at http://mufalani.blogspot.com/2009/06/applying-10204-patch-on-rac-systems.html
    Best Regards,
    Rodrigo Mufalani
    http://www.mrdba.com.br/mufalani

  • Recovery scenario - Voting disk  does not match with the cluster guid

    Hi all,
    Think of you can not start your guest VMs just because it has a corrupted system.img root image. And assume it contains 5 physical disk( which are all created by the RAC template) hence ASM on them.
    What is the simplest recovery scneario of the guest vms (RAC)?
    Can it be a feasible scenario for recover of the availablity? (Assume both of the RAC system images are corrupted and we prefer not a system level recovery rather than backup / restore)
    1. Create 2 RAC instances using the same networking and hostname details as the ones that are corrupted. - Use 5 different new disks.
    2 Shutdown the newly created instances. Drop the disks from the newly created instances using VM manager.
    3. Add the old disks whose system image is failing to be recoverd but ASM disks are still in use (from the newly created instances using VM manager.) to the newly created instances.
    4. Open the newly created instances
    Can we expect the ASM and CRS could be initialized and be opened without a problem?
    When I try this scenario I get the folllowing error from the cssd/crsd .
    - Cluster guid 9112ddc0824fefd5ff2b7f9f7be8f048 found in voting disk does not match with the cluster guid a3eec66a2854ff0bffe784260856f92a obtained from the GPnP profile.
    - Found 0 configured voting files but 1 voting files are required, terminating to ensure data integrity.
    What could be the simplest way of recovery of a virtual machine that has healthy ASM disks but corrupted system image?
    Thank you

    Hi,
    you have a similar problem, when trying to clone databases with 11.2.
    The problem is that a cluster is uniquely identified, and this information is hold in the OCR and the Voting disks. So exactly these 2 are not to be cloned.
    To achieve what you want, simply setup your system in that way, that you have a separate diskgroup for OCR and Voting (and ASM spfile), which is not to be restored in this case of szeanrio.
    Only all database files in ASM will then be exchanged later.
    Then what you want can be achieved.
    However I am not sure that the RAC templates have the option to install OCR and Voting into a separated diskgroup.
    Regards
    Sebastian

  • Clustered Storage Spaces - 3 disk minimum for 2-way mirror?

    Why will a 2 disk, 1 column, 2-way mirrored space work fine outside of a cluster? Yet, when I want to use clustered storage spaces I need a minimum of 3 physical disks for a 2-way mirrored space? Killing me...
    I mean if I add 2 additional disks and do a 4 disk, 2 column, 2-way mirrored space it's ok. What would be the purpose of using 3 disks as a minimum?
    Thanks,
    Scott

    Hi,
    Could you please give us more detailed explanation to help us understand your question?
    “Cluster storage space” did you mean “Cluster Share Volume” for Hyper-V Cluster?
    What did you mean “mirrored space”, did you mean software mirrored volume? For a cluster, we recommend you use a shared storage and configure disk fault tolerance with hardware RAID.
    Give us more information of your questions for further troubleshooting.
    For more information please refer to following MS articles:
    Mirrored Volumes
    http://technet.microsoft.com/en-us/library/cc938487.aspx
    How to Configure a Clustered Storage Space in Windows Server 2012
    http://blogs.msdn.com/b/clustering/archive/2012/06/02/10314262.aspx
    Understanding Requirements for Failover Clusters
    http://technet.microsoft.com/en-us/library/cc771404.aspx
    Hope this helps!
    TechNet Subscriber Support
    If you are
    TechNet Subscription user and have any feedback on our support quality, please send your feedback
    here.
    Lawrence
    TechNet Community Support

  • Add/Remove Raw disk to a Solaris 11 Container

    Hi All,
    What is the process or commands used to add or remove raw disks to a Solaris 11 containers.
    I need to present the raw disks to containers so that Oracle ASM can be used on the containers. I have added the raw disks but not able to delete the extra disk. Can somebody help on this. Thanks in Advance.

    I've not tried this with disk (only with tapes and that years ago on Solaris 10) but I think you need something add something like the following to your zone's configuration using zonecfg.
    add device
    set match=/dev/rdsk/<a pattern which matches the disks you want to import>
    end
    See the Solaris 11 zonecfg manual page (example 8 applies).
    Again - I've not tried this so I can't swear that it will work.

  • Cannot install Mac OS X lion because when installing I recieved the following message:The software could not be verified. It may have been corrupted or tampered with during downloading"  What can I do

    I have not been able to install Max OS X Lion because in the process the following message was displayed:
    "THE SOFTWARE COULD NOT BE VERIFIED. IT MAY HAVE BEEN CORRUPTED OR TAMPERED WITH DURING DOWNLOADING"
    How can I solve this?
    Note: I trashed the download and tried re-downloading but this effort was unsuccessful.

    Since writing my original post I decided to send the following message to Mac App Store Customer Support:
    "I have had to download this file from the app store at least ten (10) times. I try to install the file but I keep getting the message "The software could not be verified. It may have been corrupted or tampered with during downloading."
    I then delete the same file and try another attempt at a different time of day. Most recently following Apple Support's advice I contacted my ISP to clear the file cache but they could only clear my browser cache. I have deleted my com.apple.appstore. folder which contains app store cache,  also com.apple.appstore.plist and tried again to no avail. I have wasted hours doing all this and I now want my money back please. You can keep this software update until you release it on disk like Snow Leopard which installed like a dream. I'm very disappointed with Apple that they expect the purchaser to do all the work trying to diagnose their software installation issue. Nice idea but poorly executed has been my experience."
    I received this message which has confirmed my refund request:
    Julia here from the iTunes Store. I understand that you received an error message and have been unable to install OS X Lion. I know how eager you must be to have this resolved, and I will be happy to help in any way that I can.
    Please accept my sincere apologies for the frustration this download has caused. Since you were unable to enjoy this purchase, I have gone ahead and issued a refund. In five to seven business days, a credit of £20.99 should be posted to the credit card that appears on the receipt for that purchase.
    If you have any other questions or concerns regarding this issue, please reply so I can assist you further. Thank you for being an iTunes Store customer.
    Sincerely,
    Julia
    iTunes Store/Mac App Store Customer Support
    Perhaps I'll wait for a disk to become available or see if a download to a pen drive at an Apple store is possible.

  • How to get rid of a black screen on an HP g62 after disk corruption check?

    I recently started up my computer and got a disk corruption error and I let it run through and it started up normally. Yesterday I got the error again and let it run once more and found that the laptop was deleting files. Now when I start it up all I can get through to is the log in screen and when I log in all I see is black with a cursor.  Could it be a virus? I have an HP G62 with Windows 7. I recently found that I needed to update my virus protection but it wasnt urgent. Please help.

    Could you please give me the exact model number of your notebook?
    You can use the following document if you need assistance in finding it.
    How Do I Find My Model Number or Product Number?
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • I can't install OS x lion, The software could not be verified. It may have been corrupted or tampered with during downloading.

    I can't intall the OS lion. is show me this message, The software could not be verified. It may have been corrupted or tampered with during downloading.?

    I encountered the same error "…can't be verified…" error on my 2010 MBP too. Tried six times and finally I could get it installed. Here's what I did:
    Went to "Users & Groups" in System Preferences, checked that the Apple ID specified for the current user is the same Apple ID I used in the download purchase of ML from the App Store.
    Rebooted in Safe Mode.
    Went to Disk Utility -> Repair Disk Permissions
    Downloaded ML at midnight (and the download was significantly faster!)
    Rebooted in Normal Mode.
    Ran the ML Installer.

  • How to find a unused hard disk in Sun Solaris unix

    Hi All,
    Can any one tell, how to find all the unused hard disk in Sun Solaris using Unix command.
    Thanks & Regds
    PAN

    not understand your question, find command is used to look for files, not disks.
    easier way is to logon to your system open up 2 windows, on 1 window # cat /etc/vfstab
    on second window type format.
    format will list all the disks in your system.
    vfstab file will list all the potential disks and slices used as swap devices and filesystems like your os and application filesystems etc ...
    then you compares left and right.
    but even then be very very very careful if you find disks in "format" not found in /etc/vfstab doesn't mean disk not in use, if your system is clustered the clustered resources like mounted volumes will not show up under the /etc/vfstab
    if you not familiar with unix u better dun touch.

  • Fatal disk corruption from Snow Leopard incompatibility

    Hello to all --
    After upgrading to 10.6 from 10.5.8, I have consistently encountered a fatal error:
    System extension cannot be used
    The system extension "/System/Library/Extensions/IOPCIFamily.kext" was installed improperly and cannot be used. Please try reinstalling it, or contact the product's vendor for an update.
    This kernel extension's vendor seems to be Apple. I can't find this kernel extension among the 10.6 packages, however, and cannot therefore reinstall it.
    Worse, once this error is reported, the boot disk has been hopelessly corrupted. Disk Utility reports incorrect block counts, an incorrect number of file hard links, or overlapping extents. Neither Disk Utility, TechTool Pro, nor Drive Genius has been able to repair a disk corrupted in this manner. After being repaired, the disk simply hangs at the gray apple screen during boot.
    I first suspected a hard drive problem, but the drive passed all the comprehensive tests in my arsenal. Similarly, all of my computer's systems have passed the most rigorous tests available in the above three disk utility programs. Also, I received the same error using a completely different boot disk, which makes system corruption the much more probable cause.
    After the first disk failure, I clean installed 10.6, installed my main apps (the latest Final Cut Studio, Illustrator CS4, Photoshop CS4, etc...), and made a clone of the disk. It seemed to work OK until I installed the most recent Logic Studio and various plug-ins for it. The majority of the plug-in vendors' sites assert compatibility with Snow Leopard. The one or two that are silent about it have users forums filled with reports of successful use under 10.6. I can't figure why what appears to be a PCI-related kernel extension would be affected by an audio application or plug-in in the first place. The error has been manifest in both 10.6.1 and 10.6.2. I've reproduced this error three separate times, and am done with Snow Leopard until I can solve the problem.
    A web-search for the failed kernel extension hasn't been very revealing, and it's not prominent among the problem reports in Apple's various user forums, either.
    Anybody got any ideas what's likely to be going on here and how I might be able to work around it? All of the software in question functions OK under 10.5.8 on the same hardware.
    My system is:
    2007 Mac Pro 3ghz Xeon octo, 16 GB RAM, ATI 1900XT. The only significant third party hardware attached is a MOTU Traveler firewire audio interface, with a SL-compatible driver. The last time I received this kext error, however, I was running the computer without any peripherals except the keyboard and trackball.
    It's a puzzler. Hope somebody can shed some light on this. Thanks.

    We apologize for the confusion and any inconvenience that this problem may have caused and want to thank all of you for your continued patience. At this time, we have been able to reproduce an issue with the latest iZotope installers that may affect users who have recently upgraded their Mac operating system to Snow Leopard. We will be issuing an update to our existing Mac installers immediately to fix this issue.
    In the meantime, if you think you are experiencing this problem, please read and follow the steps below to fix this issue. If you have any further questions or continued problems, please don’t hesitate to contact iZotope Support directly at the following e-mail address: [email protected].
    Problem:
    If you have received a dialogue with the text below, the next time your computer is rebooted, the operating system may not load correctly.
    “/System/Library/Extensions/IOPCIFamily.kext" was installed improperly and cannot be used. Please try reinstalling it, or contact the product's vendor for an update.”
    If this occurs and you encounter a Mac system “grey screen” upon restart, please follow the steps below to correct this problem.
    Solution:
    1.To begin, insert the 10.6 OS X installer disk and restart the computer.
    2.As the computer restarts, hold down the “C” button on your keyboard to boot from your OS X installer CD.
    3.Select the language, then go to the “Utilities” menu at the top of your screen and select "Terminal".
    4.Copy or type the exact text below into the Terminal prompt and hit the Return key on your keyboard.
    ls /Volumes
    5.At this stage, a list of available hard drives should appear.
    6.Next, copy or type the exact text below, including quotes, into the Terminal prompt and hit the Return key on your keyboard.
    cd "/Volumes/Macintosh HD"
    *Note: If you have renamed your boot drive, please replace the “Macintosh HD” in the text above with your updated drive name.
    7.Next, copy or type the exact text below into the Terminal prompt and hit the Return key on your keyboard.
    sudo chmod 644 System/Library/Extensions/IOPCIFamily.kext/.* && sudo touch System/Library/Extensions
    8.Finally, close the Terminal window and restart the computer.
    9.Once rebooted, you are free to continue as normal and this problem will not return.
    Alternate Solution:
    1.If you've seen the dialog box described above, and have not yet rebooted, go to your "Applications -> Utilities" folder and double click "Terminal".
    2.Next, type the following command into your Terminal prompt and press the Return key on your keyboard.
    sudo chmod 644 /System/Library/Extensions/IOPCIFamily.kext/.* && sudo touch /System/Library/Extensions
    *Note: If prompted with the warning below, please enter your user account password and hit the Return key to continue. (Administrator account required)
    "WARNING: Improper use of the sudo command could lead to data loss or the deletion of important system files. Please double-check your typing when using sudo. Type "man sudo" for more information.
    To proceed, enter your password, or type Ctrl-C to abort.
    Password: "
    3.Once complete, you are free to close the Terminal window and continue as normal. The problem will be fixed and will not return.
    Thank you again for your continued patience in this matter and please contact us directly at [email protected] if you have any questions or concerns.
    -The iZotope Team

  • I bought mountain lion for my macbook pro and I'm trying to install it and it says there was an error and I need to boot up but I don't have any other start up disks to boot up with. Are there any suggestions of how I could get my computer started?

    I bought mountain lion for my macbook pro and I'm trying to install it and it says there was an error and I need to boot up but I don't have any other start up disks to boot up with. Are there any suggestions of how I could get my computer started?

    Hold the Option key down and restart. Select one of the drives that comes up and hit the Return key.

  • Dual OS system booting issue - Solaris with Windows XP Pro

    Hi,
    I have installed Windows XP Professional with SP2 on my laptop Dell Inspiron 6400 (Intel Core 2 Duo). I created partition as below,
    C: 25GB (Primary : Active) Installed XP
    D: 15GB (Primary) - Tried to install Solaris here
    F: 10GB (Primary)
    G: 20 GB (Logical)
    H: 20 GB (Logical)
    1. I tried to install Solaris 10, booted up system from DVD and selected Solaris. I got a message related to "License..." and it stopped right there, nothing showed up on screen after the message. I forced it to shutdown.
    2. Next, I tried with Solaris Express Developer edition DVD. I was able to proceed until "Install" option. After clicking "Install" button, it reported some account name(no account name found) setting problem and quitted from installation. It asked to remove the DVD manually. But I was not able to eject it, got stuck. I switched off it and removed DVD.
    When I bootup the system next time from HDD or CD or USB bootable backup, it showed blank screen and blinking cursor. I am not able to boot system with Win XP or USB Win Xp bootable. I am able to enter BIOS setup.
    Please let me know how to boot up Win Xp and install Solaris with it.

    with my little experience i find solaris 10 isn't able to install on sata hdd but with solaris express edition 5.11 i was able to install it on my lap top toshiba tecra and now i can boot with xp sp2 and solaris i hope this answer your question .

  • Install disk doesn't work with Windows Vista

    I just bought a new HP Color LaserJet Pro MFP M277dw and the install disk isn't compatible with Windows Vista.  Apparently there's no ful feature option for Windows Vista on an HP laptop.  After several hours of work I downloaded several drivers and got the printer to print, but the scan function doesn't work that well without the HP software which hasn't been created for Windows Vista.

    I am having a very similar problem but do not have an answer either.  I am running an X61 Type 7676A12 with a Lenovo ACP50 port replicator FRU part number 40Y8160.  I am running Windows XP Pro.  The port replicator has never been very great and would not restore the external monitor picture properly when the laptop had been in sleep mode however it was serviceable if not optimal.  After downloading and installing the October MS security updates the machine would get a BSOD when the port replicator was plugged in.  Remove the replicator and reboot and it worked ok.  Plug it in again and BSOD.  I tried upgrading the drivers from 5.1.4a to 7.1.1.03Aug07 and then to 7.1.2.  No go.  Emailing Targus with the problem got no response.  The port replicator is now relegated to my junk heap of useless rubbish.

Maybe you are looking for

  • "Problem with Trial - problem loading trial period for Adobe Photoshop CS3"

    Hello, I installed Photoshop CS3 Trial and whenever I run it and choose to begin my trial period I get the following error message: "Problem with Trial - problem loading trial period for Adobe Photoshop CS3". I tried uninstalling and reinstalling, an

  • Can't post pics on forum with firefox but can with Internet explorer

    I can't post pictures/images on a certain forum when using firefox but when using Internet explorer on the same forum it works. Any solutions please?

  • P2P blocking on ASA 5525 with Software Version 8.6(1)2

    Hello, We have Cisco ASA 5525 with Software Version 8.6(1)2. We have permitted all the traffic from inside to outside. Now we want to block P2P sharing Bit torrent to internet sites. Please help me with the configuration. We have DMZ setup & also inl

  • Integrating 3rd party menu

    I bought a license version of menu creating software from Allwebmenus for my application. I used the same steps to integrate in to Sun studio and when i view locally it work and if I build and run it the menu doesn't display. I bought the menu from w

  • ACR 5.4 Mac, Adjustments not faithful on save

    I've just started using ACR and CS4 on a Mac and have not seen this issue in Windows. The problem is: I open a Canon CR2 from Bridge into ACR Make adjustments to exposure Save Image to JPG or Open Image to Photoshop CS4 Ext Compare JPG (in Preview or