RMAN backup problems, which one first?

Oracle 11g on Windows 2008Std I've inherited. It has a nightly backup job set in Ent Mgr, the Oracle-suggested disk backup, script:
allocate channel oem_disk_backup device type disk;
recover copy of database with tag 'ORA\$OEM_LEVEL_0';
backup incremental level 1 cumulative copies=1 for recover of copy with tag 'ORA\$OEM_LEVEL_0' database;
The backup fails every night with log:
allocate channel oem_disk_backup device type disk;
recover
allocated channel: oem_disk_backup
channel oem_disk_backup: SID=154 device type=DISK
Starting recover at 08-JUL-10
Finished recover at 08-JUL-10
no copy of datafile 5 found to recover
no copy of datafile 4 found to recover
no copy of datafile 3 found to recover
no copy of datafile 2 found to recover
no copy of datafile 1 found to recover
Starting backup at 08-JUL-10
input datafile file number=00002 name=C:\ORACLE\ORADATA\UC4\UC4\SYSAUX01.DBF
input datafile file number=00001 name=C:\ORACLE\ORADATA\UC4\UC4\SYSTEM01.DBF
channel oem_disk_backup: specifying datafile(s) in backup set
channel oem_disk_backup: starting incremental level 1 datafile backup set
channel oem_disk_backup: starting piece 1 at 08-JUL-10
input datafile file number=00004 name=C:\ORACLE\ORADATA\UC4\UC4\USERS01.DBF
input datafile file number=00003 name=C:\ORACLE\ORADATA\UC4\UC4\UNDOTBS01.DBF
input datafile file number=00005 name=C:\ORACLE\ORADATA\UC4\UC4\APPWORX1
ORA-19809: limit exceeded for recovery files
ORA-19804: cannot reclaim 52428800 bytes disk space from 2147483648 limit
I see the space limit error. The database is defined with flash_recovery_area 2GB. So I should just enlarge the flash_recovery_area to make the backup work. BUT the real puzzler before I go making changes is, this database is in NOARCHIVELOG mode. What I find in the books say don't do incremental backups in NOARCHIVELOG mode; and don't do NOARCHIVELOG unless you don't care much about being able to recover your data. So, not being able to ask the guy who set this up, "Why is it NOARCHIVELOG, especially when set for incremental backups, I pose these here:
1. Switch to ARCHIVELOG?
2. Enlarge flash_recovery_area to get these backups working first?

You can do incremental backups in noarchivelog mode - it's just that the database must be in mount mode. But I agree - unless the data is not important (and if you are taking backups then it seems to be important) I would have the database in archivelog mode.

Similar Messages

  • Hello RMAN backup problem.....

    Hi there,
    We are haveing a setup of Windows Server 2003 with Oracle 10g Rel2 and Veritas NetBackup Ver 5 MP 5 is being used to trigger the backup. On 1st of July 2007, backup failed for the first time. Error was RMAN-06059:expected archived log not found, lost of archived log compromises recoverability. No one paid attention then, I am looking into the same last couple of days.
    I have certain questions.... as I am not big on RMAN.
    1) Is it possible to have an RMAN backup without RMAN repository.
    2) I have taken RMAN backup with having a separate repository and having a catalog to the database to be backed up.
    3) I do not find any rman repository over here, so this point one comes into picture.
    4) If it is possible how to synchronize the archived logs.
    5) start the rman backup again.
    Please help.

    Hi Alanm,
    I was away for few days. Thanks for the update, that it is possible. In this senario please tell me the exact steps how to do. So that I can implementing the same as a backup procedure.
    When I said that it should have been supported with the current setup, which is using VERITAS backup procedure and has a policy for bakup. As we do not have a RMAN repository I wanted to figure out how to resync archive logs that are missing from its location to the VERITAS.
    I want to take a full RMAN backup with current archived logs as starting point. Also I will like to give backup set name as I want to. Which I think is possible.
    So lets ignore the sync part. Please write to me as to how should should I start RMAN without its repository.
    Please do reply.
    Thanks
    Shiva

  • Flex Time vs. Melodyne - which one first in your vocals workflow?

    Hi all,
    I am curious about what workflow you guys have with vocals.
    The first steps after recording (and perhaps multicomping) the different layers/tracks, are to me pitch-correction in Melodyne and time-correction with Flex-Time (built into Logic pro).
    Which one do you guys do first?
    I haven't yet got enough experience to judge  with much certainty which way serves the recorded audio best.
    Myself, I currently go melodyne on one vocal track at the time, snap-to-pitch off and adjust pitch by ear with the music tracks as guide.
    Sometimes I push formants around, in particular if there's a high note with lots of pitch drifting (those high notes can be difficult to hit ;-).
    After that, I layer vocal tracks that belong together, and work with flextime until they are reasonably well-timed with particular focus on consonants and note ends.
    I tend to keep one recording centered, and two (or more) panned to the sides; a configuration that is very transparent to time differences.
    I *think* I do this because I have this idea that if I do flextime first, I will already have spectral content that is more damaged, that will be more difficult to pitch-correct with minimal artifacts. While as time-stretching or -compressing melodyne artifacts, will not do much to change the harmonic content of the material.
    Whether this is "correct" or not, I don't know for sure :-}
    So, I'd like to hear your experiences and opinion on this!
    Cheers;
    ::E::

    Hi!
    I assume you are on Logic 9. I think your workflow makes sense. With LX it´s a bit different.
    I have noticed that I really don't use Melodyne that much anymore, because of Flexpitch.
    Flexpitch is so much easier to work with, especially if you change computer. Downside of FP,
    however, is that you can't create fades, so first of all I would 'clean up' my vocal tracks, create fades,
    and then apply Flex Pitch and Time, in that order, I guess.

  • Which one first? GRC or IDM

    Guys, if you have to choose between one of the two, GRC or IDM.
    Which one would you prefer and why?
    Thanks,

    Hi,
      It all depends on what you are trying to achieve. GRC and IdM serve different purposes even though it seems that they both do lots of common stuff. In fact, GRC is complimentary to IdM and vice versa.
    If staying SOX compliant is very important for your company than GRC would be the way to go. If you just want to manager users and roles to different ERP systems, legacy systems, LDAP etc. than IdM should be the choice.
    Alpesh

  • Rman backup at which node

    which should be primary node or satandby node for rman backup

    afzal wrote:
    thanks
    i want to take weekly full backup and daily incremental cumulative backup
    i want to keep one week backupYou can delete the 1 week older files by:
    find /rman_backup_folder/ -type f -mtime +7 -exec rm -f {} \;So all you need is to take your backups into this folder, and then run the above code weekly (after you take a new full backup). You can use the following configuration to take your backups into a specific directory:
    CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT '/rman_backup_folder/RMAN_%t.%p.BAK'You can examine the backup scripts here: RMAN Scripts
    You shouldn't use rman commands such as "delete obsolete" because retention policy will probably do not work for you.
    On the other hand, I will suggest you to use a rman catalog to manage your incremental backups, so you can also easily set the retention policy.
    Regards
    Gokhan

  • WRT300N and SPA2102, which one first?

    I'm planning to get VoIP installed with SPA2102 but not sure which router should be the first one.
    Before I used Belkin G and then NetGeat G routers and I always use SPA2102 as the first one but now I'm not sure it would be a good idea with 300N.
    I believe the one has QoS but still not sure what is the best ....
    Anyone ? any suggestions?
    thanks

    sorry for last post
                                        computer
    modem -> router ->
                                        spa with QoS enabled
    right? or computer goes to SPA and nothing to the router?

  • Deleting Old Corrupt iPhone Backup Folder - Which One Do I Delete

    I am getting the message "iTunes can not backup the iPhone, because the backup was corrupt, or not compatible with the iPhone" whenever i try to backup my iPhone 5s. I have been getting this message since around the end of May 2014 after updating my iOS to 7.1.2.
    I have seen a couple of posts about how to go about deleting an old backup already. After some time, I figured out where to locate the iPhone backups in their original location, because they did not show up in my devices tab through iTunes. I have already located the files under:
    /Users/<username>/Library/Application Support/MobileSync/Backup
    So I did manage to get this far, but now I have come across a handful of folders that are full of files, all named with a bunch of alphanumeric characters. There are some backups of devices that I do not need to delete, that I don't have physical access to some of the devices at the moment to just delete all of the backup folders and re-backup afterwards.
    My main question is, "How can I tell which backup corresponds to the iPhone having trouble, so I do not delete another backup that I do not wish to lose?"
    If it helps, I am on a Macbook Pro, running OS X Mavericks, and iTunes 11.3.1 (2).
    Please help ASAP, and THANK YOU in advance!!

    First, if you don't have iExplorer yet, you should download it here. Then install it. After installing it open the iExplorer. It is not necessary to plug your device in. Then click the "Browse Local iTunes Backups".
    After clicking it, go to the "Browse iTunes Backup" directory. It will show you the list of backup folders on your computer with a readable folder name i.e. the names of each devices that has backup files on your computer. From there you can now identify which backup folder is yours.

  • 9iASR2 and 9iFS. Install which one FIRST?

    HI,
    I decided to install 9iDB, 9iASR2 and 9iFS into a single computer. However, I'm not sure do I need install 9iASR2 before 9iFs? or other hand?
    Thanks
    Ken

    9iAS Release 2 first then 9iFS into the 9iAS release Middle Teir home.
    Why bother with 9iDB. 9iAS will require 2 Oracle Homes:
    1. Infrastructure - A full 9i database (9iDB hence my question) with Oracle Internet Directory set up.
    2. Middle Tier - All the bits required for J2EE, Portal etc. This is where 9iFS should be installed.
    Since this is one machine you will need a lot of Processor and RAM for 9iDB, 9iASR2, 9iFS. Hence don't bother with 9iDB.
    I have 9iASR2 only on a Win2k Pro system - PIII 933 & 512 MB RAM - The machine has over 700MB committed and swaps most of the time.
    Recommend 1 GB Minimum for what you want (Without 9iDB) possibly 2 GB (With 9iDB)

  • About RMAN backup !!!!

    Dear Friends,
    Let my production server running starts from 1st June .
    In 15 june , I take the First rman full (or level0) backup using the command :
    RMAN> backup database plus archivelog;
    In 20 June I take 2nd rman full backup using : RMAN> backup database plus archivelog;
    Again in 30 June , I take the Third(3rd) rman full (or level 0) backup using the command :
    RMAN> backup database plus archivelog;
    And also my rman policy set as :
    CONFIGURE RETENTION POLICY TO REDUNDANCY 1;
    In the above scenario , I have the following questions :
    1) When I take the Third(3rd) backup then is it the First RMAN backup goes to obsolete as per my rman policy ( RETENTION POLICY TO REDUNDANCY 1) ?
    2) Is the above all RMAN backup make a link between them ?
    3) If my first RMAN backup goes to obsolete and I have to delete the First RMAN backup , then which types of problem I face ? Can I go to previous state(suppose I need to back in 1st June) of my server if I delete First rman backup ?
    4) when I take 3rd rman full backup , then is it all information from 1st january of the server are stored in the 3rd backup ? i.e., is the 3rd rman backup stores all the previous two rman backups information ?so that If I delete the previous two backup , then I get all information form 3rd rman backup .what is the actual scenario ......
    plz help me to make clear concept about it .......
    thx in advance .....

    1) When I take the Third(3rd) backup then is it the First RMAN backup goes to obsolete as per my rman policy ( RETENTION POLICY TO REDUNDANCY 1) ?The REDUNDANCY parameter of the CONFIGURE RETENTION POLICY command specifies how many backups of each datafile and control file that RMAN should keep. In other words, if the number of backups for a specific datafile or control file exceeds the REDUNDANCY setting, then RMAN considers the extra backups as obsolete.So as in your case the redundancy is 1 so the 1st and 2nd backup are obsolete.
    To check the obsolete backups run
    rman> report obsolete;
    To delete them
    rman> delete obsolete;
    Link:[http://download.oracle.com/docs/cd/B19306_01/backup.102/b14192/setup005.htm#BRBSC400]
    Is the above all RMAN backup make a link between them ?I am not very much clear with the question.The RMAN information is stored in the controlfile.You can also create a new recovery catalog and register the target database. The RMAN repository records in the control file will be copied to the new recovery catalog.
    when I take 3rd rman full backup , then is it all information from 1st january of the server are stored in the 3rd backup ? i.e., is the 3rd rman backup stores all the previous two rman backups information ?so that If I delete the previous two backup , then I get all information form 3rd rman backupThe 3rd RMAN backup will contain all the information of the DB from the very 1st day.You will get all the information in the 3rd rman backup as its a level 0 or what we say a FULL DATABASE BACKUP.If suppose the 3rd rman backup would have been a incremental backup, then you would have required a full backup, previous to the incremental one, so that after restoring the full backup, you restore the incremental to recover the DB completely.
    Link:[http://download.oracle.com/docs/cd/B19306_01/backup.102/b14191/part1.htm#i996723]
    [http://download.oracle.com/docs/cd/B19306_01/backup.102/b14192/bkup004.htm#BRBSC133]
    Forgot to answer the 3rd question
    3) If my first RMAN backup goes to obsolete and I have to delete the First RMAN backup , then which types of problem I face ? Can I go to previous state(suppose I need to back in 1st June) of my server if I delete First rman backup ?well, i am not very much sure , but i think is , if you have the 1st rman backup pieces physically present on the disk, you can catalog it and then use the rman command to restore the data from it of till 1st june.
    To catalog the backup pieces use
    rman> catalog backuppiece 'filename';
    Link: [http://download.oracle.com/docs/cd/B19306_01/backup.102/b14192/maint007.htm]
    HTH
    Anand
    Edited by: Anand... on Oct 15, 2008 10:51 AM

  • RMAN backup problme becasue of TSM

    I Joined one call today , topic was RMAN backups problem because of TSM, I am wondering what is TSM, i guess Tivoli Storage manager...Not sure, and how it can effect RMAN Backup & its performance...Just trying to get general idea....

    Yes, TSM is Tivoli Storage Manager which is IBM's backup/recovery/storage management product. RMAN needs a media manager interface to write to tapes, this is where TSM comes into play. It acts as this media manager passing off the data to write to tape. This is made possible via a library which TSM provides (an Oracle library link file is replaced with one pointing to the TSM library file) to inform RMAN of it's presence and enable it's use. There are also configuration settings (network timeout, throughput, client name, media server name, etc.) which to a great deal affect the performance of RMAN and TSM to the extent where backups may not be possible if setup incorrectly.
    For more information you can look at the IBM site.
    Hope this helps.

  • Create Data Guard Using ASM Managed RMAN backup

    we have an oracle database 11.1.0.7 working on Windows server 2003 (64bit). The storage in ASM managed (same 11.1.0.7). Our total database size is 4TB.
    I will have to create a physical standby database (Data Guard) of this instance. Now I am having issues on how to transport my RMAN backup pieces (which is also ASM managed).
    I cannot do an over the network RMAN backup because it will take months to complete.
    We have external 4 hard disks (2 TB each). But my RMAN backup pieces are ASM in format.
    Any ideas on how to easily create a data guard in this set up.

    TheAlchemist wrote:
    can you provide us any clear steps....Hope you asked for Restoring from backups.
    1) Prepare PFILE and put in nomount status.
    2) Restore standby controlfile
    RMAN> restore standby controlfile from '+DG/...'
    3) Mount controlfile
    SQL> alter database mount standby database;
    4) Restore database.
    If you are restoring into another diskgroups, then use as below.
    RUN {
    SET NEWNAME FOR DATAFILE 1 TO '+Dg1/....';
    SET NEWNAME FOR DATAFILE 2 TO "+Dg1/...';
    RESTORE DATABASE
    If same diskgroup you want to use then, just give RMAN> restore database;
    After successful restore
    5) Start MRP
    SQL> alter database recover managed standby database disconnect from session;

  • Last SCN in RMAN backups

    Hi,
    in 10g R2 how to know Last SCN in RMAN backups (to which we can recover) ?
    Thank you.

    Hi,
    try to use the LIST command acorss backupsets or data files as per your need / requirement. Checkfor column
    Ckp SCN and time Ckp Time. Based on that you find which is lastest, same works for Archive log too, perhaps check with Next SCN
    - Pavan Kumar N
    - ORACLE OCP - 9i/10g
    https://www.oracleinternals.blogspot.com

  • RMAN Backup Script not running in cron tab

    Hi,
    I am having rman backup script which is being executed successfully through shell.
    but when scheduled in cron the script is being called but RMAN commands are not getting executed.
    i have scheduled cron using oracle user.
    Attached below the rman script for taking LEVEL 1 backup
    #! /bin/ksh
    DATE=`date +%Y-%m-%d`
    export ORACLE_SID=ACIDC
    export ORACLE_BASE='/home/app/oracle/product/10.2.0'
    PATH=$PATH:${ORACLE_HOME}/bin
    export PATH
    export ULIMIT=unlimited
    export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$ORACLE_HOME/network/lib
    export LIBPATH=$LD_LIBRARY_PATH:/usr/lib
    export TNS_ADMIN=$ORACLE_HOME/network/admin
    cd $ORACLE_HOME/bin
    rman TARGET= / << EOF > /oraclebkp/rmanlogs/ACIDC/$DATE.log
    backup incremental level 1 database;
    report obsolete;
    delete noprompt obsolete;
    exit;
    EOF
    exit 0
    Attached cron script
    SHELL=/bin/sh
    PATH=:/usr/ucb:/bin:/usr/bin
    10 17 * * 2 /oraclebkp/rmanscripts/rmandclvl1.sh 2>&1 >/oraclebkp/cronlogs/delobs.log
    Files delobs.log
    and oraclebkp/rmanlogs/ACIDC/$DATE.log are being created but with 0 bytes .
    Thanks in Advance
    HariPriya,

    rman TARGET= / << EOF > /oraclebkp/rmanlogs/ACIDC/$DATE.log Change this line to and try..
    $ORACLE_HOME/bin/rman TARGET= / << EOF > /oraclebkp/rmanlogs/ACIDC/$DATE.log

  • Archive files and rman backup

    Hi Experts,
    For testing, I creates a testing DB. after that, I delete some archive file from physical side.
    testing DB works well.
    However, I tyr to back up thsi testing DB. I got below error message
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=142 devtype=DISK
    new RMAN configuration parameters:
    CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT 'D:\Oraclebackup\CLS\exports\RMAN\%U
    new RMAN configuration parameters are successfully stored
    released channel: ORA_DISK_1
    Starting backup at 15-JAN-09
    current log archived
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=142 devtype=DISK
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of backup plus archivelog command at 01/15/2009 15:18:13
    RMAN-06059: expected archived log not found, lost of archived log compromises re
    coverability
    ORA-19625: error identifying file D:\test\ARC00001_0675529905.001
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    So How to fix this issue?
    That means we can not delete any archive log files that we do not need it.
    Otherwise there are a problemwhen we try to backup later
    JIm

    Hi Jim,
    change archivelog all crosscheck ;
    will do the trick.
    You can purge archive files but do it within rman.
    Add a line in your rman backup script which makes backup your database and archive files like this.
    delete noprompt copy of archivelog all completed before 'SYSDATE-3';
    Regards,
    Tycho

  • 3 Different Backups; Which one is right?

    Hello everyone,
    I have a question about backup systems. I looked around the forums and saw a couple that were almost the same question but weren't, so I am going to ask mine. I am not sure if my questions make a difference with the answers though.
    I just bought a Lenovo G560. As you know, it came with OneKey which is the button on the key board. It also has Windows Backup (Windows 7). But, I also went out and bought a portable backup hard drive (Hitachi) that came with its own backup software.
    So my question is which one do I use??? I will explain what I want to do, then my thoughts on each option, and I am hoping someone here could give me solid advice. I already had a system crash once and lost everything, so I don't want to start over again.
    (What I would like to do)
    I would like to have two different types of back up completed to my external hard drive:
    1. Would be a system image of everything as it is on my laptop. In case of a major failure, I can simply start fresh from the last backup image and (for the most part) not skip a beat. This backup would probably be done once every two weeks or maybe once a month.
    2. I would also like to have a traditional backup of everything in my personal folder which would basically be just my files i.e. pictures, music, documents, etc. This way in case I delete 1 or 2 files by accident I can go into my external hard drive and pull those files back over. This backup would probably be done 1 to 2 times a week.
    (My Thoughts)
    OneKey: I like the idea of the OneKey software because that function is built into the laptop with a dedicated button. But from what I saw so far, this software can't be set up to do both types of backup at the same time. But, I might be wrong on this...
    Windows: A part of me thinks I should let Windows conduct its own backup because Windows should know what Windows need to run in case of a major failure, and this would be the easiest for me. From what I have read, Windows can do two different types of backup at one time, but it is vvvvveeeeerrrrryyyy slow, and a lot of times the second scheduled backup will attempt to start before the first one is finished which causes major problems.
    Hitachi: The external hard drive came with its own backup software installed that it uses to manage backups. This one requires you to install yet another program onto the laptop (which is on top of the 2 already there OneKey & Windows). It seems simple enough to use, but I am not sure if it can do two different types of backup.
    A part of me thinks if I were to use OneKey or Windows I could basically format the external hard drive and then I will have a completely empty drive for backups since I would get rid of the pre installed software.
    Or, I could be completely wrong on all three of these, and need to use some other backup software to do what I want.
    I need to tell you that I am thinking of playing with a kernel of Linux that would be installed in a separate area on my laptop. I would like for the backup software to be able to include this in its backups (just the image type) since I am not planning on moving any personal information/files over to that OS just yet. Once I find a version of Linux I like, I would probably switch to that for full time use. So I think that would be important in the selection process of backup software.
    I know this is a big question, but I am hoping someone here can point me in the right direction. I am not very familiar with backup software. I had another external hard drive once before, but that one only did the My Documents folder, and there was a couple times I had to start fresh with Windows because I didn't have a system image. So I am hoping to not go through that again.
    Thanks for all of your thoughts.

    gigrosser, welcome to the forum,
    If I understand your intentions correctly I think your first priority is to create a set of recovery discs as suggested by yigit, a good reason for this will become clear later.
    As you are going to be playing with Linux you will need an imaging software which is capable of creating a base image and incremental images of the complete hard drive including the boot sectors, I personally don't see either One Key or Windows Backup being the optimal tools for achieving this.
    As I don't know which software came supplied with your Hitachi drive, I'm can't rule it out as being a suitable tool for the job which I would approach as follows;
    Once you have created recovery discs and installed your suitable imaging software you also need to be sure you create rescue media for the imaging software in order to be able to access your image backups should they be required.
    Assuming you have your hard drive configured with Linux et al you should then create a base image with the imaging software to your external hard drive. After it's completed add a "test folder" to your desktop and then shut the system down.
    Now's the time to test your image and rescue media by simply restoring the image you have just created; if the "test folder" isn't there it's worked, if it's still there something hasn't worked and needs a re-think.  Worst case and absolutely nothing works is the time to use the recovery discs you created to set your system back to factory and start reconsidering the whole concept again That's why the recovery discs are important.
    Assuming that everything ran successfully it's time to add a few files, 500MB should suffice, in order to run an incremental image backup and of course to recover to that incremental backup. If everything works you have the first part of your problem solved.
    Now to the second part; there's a windows tool which seems to have got a bit forgotten over the years, have you considered using windows Briefcase?  Just search Windows help to find out all about how it could help you.
    However the second part may be superfluous; - "in case I delete 1 or 2 files by accident" - I don't know how much data you're going to be adding / changing / deleting on a daily basis, but running incremental image backups shouldn't normally take very long, you'll find out the answer to this when running your tests.  A good imaging software will allow you to extract single files from any backup you have made which in effect negates the requirement for a second solution.
    Hope I've explained my thoughts clearly enough, if not let me know.
    Edit; to answer "which one is right?" is maybe none, maybe all - the right one is the one that works even if it's the fifth choice
    Regards
    Andy  ______________________________________
    Please remember to come back and mark the post that you feel solved your question as the solution, it earns the member + points
    Did you find a post helpfull? You can thank the member by clicking on the star to the left awarding them Kudos Please add your type, model number and OS to your signature, it helps to help you. Forum Search Option T430 2347-G7U W8 x64, Yoga 10 HD+, Tablet 1838-2BG, T61p 6460-67G W7 x64, T43p 2668-G2G XP, T23 2647-9LG XP, plus a few more. FYI Unsolicited Personal Messages will be ignored.
      Deutsche Community     Comunidad en Español    English Community Русскоязычное Сообщество
    PepperonI blog 

Maybe you are looking for