OEM issue with RMAN

Hil,
OEM made RMAN work strangely.
In OEM, after I set some configuration in the "Backup Settings", I found that "Tape Drives" filed is automatically filled with the value: "1". I tested the issue on may machines and the result was the same.
Steps to generate the issue:
1. Login to the Database Control EM as SYS
2. Follow the following links:
Maintenace Tab -> Backup Settings -> Backup Set
3. Set "Maximum Backup Piece (File) Size" to 4 GB
4. Click on "Policy" link
5. Mark the checkbox "Automatically Backup Controlfile ..."
6. Set "Retain backups that are necessary for a recovery .." to 2 Days
7. Click on "OK" button
Now the settings should be saved. Click again on "Backup Settings", you will see that "Tape Drives" field is filled with "1". By the way, NO tape is installed on the machine.
On RMAN side, here is what I got:
RMAN> show all;
RMAN configuration parameters are:
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 2 DAYS;
CONFIGURE BACKUP OPTIMIZATION OFF; # default
CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
CONFIGURE CONTROLFILE AUTOBACKUP ON;
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE SBT_TAPE TO '%F'; # defa
ult
CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO BACKUPSET; # default
CONFIGURE DEVICE TYPE SBT_TAPE PARALLELISM 1 BACKUP TYPE TO BACKUPSET; # default
CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE SBT_TAPE TO 1; # default
CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE SBT_TAPE TO 1; # default
CONFIGURE CHANNEL DEVICE TYPE DISK MAXPIECESIZE 4 G;
CONFIGURE CHANNEL DEVICE TYPE 'SBT_TAPE' MAXPIECESIZE 4 G;
CONFIGURE MAXSETSIZE TO UNLIMITED; # default
CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default
CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
CONFIGURE SNAPSHOT CONTROLFILE NAME TO 'C:\ORACLE\ORADB10G\DATABASE\SNCFORADB.OR
A'; # default
RMAN> restore tablespace users ;
Starting restore at 13/06/07
using target database control file instead of recovery catalog
allocated channel: ORA_DISK_1
channel ORA_DISK_1: sid=143 devtype=DISK
released channel: ORA_DISK_1
RMAN-00571: ========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===========
RMAN-00571: ========================================================
RMAN-03002: failure of restore command at 06/13/2007 10:41:23
ORA-19554: error allocating device, device type: SBT_TAPE, device name:
ORA-27211: Failed to load Media Management LibraryAs you see, although the Disk is the default channel device, RMAN is trying to use SBT_TAPE.
Oracle 10g R2 on Windows XP SP2.

i have seen this issue before , where oracle support suggests use
configure device type sbt clear , if you are not using media manager
or
use like , eg:
backup device type disk current controlfile
backup device type sbt current controlfile

Similar Messages

  • Issue with RMAN DUPLICATE FROM ACTIVE DATABASE....

    Hi All,
    Not sure if I should continue from a closed thread, so apologies, opening a new one..
    I ran the following command:
    DUPLICATE TARGET DATABASE TO ' AUX1"
    from ACTIVE DATABASE
    NOFILENAMECHECK:
    So the copy went in fine...so I am confiused now....why when doing a recover, i get the below errors from output:
    archived log for thread 1 with sequence 68346 is already on disk as file H:\ORAC
    LE_ARCHIVE_LOGS\RBS1\ARCHIVELOG\2013_12_08\O1_MF_1_68346_ARCH_D-RBS_ID-295728924
    5_S-68346_T-1_A-780292253_C1OQVOSU_.ARC
    archived log for thread 1 with sequence 68347 is already on disk as file H:\ORAC
    LE_ARCHIVE_LOGS\RBS1\ARCHIVELOG\2013_12_08\O1_MF_1_68347_ARCH_D-RBS_ID-295728924
    5_S-68347_T-1_A-780292253_C3OQVOU1_.ARC
    archived log for thread 1 with sequence 68348 is already on disk as file H:\ORAC
    LE_ARCHIVE_LOGS\RBS1\ARCHIVELOG\2013_12_08\O1_MF_1_68348_ARCH_D-RBS_ID-295728924
    5_S-68348_T-1_A-780292253_C4OQVOU6_.ARC
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 12/08/2013 07:36:04
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-06053: unable to perform media recovery because of missing log
    RMAN-06025: no backup of archived log for thread 1 with sequence 64713 and start
    ing SCN of 12728145997 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 64712 and start
    ing SCN of 12728133322 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 64711 and start
    ing SCN of 12728121403 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 64709 and start
    ing SCN of 12727730726 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 64708 and start
    ing SCN of 12727717143 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 64707 and start
    ing SCN of 12727701799 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 64704 and start
    ing SCN of 12726617917 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 64703 and start
    ing SCN of 12726605080 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 64702 and start
    No archivelogs were purged or backed up and the current logs were retained....so im somewhat confused....i am not restoring from backup but running active duplicate...
    should I re-run the command with:
    SET UNTIL SEQUENCE 64713 THREAD 1

    This fails saying that "ORA-12528: TNS:listener: all appropriate instances are blocking new connections" which is quite normal given that the listener is havig a handle in BLOCKED state for this AUXDB as it is in NOMOUNT state.
    Could you please help me on how to proceed?
    One option can be to create the controlfile manually and mount the instance before doing the duplicate. I hope Rman can continue from there.
    Another option is to go for backup based duplicate.
    Is there any other way to go?
    Provide static registration on AUXILIARY side for your auxiliary instance and try again.For example change listener.ora file as
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (GLOBAL_DBNAME = AUXDB)
          (ORACLE_HOME = <your oracle home>)
          (SID_NAME = AUXDB)
    LISTENER =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = <auxiliary host/ip>)(PORT = 1521))
      )And restart listener on auxiliary host then try again

  • Oracle OEM issue with RAC Database

    We're have Grid Control 11g on Linux. The issue that I've is when trying to access the "Top Activity" screen for node 1 of a 2-node RAC cluster. The general "Performance" tab displays, but the graphs will not get past "Loading". Furthermore, when you click "Top Activity", the page displays but with no graph and the following error:
    ORA-12504-TNS:listener was not given the SID in CONNECT_DATA
    Access to the screens which aggregate all instances or to node 2 specifically seems to work properly. This is case whether the SCAN listener is running on either node.
    We have a 2-node RAC 11gR2 cluster w/ ASM and 3 SCAN listener. This is HP-UX
    Enterprise Manager 11g is being run from another host, this is RHEL5

    bcm@bcm-laptop:~$ oerr ora 12504
    12504, 00000, "TNS:listener was not given the SERVICE_NAME in CONNECT_DATA"
    // *Cause:  The listener was not configured with a default service and
    //  SERVICE_NAME was missing from the CONNECT_DATA received by the listener.
    // *Action: Possible solutions are:
    //  - Configure DEFAULT_SERVICE parameter in LISTENER.ORA with a valid service
    //    name. Reload the listener parameter file using reload [<listener_name>].
    //    This should be done by the LISTENER administrator.
    //  - If using a service name, Check that the connect descriptor corresponding
    //    to the service name in TNSNAMES.ORA has a SERVICE_NAME or SID component
    //    in the CONNECT_DATA.

  • Issues with rman in oracle 10g

    Hi,
    [oracle@proddb12]$ rman
    it does not shows anything.. what can be done to solve this. is anything else should be provided to oracle user? It is urgent, thanks in advance, please help me out.
    Oracle: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bi
    OS: Red Hat Enterprise Linux AS release 4 (Nahant Update 7)
    and how do i know rman version in my db?
    /MR
    Edited by: user612078 on Sep 17, 2008 2:28 AM

    Hi!
    Try the following
    find / -name rman
    This command looks for a file called rman. These file should normaly be located in $ORACLE_HOME/bin. If it is not then it may be deleted or something. Try to reinstall it (copy all the files of the bin directory from another oracle installation).
    Hope this helps!

  • Having issues with report server in OEM

    I'm having some issues with viewing the UNIX metrics for our reports server in OEM. The metrics are coming up as 0, no error messages. The cpu/memory metrics come up for the HTTP server, and on the instance page.
    I'm also not able to stop/start the reports server via OEM. It's greyed out on the oem instance page.
    This is occurring only on one machine...I have another midtier box and have no issues viewing metrics/start/stopping report server.
    Anyone have any ideas?
    Thanks,
    Melissa Wilcox

    Hi Thomas,
    Thanks for your post.
    I 'd like to suggest you can try to sing out and re-sign in the Azure server explore.
    1.right click the Azure node on server explore.
    2.Select "Connect to with Microsoft Azure " and then login using your account.
    3.Make sure your select the right subscription.
    4.If storage list didn't include your  account, you could right-click the storage node, and select Attach External Storage.
    Another approach is that you can re-install the
    Azure tool.
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Issue with OEM 11g

    Hi All,
    I am facing issue with OEM 11g. It was went down automatically, however i am not able to find the specific reasons. As of now it has been started.
    But in want to know the reasons why it was went down. Please guide me how to troubleshoot.
    Thanks

    Hi,
    emctl.log
    29281 :: Tue Oct 25 08:34:37 2011::AgentStatus.pm:emdctl status returned 3
    19917 :: Thu Dec 15 19:40:11 2011::AgentStatus.pm:Processing status agent
    19917 :: Thu Dec 15 19:40:12 2011::AgentStatus.pm:emdctl status returned 3
    "emagent.log"
    2011-12-14 20:37:07,994 Thread-894492032 [Cluster Database] InstanceProperty (DBVersion) is marked OPTIONAL but is being used (00506)
    2011-12-14 20:37:08,008 Thread-894492032 [Load Balancer Switch] InstanceProperty (snmpTimeout) is marked OPTIONAL but is being used (00506)
    2011-12-14 20:37:12,582 Thread-894492032 EMAgent started successfully (00702)
    2011-12-15 15:32:21,924 Thread-1112975680 <HTTP Listener> Agent Signaled to EXIT by emctl (00800)
    2011-12-15 15:32:22,960 Thread-894492032 EMAgent normal shutdown (00703)
    2011-12-15 15:32:36,318 Thread-654290304 Starting Agent 10.2.0.4.0 from /app/oracle/PROD/db/tech_st/11.1.0 (00701)
    2011-12-15 15:32:37,001 Thread-654290304 [Database Instance] InstanceProperty (DBVersion) is marked OPTIONAL but is being used (00506)
    2011-12-15 15:32:37,165 Thread-654290304 [Cluster Database] InstanceProperty (DBVersion) is marked OPTIONAL but is being used (00506)
    2011-12-15 15:32:37,228 Thread-654290304 [Load Balancer Switch] InstanceProperty (snmpTimeout) is marked OPTIONAL but is being used (00506)
    2011-12-15 15:32:39,828 Thread-654290304 EMAgent started successfully (00702)
    2011-12-15 15:32:21,924 Thread-1112975680 WARN http: -1,5: nmehl_httpListener: signaled to exit from emctl
    2011-12-15 15:32:22,960 Thread-1112975680 WARN : Signalled to Exit Normally. Signaled to exit from emctl
    2011-12-15 15:32:36,322 Thread-654290304 WARN http: snmehl_connect: connect failed to (odbivprod.ivcf.org:1158): Connection refused (error = 111)
    2011-12-15 15:32:36,322 Thread-654290304 ERROR pingManager: nmepm_pingReposURL: Cannot connect to https://odbivprod.ivcf.org:1158/em/upload/: retStatus=-32
    2011-12-15 15:32:36,356 Thread-654290304 WARN command: Job Subsystem Timeout set at 600 seconds
    2011-12-15 15:32:36,399 Thread-654290304 WARN upload: Upload manager has no Failure script: disabled
    2011-12-15 15:32:36,672 Thread-654290304 WARN metadata: Name FileSystems has already been used
    2011-12-15 15:32:36,672 Thread-654290304 WARN metadata: Name FileSystems has already been used
    2011-12-15 15:32:36,954 Thread-654290304 WARN metadata: Metric waiting_sessions does not have any data columns
    2011-12-15 15:32:36,954 Thread-654290304 WARN metadata: Metric session_wait_chains does not have any data columns
    2011-12-15 15:32:36,954 Thread-654290304 WARN metadata: Metric hung_system_traces does not have any data columns
    2011-12-15 15:32:37,019 Thread-654290304 WARN metadata: Metric osm_diskGroupPolicies does not have any data columns
    2011-12-15 15:32:37,285 Thread-1116055872 ERROR : (nmecmgr.c,3210):Memory 0x0 encountered, expect struct_id=11011
    2011-12-15 15:32:37,286 Thread-1122355520 ERROR : (nmecmgr.c,3210):Memory 0x0 encountered, expect struct_id=11011
    2011-12-15 15:32:37,286 Thread-1125505344 ERROR : (nmecmgr.c,3210):Memory 0x0 encountered, expect struct_id=11011
    2011-12-15 15:32:37,338 Thread-1119205696 ERROR : (nmecmgr.c,3210):Memory 0x0 encountered, expect struct_id=11011
    2011-12-15 15:32:37,451 Thread-1119205696 WARN TargetManager: Query returned 0 rows (only one expected) for the dynamic property from_cluster
    2011-12-15 15:32:37,451 Thread-1119205696 ERROR : (nmecmgr.c,3210):Memory 0x0 encountered, expect struct_id=11011
    2011-12-15 15:32:37,480 Thread-1119205696 ERROR : (nmecmgr.c,3210):Memory 0x0 encountered, expect struct_id=11011
    2011-12-15 15:32:37,481 Thread-1119205696 ERROR : (nmecmgr.c,3210):Memory 0x0 encountered, expect struct_id=11011
    2011-12-15 15:32:37,544 Thread-1125505344 ERROR : (nmecmgr.c,3210):Memory 0x0 encountered, expect struct_id=11011
    2011-12-15 15:32:37,550 Thread-1125505344 ERROR : (nmecmgr.c,3210):Memory 0x0 encountered, expect struct_id=11011
    2011-12-15 15:32:37,555 Thread-1125505344 ERROR : (nmecmgr.c,3210):Memory 0x0 encountered, expect struct_id=11011
    Edited by: Vinod Ranjan on 15 Dec, 2011 9:40 PM

  • RMAN/NETBACKUP Issue : how to link netbackup with rman in windows?

    Hi friends,
    Please let me know what are steps needed to link netbackup 6.0 with rman 8.1.0.7 and 9.2.0.1 in windows 2003 (32bit) server ?
    Thanks, Muhammed.

    Install your netbackup. After that you will have samples given by netbackup which will give a basic structure for backup scripts. <install_folder>\ext\db_ext\oracle\samples\rman.
    You'll have to link your netbackup with oracle. It is just a script that you'll run. It will be in <install_folder>\openv\netbackup\bin\oracle_link. This will create the necessary softlinks.

  • Issue with the recovery

    Hello, I have a Hp Pavillion laptop Model number: HP2000-2202TU with preinstalled Windows 8.I had some issues with the virus so i formatted my laptop and directly installed windows 10.I was unable to use the product key of the Windows 8 to activate windows 10.From friends and this forum i got an advice to recover the Windows 8 and then upgrade it to Windows 10.But i am trying it from two days i am unable to go back again to windows 8.I am unable to find which version of windows 8 is installed on this model.I am not finding the windows 8 64 bit to download.Can you please tell me what to do or can give me links for1. HP recovery management downloads2. which version of windows 8 was installed?3. Link for the windows 8 64 bit which i can use this OEM product Key.Any other methods to overcome this.  

    According to the matrix documentation of 11 release 1 which clearly state that 9.2.0.8 can support all as my installation
    as following
    databases version (9.2.1.0, 9.2.0.8, 10.2.0.4, 11.1.0.6)
    Rman catalog database + Schema + Rman utility is (9.2.0.8) database
    Now 11 release 2 matrix documentation says no you have to use 10.2.0.3 even oracle documents are confusing me
    I have successfully registered all the database in my catalog as well run ( crosscheck archivelog all, report schema ) was functioning smoothly
    when its came to the integration part to HP - Data Protector it started to through me an error ( this version of database its not compatible with recovery manager)
    and what does this oracle document senario means
    ====================
    RMAN Compatibility:
    Scenario
    Assume that you maintain a production databases of the following releases:
    9.2.0
    10.2.0
    11.2.0
    You want to record RMAN repository data about these databases in a single recovery catalog database. According to Table B-2, you can use a single 11.2.0 recovery catalog database with a 11.2.0 catalog schema for all target databases. Ensure that the version of the RMAN client used to back up each target database meets the following requirements:
    Use the 9.2.0 RMAN executable to back up the 9.2.0 database.
    Use either the 9.2.0 or 10.2.0 RMAN executable to back up the 10.2.0 database.
    Use any RMAN executable to back up the 11.2.0 database.
    ==================================
    All what i want is to achieve one single catalog for all the above mentioned oracle versions and can be integrated with HP-DP
    can anyone explain this doubts and give me a best solution to achieve desire solution if not what are the altarnative ??/
    thanks and sorry its quite log post
    Regards

  • Som issues with Nvidia GTX960 - dmesg error output posted

    I have some issues with icons not showing up, eg. in pamac. Just red crosses or what it's called.
    Here is my dmesg error output.
    $ dmesg --level=err,warn
    [ 0.000000] ACPI: RSDP 0x00000000DD7F6000 000024 (v02 ALASKA)
    [ 0.000000] ACPI: XSDT 0x00000000DD7F6080 00007C (v01 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: FACP 0x00000000DD8041A8 00010C (v05 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: DSDT 0x00000000DD7F6198 00E009 (v02 ALASKA A M I 00000031 INTL 20091112)
    [ 0.000000] ACPI: FACS 0x00000000DDD45080 000040
    [ 0.000000] ACPI: APIC 0x00000000DD8042B8 000092 (v03 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: FPDT 0x00000000DD804350 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: LPIT 0x00000000DD804398 00005C (v01 ALASKA A M I 00000000 AMI. 00000005)
    [ 0.000000] ACPI: SSDT 0x00000000DD8043F8 000539 (v01 PmRef Cpu0Ist 00003000 INTL 20091112)
    [ 0.000000] ACPI: SSDT 0x00000000DD804938 000AD8 (v01 PmRef CpuPm 00003000 INTL 20091112)
    [ 0.000000] ACPI: MCFG 0x00000000DD805410 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
    [ 0.000000] ACPI: HPET 0x00000000DD805450 000038 (v01 ALASKA A M I 01072009 AMI. 00000005)
    [ 0.000000] ACPI: SSDT 0x00000000DD805488 00036D (v01 SataRe SataTabl 00001000 INTL 20091112)
    [ 0.000000] ACPI: SSDT 0x00000000DD8057F8 0034E1 (v01 SaSsdt SaSsdt 00003000 INTL 20091112)
    [ 0.000000] ACPI: BGRT 0x00000000DD808D38 000038 (v00 ALASKA A M I 01072009 AMI 00010013)
    [ 0.006274] ACPI: All ACPI Tables successfully acquired
    [ 0.014978] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    [ 0.014978] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.016204] Ignoring BGRT: invalid status 0 (expected 1)
    [ 0.102300] #2 #3 #4 #5 #6 #7
    [ 0.263542] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.265355] ACPI: Dynamic OEM Table Load:
    [ 0.265358] ACPI: SSDT 0xFFFF8807FA42A800 0003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20091112)
    [ 0.265733] ACPI: Dynamic OEM Table Load:
    [ 0.265736] ACPI: SSDT 0xFFFF8807FA419800 0005AA (v01 PmRef ApIst 00003000 INTL 20091112)
    [ 0.266134] ACPI: Dynamic OEM Table Load:
    [ 0.266135] ACPI: SSDT 0xFFFF8807FA46DA00 000119 (v01 PmRef ApCst 00003000 INTL 20091112)
    [ 0.267060] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150204/hwxface-580)
    [ 0.267063] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150204/hwxface-580)
    [ 0.285136] ACPI: Enabled 5 GPEs in block 00 to 3F
    [ 0.793801] ata1.00: supports DRM functions and may not be fully accessible
    [ 0.794140] ata1.00: supports DRM functions and may not be fully accessible
    [ 0.794388] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20150204/psargs-359)
    [ 0.794391] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT5._GTF] (Node ffff8807fe0d19b0), AE_NOT_FOUND (20150204/psparse-536)
    [ 0.795480] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20150204/psargs-359)
    [ 0.795482] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT5._GTF] (Node ffff8807fe0d19b0), AE_NOT_FOUND (20150204/psparse-536)
    [ 1.018384] usb 3-3: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
    [ 1.018386] usb 3-3: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
    [ 1.040606] systemd-journald[181]: Failed to set file attributes: Inappropriate ioctl for device
    [ 1.114596] r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
    [ 1.115441] ACPI Warning: SystemIO range 0x000000000000F000-0x000000000000F01F conflicts with OpRegion 0x000000000000F000-0x000000000000F00F (\_SB_.PCI0.SBUS.SMBI) (20150204/utaddress-254)
    [ 1.230333] nvidia: module license 'NVIDIA' taints kernel.
    [ 1.230335] Disabling lock debugging due to kernel taint
    [ 1.235547] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 352.21 Tue Jun 9 21:53:31 PDT 2015
    [ 2.072087] NVRM: Your system is not currently configured to drive a VGA console
    [ 2.072090] NVRM: on the primary VGA device. The NVIDIA Linux graphics driver
    [ 2.072091] NVRM: requires the use of a text-mode VGA console. Use of other console
    [ 2.072091] NVRM: drivers including, but not limited to, vesafb, may result in
    [ 2.072092] NVRM: corruption and stability problems, and is not supported.
    My hardware is a desktop with i7 4790K (4 cores with HT enabled) ASUS Z87-K motherboard, 32 GB Corsair 1600 MHz RAM. Samsung 850 PRO 1 TB SSD.
    My inxi -F
    System: Host: archie Kernel: 4.0.5-1-ARCH x86_64 (64 bit) Desktop: Xfce 4.12.2 Distro: Arch Linux
    Machine: System: ASUS product: All Series
    Mobo: ASUSTeK model: Z87-K v: Rev X.0x serial: 130612439103584
    Bios: American Megatrends v: 1402 date: 11/05/2014
    CPU: Quad core Intel Core i7-4790K (-HT-MCP-) cache: 8192 KB
    clock speeds: max: 4400 MHz 1: 4000 MHz 2: 4002 MHz 3: 4000 MHz 4: 4000 MHz 5: 4256 MHz
    6: 4001 MHz 7: 4002 MHz 8: 4002 MHz
    Graphics: Card: NVIDIA GM206 [GeForce GTX 960]
    Display Server: X.org 1.17.2 driver: nvidia tty size: 108x41 Advanced Data: N/A for root
    Audio: Card-1 Intel 8 Series/C220 Series High Definition Audio Controller driver: snd_hda_intel
    Card-2 NVIDIA Device 0fba driver: snd_hda_intel
    Sound: Advanced Linux Sound Architecture v: k4.0.5-1-ARCH
    Network: Card: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller driver: r8169
    IF: enp3s0 state: up speed: 1000 Mbps duplex: full mac: <masked>
    Drives: HDD Total Size: 1024.2GB (4.4% used) ID-1: /dev/sda model: Samsung_SSD_850 size: 1024.2GB
    Partition: ID-1: / size: 48G used: 13G (27%) fs: ext4 dev: /dev/sda3
    ID-2: /home size: 769G used: 154M (1%) fs: ext4 dev: /dev/sda4
    ID-3: /boot size: 511M used: 25M (5%) fs: vfat dev: /dev/sda1
    ID-4: swap-1 size: 33.55GB used: 0.00GB (0%) fs: swap dev: /dev/sda2
    Sensors: System Temperatures: cpu: 29.8C mobo: 27.8C
    Fan Speeds (in rpm): cpu: N/A
    Info: Processes: 172 Uptime: 10 min Memory: 1133.0/32119.5MB Client: Shell (sudo) inxi: 2.2.25
    Have I missed something to post?
    Last edited by dockland (2015-06-17 20:30:48)

    I read that this line in my case
    [ 1.115441] ACPI Warning: SystemIO range 0x000000000000F000-0x000000000000F01F conflicts with OpRegion 0x000000000000F000-0x000000000000F00F (\_SB_.PCI0.SBUS.SMBI) (20150204/utaddress-254)
    is a bug and unfixable.
    What does that mean and why is it "unfixable"? Is that some hardware that is not compatible with Arch at all?

  • There seems to be an issue with opendns free servers

    ''(Locked. Not a support question. See bold text for reasons of locking -m)''
    This is more of a "I found it" than a question as this seems to be an issue with the opendns free DNS servers related to certain torrent sites and the duckduckgo search engine. However any thoughts are appreciated.
    While looking for a solution I followed troubleshooting steps found here to no avail regarding cookies (I'm accepting them from everyone including third party cookies and their dogs), clearing cookies (do that all the time as a matter of routine, did it again several times), clearing the cache (did that, got the T-shirt, now I'll never be naked) and checked the about:config setting (I forget which one but it was already set to 20, the default)
    Note that I can eliminate these issues completely by setting my DNS to "automatic" however I've been using opendns free DNS servers for years and have changed nothing except when troubleshooting this issue.
    The following is a detailed description. It can be confusing if you don't read it carefully:
    I had this happen on several torrent sites however I can get through on others but when I choose the .torrent link I get the same problem on most like at: http://kickass.to/movies/genre/news/ and the KAT mirrors... on KAT I can get to the page but the .torrent links are at http://torcache.net and I am unable to get those .torrents at all. (getting the "the page isn't redirecting properly" Firefox error message and the very long http://guidetest.a.id.opendns.com/?url=guidetest%2E (goes on forever) URL
    I'll post a few links that I've tried (just to see if they work) below.
    http://www.torrentz.eu/ - can't see the page at all, I get the "the page isn't redirecting properly" Firefox error message and it redirects to the URL: http://guidetest.a.id.opendns.com/?url=g...Ecom%(goes on for something like a couple of hundred characters)
    Same issue with several other torrent sites...
    lazypirate.net I can't get through at all - same issue
    http://extratorrent.cc/ - no problem with pages or .torrents
    http://isohunt.to/ - again no problem with pages or .torrents
    Particular torrents I get the:"the page isn't redirecting properly" Firefox error message and it redirects to the URL: guidetest.a.id.opendns.com/?url=guidetest%2Ea%2Eid (blah blah forever) are:
    http://thetorrent.org/A5F7D7D92D8CDE2576...9B.torrent : (getting the "the page isn't redirecting properly" Firefox error message and the very long http://guidetest.a.id.opendns.com/?url=guidetest%2E (goes on forver) URL
    I can go on to list individual .torrents but I think you get the idea...
    I've had this issue with more than a few torrents over the last couple of days and can't remember them all but further checking does seem like it's either particular torrent sites I can't access at all or on sites I can access but store their .torrent files on either torcache.net or thetorrent.org so there seems to be mixed issues, being able to see some pages but not get .torrent files from those sites if they're stored somewhere else.
    On duckduckgo I get the "this site is untrusted" error.
    Again, when I abandon the opendns DNS servers I've been using for years and go to "automatic" both of these issues disappear with no other changes. and I've done that several times just to verify the problem and even confirmed that the opendns server addresses are correct, which they are the same ones I've used for years.
    I've emailed opendns and described the issue and they are completely confused and tell me "it must be your settings"
    '''Although this doesn't seem to be a Firefox or a Windows issue, I'm using FF 28.0 on win XP Pro SP3, legal OEM copy, Pentium D, 3.66 GHz, and 4 GB or Ram (3.65 GB of RAM recognized by XP, this is normal)'''
    '''Again, this issue only happens with the opendns free DNS servers I've been using for years and vanishes completely when I choose the automatic DNS setting and has only been happening a few days.'''
    I have screenshots of the errors and thought there was a way to post them here but I don't see that.
    The error on torrent sites is "The page isn't redirecting properly. FF has detected that the server is redirecting the request for this address in a way that will never complete. (and goes on to say blah blah cookies blah blah that I've checked and rechecked)
    The error on duckduckgo is "This Connection is Untrusted. You have asked Firefox to connect securely to duckduckgo.com, but we can't confirm that your connection is secure." blah blah (you probably know the rest). I expect that I could add an exception but again the problem doesn't happen when using automatic DNS server detection.
    I have no problems on other sites that I see.

    Here are the screenshots for what it's worth.
    Not sure why I can't post them in the original post.<br>
    <sub><b>Mod edit: See [https://bugzilla.mozilla.org/show_bug.cgi?id=718813 bug 718813]</b></sub>
    '''Again, when I set my DNS server to automatically detect the servers both problems disappear and I have no issues at all.'''
    IMO opendns is either doing this on purpose (unlikely) or they're under some sort of attack/being used to attack the specific torrent sites although I'm open to other explanations. I believe using the automatic setting for DNS is using my own ISP's DNS servers (which again, work fine... but still...)
    I'd rather not use Google's public DNS servers as Google is to commercial these days and I think there's potential privacy issues.
    '''Again I have changed the setting for DNS servers back and forth several times to duplicate/verify the issue(s)... and the issues only happen with the opendns servers.'''

  • 2008 R2: OS(systemState/C: Drive) backup issues with VSS - 0x80042316 & 0x81080101 & 0x80080005 & 2155348001

    Hi-
    Looked thru the thread related to my questions and found nothing that applies yet.
    Example:
     http://social.technet.microsoft.com/Forums/en-US/4e4472b9-8e6f-4fdc-a287-1cc8c0f6de09/windows-2008-r2-backup-fails-with-event-521-error-code-2155348001?forum=windowsbackup
    http://social.technet.microsoft.com/Forums/en-US/e8c910f7-f0dd-4613-beae-b98894fb6f23/windows-server-2008-std-backup-fails-constantly-with-error-code-2155348001?forum=windowsbackup
    Here are details of the issues....
    Backup - OS error - system image:
    External disk - USB
    Mon - Fri @ 6PM.
    Windows SystemState
    OS(C:)
    Last backup failure...
    Start time: 8/11/2014 6:01:32 PM
    End time: 8/12/2014 4:51:29 AM
    Duration: 10:49:56.4414784
    [Critical error WINIMAGE_UNABLE_VSS] Unable to create VSS snapshot
      - Additional information: Refer to the log for more details
      - Troubleshooting link:
    http://kb.backupassist.com/errormap.php?BA2512
    The backup operation stopped before completing.
    Detailed error: ERROR - The shared restore point operation failed with error (0x81000101)
    The creation of a shadow copy has timed out. Try this operation again.
    Log of files successfully backed up:
    C:\Windows\Logs\WindowsServerBackup\Backup-12-08-2014_04-41-00.log
    Log of files for which backup failed:
    C:\Windows\Logs\WindowsServerBackup\Backup_Error-12-08-2014_04-41-00.log
    NOTE:
    The errors logs are not there?
    Windows Backup timed-out before the shared protection point was created.
    ERROR - The shared restore point operation failed with error (0x81000101)
    The creation of a shadow copy has timed out. Try this operation again.
    Event Viewer Log:
    Sequence of Events...
    1.
    The Block Level Backup Engine service has successfully started.
    2.
    Backup operation that started...
    Log Name:      Application
    Source:        Microsoft-Windows-Backup
    Date:          8/12/2014 4:51:06 AM
    Event ID:      521
    Task Category: None
    Level:         Error
    Keywords:     
    User:          SYSTEM
    Computer:      mdnfile.Auxiant.local
    Description:
    The backup operation that started at '?2014?-?08?-?12T09:41:00.492000000Z' has failed because the
    Volume Shadow Copy Service operation to create a shadow copy of the volumes being backed up failed
    with following error code '2155348001'.
    Please review the event details for a solution, and then rerun the backup operation once the issue is resolved.
    --> Suggestion are to check Virus scanner or consult DPM forum...
    3.
    OS Job failed with errors...( Backup Assist is 3rd party backup - wrapper round Wbadmin/Win Backup)
    Log Name:      Application
    Source:        BackupAssist
    Date:          8/12/2014 4:51:51 AM
    Event ID:      5634
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      mdnfile.Auxiant.local
    Description:
    Backup job OS backup failed with errors.
    Critical error: Unable to create VSS snapshot
    Destination: External disk
    Start time: 8/11/2014 6:01:32 PM
    End time: 8/12/2014 4:51:29 AM
    Duration: 10:49:56.4414784
    Destination: External disk
    Start time: 8/11/2014 6:01:32 PM
    End time: 8/12/2014 4:51:29 AM
    Duration: 10:49:56.4414784
    4.
    Backup Assist reports via Win backup - Snapshot in progress
    Log Name:      Application
    Source:        BackupAssist
    Date:          8/12/2014 4:52:20 AM
    Event ID:      5634
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      mdnfile.Auxiant.local
    Description:
    Backup job Data backup failed with errors.
    Ultra critical error: Volume Shadow Copy Error 0x80042316 - snapshot set in progress
    Destination: Local directory
    Start time: 8/12/2014 4:52:10 AM
    End time: 8/12/2014 4:52:12 AM
    Duration: 00:00:02.7300000
    5.
    The Block Level Backup Engine service has stopped.
    6.
    Later...we tried manually stopping VSS and SWPRV services - only VSS had the issue.
    WBengine was not running...
    C:\>sc stop swprv
    SERVICE_NAME: swprv
            TYPE               : 10  WIN32_OWN_PROCESS
            STATE              : 3  STOP_PENDING
                                    (STOPPABLE, NOT_PAUSABLE, ACCEPTS_SHUTDOWN)
            WIN32_EXIT_CODE    : 0  (0x0)
            SERVICE_EXIT_CODE  : 0  (0x0)
            CHECKPOINT         : 0x0
            WAIT_HINT          : 0x0
    C:\>sc query swprv
    SERVICE_NAME: swprv
            TYPE               : 10  WIN32_OWN_PROCESS
            STATE              : 1  STOPPED
            WIN32_EXIT_CODE    : 0  (0x0)
            SERVICE_EXIT_CODE  : 0  (0x0)
            CHECKPOINT         : 0x0
            WAIT_HINT          : 0x0
    C:\>sc query wbengine
    SERVICE_NAME: wbengine
            TYPE               : 10  WIN32_OWN_PROCESS
            STATE              : 1  STOPPED
            WIN32_EXIT_CODE    : 0  (0x0)
            SERVICE_EXIT_CODE  : 0  (0x0)
            CHECKPOINT         : 0x0
            WAIT_HINT          : 0x0
    C:\>sc query vss
    SERVICE_NAME: vss
            TYPE               : 10  WIN32_OWN_PROCESS
            STATE              : 3  STOP_PENDING
                                    (STOPPABLE, NOT_PAUSABLE, ACCEPTS_SHUTDOWN)
            WIN32_EXIT_CODE    : 0  (0x0)
            SERVICE_EXIT_CODE  : 0  (0x0)
            CHECKPOINT         : 0x0
            WAIT_HINT          : 0x0
    C:\>sc stop vss
    [SC] ControlService FAILED 1061:
    The service cannot accept control messages at this time.  
    Log Name:      Application
    Source:        VSS
    Date:          8/12/2014 9:20:33 AM
    Event ID:      8225
    Task Category: None
    Level:         Information
    Keywords:      Classic
    User:          N/A
    Computer:      mdnfile.Auxiant.local
    Description:
    The VSS service is shutting down due to shutdown event from the Service Control Manager.
    7.
    VSS still having issues here...not stopping!
    Log Name:      Application
    Source:        VSS
    Date:          8/12/2014 9:42:33 AM
    Event ID:      11
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      mdnfile.Auxiant.local
    Description:
    Volume Shadow Copy Service information:
    The COM Server with CLSID {e579ab5f-1cc4-44b4-bed9-de0991ff0623} and name IVssCoordinatorEx2 cannot be started.
    Most likely the CPU is under heavy load. [0x80080005, Server execution failed]
    8.
    Not sure why this is started again?
    Plus a DCOM timeout...
    Log Name:      Application
    Source:        Microsoft-Windows-Backup
    Date:          8/12/2014 9:31:13 AM
    Event ID:      753
    Task Category: None
    Level:         Information
    Keywords:     
    User:          SYSTEM
    Computer:      mdnfile.Auxiant.local
    Description:
    The Block Level Backup Engine service has successfully started.
    Event Xml:
    Log Name:      System
    Source:        Microsoft-Windows-DistributedCOM
    Date:          8/12/2014 9:31:43 AM
    Event ID:      10010
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      mdnfile.Auxiant.local
    Description:
    The server {E579AB5F-1CC4-44B4-BED9-DE0991FF0623} did not register with DCOM within the required timeout.
    9.
    Lots more errors about VSS...repeating Event ID's 11 and 8193...
    Log Name:      Application
    Source:        VSS
    Date:          8/12/2014 9:42:33 AM
    Event ID:      8193
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      mdnfile.Auxiant.local
    Description:
    Volume Shadow Copy Service error: Unexpected error calling routine CoCreateInstance. 
    hr = 0x80080005, Server execution failed
    . Operation:
       Instantiating VSS server
    10.
    Then, finally stopping again...
    Log Name:      Application
    Source:        Microsoft-Windows-Backup
    Date:          8/12/2014 9:51:13 AM
    Event ID:      754
    Task Category: None
    Level:         Information
    Keywords:     
    User:          SYSTEM
    Computer:      mdnfile.Auxiant.local
    Description:
    The Block Level Backup Engine service has stopped.
    11.
    And still repeating 11 & 8193 at this point...as we write up this post.
    12.
    This was suggested by the Backup Assist - software vendor....
    A.)
    ...for 0x81080101:
    "ERROR - The shared restore point operation failed with error (0x81000101)
    The creation of a shadow copy has timed out. Try again this operation."
    If you receive the above error in your report, we have recently found a registry key which
    contains the timeout value set by Microsoft for VSS and found that you can edit this to extend it.
    To get to the registry key, open Regedit (Start > Run > Regedit) and browse to:
    "HKLM\Software\\Microsoft\\Windows NT\\CurrentVersion\\SPP\\CreateTimeout".
    Change value to 1200000 (2*10*60*1000 = 20 mins).
    The default for the timeout period is 10 mins so hopefully doubling this will give enough time to
    complete the snapshot.
    If this isn't present, you'll need to manually enter the registry key. It's a DWORD 32-bit key.
    --> NOTE: HAve not done this yet.
    B.)
    And for 0x80080005...
    http://support.microsoft.com/kb/870655/en-gb
    Our server does have high CPU load at times...
    13.
    Another post from technet mentions system volume size - here is our layout below:
    A.)
    OS/system Disk...
    DISKPART> list disk
      Disk ###  Status         Size     Free     Dyn  Gpt
      Disk 0    Online          278 GB      0 B    (System Vol = C: Drive - OS w/ Programs and batch jobs)
      Disk 1    Online         2791 GB      0 B        *    (Data drive - DFS, rsync,etc. run on D: Drive)
      Disk 2    Online         1863 GB      0 B    (USB 2/3.0 - Enclosure w/ SATA disk = 2GB formatted w/ NTFS.)
    DISKPART> detail disk
    DELL PERC H710P SCSI Disk Device
    Disk ID: CA0DEEA5
    Type   : RAID
    Status : Online
    Path   : 1
    Target : 0
    LUN ID : 0
    Location Path : PCIROOT(0)#PCI(0100)#PCI(0000)#RAID(P01T00L00)
    Current Read-only State : No
    Read-only  : No
    Boot Disk  : Yes
    Pagefile Disk  : Yes
    Hibernation File Disk  : No
    Crashdump Disk  : Yes
    Clustered Disk  : No
      Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
      Volume 1         RECOVERY     NTFS   Partition   3072 MB  Healthy    System
      Volume 2     C   OS           NTFS   Partition    275 GB  Healthy    Boot
    B.)
    Backup disk...
    ST320006 41AS USB Device
    Disk ID: 801AF48C
    Type   : USB
    Status : Online
    Path   : 0
    Target : 0
    LUN ID : 0
    Location Path : UNAVAILABLE
    Current Read-only State : No
    Read-only  : No
    Boot Disk  : No
    Pagefile Disk  : No
    Hibernation File Disk  : No
    Crashdump Disk  : No
    Clustered Disk  : No
      Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
      Volume 4     F   BACKUPS      NTFS   Partition   1863 GB  Healthy
    C.)
    NOTE:
    Also on disk 0(system Disk) - we have a small OEM partition = 39MB and a Recovery Partition = 3GB.
    D.)
    Issues with WBAdmin now...
    C:\>wbadmin get disks
    wbadmin 1.0 - Backup command-line tool
    (C) Copyright 2004 Microsoft Corp.
    ERROR - A Volume Shadow Copy Service operation error has
    occurred: (0x80042302)
    A Volume Shadow Copy Service component encountered an unexpected error.
    Check the Application event log for more information.
    14.
    Ran "Check-Disk" -no errors...
    C:\>chkdsk
    The type of the file system is NTFS.
    The volume is in use by another process. Chkdsk
    might report errors when no corruption is present.
    Volume label is OS.
    WARNING!  F parameter not specified.
    Running CHKDSK in read-only mode.
    CHKDSK is verifying files (stage 1 of 3)...
      116224 file records processed.
    File verification completed.
      654 large file records processed.
      0 bad file records processed.
      0 EA records processed.
      76 reparse records processed.
    CHKDSK is verifying indexes (stage 2 of 3)...
      156676 index entries processed.
    Index verification completed.
      0 unindexed files scanned.
      0 unindexed files recovered.
    CHKDSK is verifying security descriptors (stage 3 of 3)...
      116224 file SDs/SIDs processed.
    Security descriptor verification completed.
      20227 data files processed.
    CHKDSK is verifying Usn Journal...
      35628352 USN bytes processed.
    Usn Journal verification completed.
    Windows has checked the file system and found no problems.
     289233919 KB total disk space.
     100241492 KB in 85477 files.
         57380 KB in 20228 indexes.
             0 KB in bad sectors.
        226627 KB in use by the system.
         65536 KB occupied by the log file.
     188708420 KB available on disk.
          4096 bytes in each allocation unit.
      72308479 total allocation units on disk.
      47177105 allocation units available on disk.
    15.
    There are no backup error logs here - only .etl files...
    C:\Windows\Logs\WindowsServerBackup\
    Wbadmin.1.etl = 9:42AM on 8/12
    Wbadmin.2.etl = 4:51AM on 8/12
    Per windows Win troubleshooting:
    http://technet.microsoft.com/en-us/library/ee692290(WS.10).aspx
    http://blogs.technet.com/b/filecab/archive/2009/09/16/diagnosing-failures-in-windows-server-backup-part-1-vss-spp-errors.aspx
    --> Related to Windows backup and not VSS?
    2155348001 - 0x80780021 - Windows Backup timed-out before the shared protection point was created.
    Should we run the "FIXVSS08.BAT" script - restarts services and re-registers DLL's - does this ever help?
    Will this server need a reboot since VSS is in a state and we can't even test backups?
    Is there a tool we can use to debug VSS or troubleshoot or OS backups further?
    MSReport/Diag, VSS debugging, or another way of helping fix our OS(SystemState/C: drive) backup issues?
    Any help is greatly appreciated - thx.
    -SP
    Scot Pichelman

    Hi Scot,
    Sometimes a third party backup application will change the default VSS provider adding VSS writers which causes Windows Server Backup using an incorrect component in doing backup, that's why I suggest to delete it for a test. Anyway you can reinstall it
    after testing.
    And as you said a high-load CPU could also be the cause of the issue so you may need to first rule hardware effective out.
    If issue still exists, please try the steps below as well:
    1. Please check DCOM Server Process Launcher service is started.
    2. If not, try to change RPC service to run as SYSTEM account. To do this please modify the following key:
    Note: Backup the key before edit incase it cause any issue.
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\RpcSs\
    Find "ObjectName" and change the value to LocalSystem.
    Reboot to see if DCOM back to work and if Windows Server Backup starts working. If not, please provide the result if there is any new error occurs.
    If DCOM still not work, please compare the content of the following key with a working server:
    HKEY_LOCAL_MACHINE\Software\Microsoft\OLE
    Edit if there is any difference and make sure you created a backup of the key before editing. 
    If you have any feedback on our support, please send to [email protected]

  • Freezing Issues with multiple new MS-7028 (v1.0B) Motherboards

    I build several MSI motherboard based machines for clients every week.
    I have noticed a major problem with the MS-7028 (v1.0B) Neo2 and Neo2 Platinum Motherboards (I've had the same issue with both now)
    Things that cause the PC to freeze (mouse pointer freezes, nothing but a reboot or forced power off)
    1. Autorun of MSI "Drivers & Utilities" CD (several versions of the CD have been tried, all of them do it 90% of the time)
       Once it displays the "setup is launching, please wait" screen. Bang. It freezes.
    2. Running MSI CoreCenter (again tried several versions, including the most recent, downloaded of msi's website)
       Runs ok for a little while, but if left running while usually freeze the whole pc within minutes, if I play around in CoreCenter, it crashes even faster
    3. Running MSI Live Update 3 (again several versions have been tried, including the most recent release from MSI's website)
       Seems ok on the Neo2 Platinum M/B, but Neo2-FR version always froze system at "search VG card BIOS version"
    I have had this exact problem on 4 of 4 "MS-7028 (v1.0B) 915P Neo2-FR" and 2 of 2 "MS-7028 (v1.0B) 915P Neo2-Platinum" M/B's
    Any Ideas???
    edit:
    Each time this has happened the systems have been as follows.
    MS-7028 (v1.0B) Neo2-FR or Neo2-Platinum M/B
    Intel P4 3000Mhz Prescott CPU
    1G Geil Ultra DDR2 533Mhz (2x 512Mb Kit)
    MSI 6200 or 7300 PCI-E graphics
    Seagate 80-160G SATA Hdd
    LG 8x DVD-RW
    450+W PSU's always with 18A or higher on the 12+
    I’ve tried updating the Bios (which I do to all m/b's used for new systems)
    I’ve tried all the latest drivers
    This is always on a clean install of XP SP2
    happens on XP Pro and XP Home
    GRRRRRR HELP ME!!!!!!
    is the MS-7028 (v1.0B) Motherboard just a big stinky lemon?

    Quote from: Maesus on 10-May-06, 23:08:36
    When you said clean install, does that mean you started off from a 100% blank HDD?
    Correct
    Quote from: Maesus on 10-May-06, 23:08:36
    What version is your WinXP? 
    Windows XP Home SP2 (OEM) and Windows XP Pro SP2 (Oem) (happens on both)
    Quote from: Maesus on 10-May-06, 23:08:36
    Forget about the CD, Corecentre.. etc, get the drivers from the websites instead. and you don't have to get them from MSI websites. Intel INF drivers, get from intel.com. Display card get from nvidia.com.
    I get around the problem by downloading the  latest bios from msi's website
    I install the latest inf from intel.com and the latest nvidia drivers from nvidia.com
    and uninstall corecenter.
    It would just be nice to be able to have corecenter running, and to know WHY this happens
    [/quote]

  • Issue with windows movie maker

    Hi Team,
    I am a windows 7 enterprise user working with Dell. My OS is an OEM/corporate image and I am unable to install movie maker and get an error code 0x80070643. I have tried multiple times to install and been unsuccessful. Please help me as this important tool
    for my presentations @ work. My IT team confirmed that this is not an issue with the system itself and it is an issue with either the app or the config. 

    Any updates on this?
    Arnav Sharma | http://arnavsharma.net/ Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading
    the thread.

  • OWB - OEM issue?

    OWB - OEM issue?
    We are using OWB repository 10.2.0.1.0 and OWB client 10.2.0.1.31 (Win XP). The Oracle version is 10 G (10.2.0.3.0). OWB is installed on Linux.
    I find OEM (10.2.0.0.0 with oracle database ver 10.2.0.0.0) part of OWB program folder. As I start OEM, I creted the database connection in OEM explorer. I tried to loggin to created database connection.
    I got “ORA-12541: TNS:no listener” error.
    It was working all day in OWB/Sqlplus before starting OEM. I noticed OEM changed my tnsnames.ora file in OWbhome\network\admin directory using timestamp.
    I came out of OEM session. All my logins via OWB/SQLpus/SQL developer results in “ORA-12541: TNS:no listener” error.
    I checked via tnsping on command window, which results in “ORA-12541: TNS:no listener” error.
    I restored my tnsnames.ora from backup, all are working except OEM.
    Did anyone use OEM with OWB?
    Any idea, what is going on ?
    Thanks in advance.
    RI

    Hi,
    over the connection goes not only the sql statements for connecting, also much auditing and logging informations goes from one machine to the other. So development and database should be as near as possible for better speed.
    Perhaps working direct on the server will increase the speed?
    Regards,
    Detlef

  • Issues with Toshiba Satellites and Western Digital WDC HDDs

    As much as I want to thank Jerry Lippey for helping me several times with issues regarding my boyfriend's A665-S6095 laptop, I am DONE with Toshiba.
    For the FOURTH or FIFTH time now (it's so bad I've lost count) this satellite has crashed while using a WDC Scorpio Black HDD. I have gone through FOUR HHDs in the last year and a half. I am not joking. NO ONE has time to diagnose and solve this many computer issues in such a short amount of time unless they are a paid techinician.
    The last time the HDD failed I tried to get WDC to send me the non-AFT drive that I had bought, but they told me that the BEKT version of the BPKT I bought was "not in stock". For almost a month. And yet it came back in stock on Amazon and one or two other stores online. So when I called back to say WHAT THE HELL, instead of asking me what I wanted them to do, they just decided to send me a larger drive with AFT, as if that would soothe my aggravation.
    But honestly, I don't see how this can all be WDC's fault. I mean, if you compare the number of forum posts referencing satellite versus non-satellite models, there is no way that number is proportionally equal to the number of satellite versus non-satellite models sold. I wish I had known how terrible Toshiba is before he bought the laptop, or my mother bought my brother a different satellite model. I'd have told each to shoot themselves in the foot instead.
    My boyfriend was trying to copy pictures from his Galaxy Note II onto his laptop, but when he plugged the phone in by a usb/micro usb cord and opened windows explorer, the computer froze.
    I shut it down manually, and since then it has not been able to boot at all. BIOS recognizes the drive make and model, but nothing will load; the screen goes black after the Toshiba welcome screen and nothing happens. I tried booting from both a win7 recovery disc and the 1st Toshiba recovery disc I made with the laptop; the former won't load at all and the latter goes through the "windows is loading files" progress bar, then the "microsoft windows" progress bar, brings up the cursor and stops doing anything. I can move the mouse, but the light on the HDD indicator illuminates for about 5 seconds then shuts off for less than a second, over and over. For a fraction of a second I can see an error code reading something like "No Emulation Type 00" before the recovery cd loads. I don't know what that means exactly.
    If I hadn't had previous issues with Toshiba TVAP software having compatibility issues with Windows, or if the laptop would freeze part way through installing windows updates I wouldn't have trouble blaming only WDC. But clearly Toshiba has major issues (at least) with Satellites, and except for the one person on this forum who knows what he is talking about - and let's be serious, we can't blame him for not being able to answer EVERYTHING posted on here - their tech support $^(($ B@!!$. Just like their products.
    The fact that the only answer I've found is to only replace Toshiba HDDs with OEM HDDs is complete bull.
    Sure, it is possible that the way the laptop is used causes some of the issues I've had, but FOUR HDDs? Really? What else in a laptop can go bad that could possibly help to kill off the drive? What else could possibly contribute to the agony I have to go through to keep this laptop running?
    Time to go back to work, now that I've spent over an hour trouble-shooting and writing this rant.

    Hi I'm fairly new to the forum. I'm sure Jerry will have a reply for you. 4 failed HD's is unreal. I 'm sure you know why HD's fail. I know you are very aggravated, but I would just like to ask a couple of questions. How are you testing these failed HD's. Seatools has two great free programs seatools for windows and seatools dos. Also I'm very curious about your Anti-Virus program. Viruses are really getting tough, and can wipe out your HD in seconds. If your OS gets corrupted, windows will no longer boot. I'm going to post some things that I'm sure you already know. I also would like to know how your boy friend uses his lap top. I live in a retirement village and I fix computers for free. I have see some really bad stuff. I have had to restore a couple back to factory because they were so badly infected. Power surges can really do a number on a HD. I'm going to post the link to a bootable seatools dos. It will be a ISP file and you will need to burn it to a cd. Test your drive and see what happens. I'm sure Jerry will have a comment for you. He's pretty smart.
    http://www.seagate.com/support/internal-hard-drives/consumer-electronics/ld25-series/seatools-dos-ma...
    Why do hard disks fail?
    Because hard disks are mechanical devices, they are subject to wearing out, even if you treat them better than your own children. Around 60% of hard drive failures occur through predictable mechanical failure, with the remaining 40% of failures occurring through misuse. Hard disk failure might occur if any of the following happens:
    Your computer is bumped or jostled while it is running;
    The electric motor which allows the platter to spin fails due to bad bearings or other components;
    The filter on your air intake gets too clogged or the filter isn't working properly;
    Extreme heat while running causes the electronic circuit board to fail;
    There is a sudden power failure while the disk is writing.
    Types of hard drive failure
    There are two main types of hard drive failure - physical and logical.
    Physical failures are often due to a failure of the electric motor or the drive itself - the moving parts. They can also happen because of a major head crash (caused by your computer being dropped or jostled while it's running).
    Logical failures come from corruption in the file system. If you've accidentally deleted an important registry entry or formatted the drive improperly, or if you have a nasty virus, hard drive problems will occur. The BIOS will recognize the drive, but it won't boot.
    I Love my Satellite L775D-S7222 Laptop. Some days you're the windshield, Some days you're the bug. The Computer world is crazy. If you have answers to computer problems, pass them forward.

Maybe you are looking for

  • DPS Pro in India please...

    Trying to buy Adobe DPS Pro license in India, and being told it can't be sold as there's not a single reseller in India right now, and the product is not available on Adobe Store (India) for online purchase. Can someone please guide or advice me how

  • CALLER ID not working for International incoming calls

    Hi, I've a strange issue where CALLER ID not working for International incoming calls, it shows INTERNATIONAL UNKNOWN NUMBER in the phone display, but the number shows correclty in Verizon Call assistant !!! Any clue?

  • How many computers can I load Final Cut Pro on

    If I purchase Final Cut Pro x how many computers can I load it on? Can I put it on my desk top and lap top?

  • How to make Adobe Flash Player the default player for .flv, .f4v files?

    I have currently installed from Adobe the following applications: Adobe Bridge CS6 (64bit) Adobe Bridge CS6 Adobe Dreamweaver CS6 Adobe Encore CS6 Adobe ExtendScript Toolkit CS6 Adobe Extension Manager CS6 Adobe Fireworks CS6 Adobe Flash Professional

  • Asset Accounting with SUB number

    Hi, I would like to know how to upload the fixed assets with having sub number. Say our client is having a Plant & machinary. Sub grp of any machines say welding machines 10 nos. How should i upload the same thru AS91 so hat i can get sub no wise ass