Problem with bitmap partitioned index

My order table (3.6 M rows) has got 4 partitions (one per year). I've defined 24 LOCAL BITMAP INDEXES on the data (DSS environment); every index is built on one column.
The cardinality of these columns is quite various (from 10% to 80%) - I know in some case the use of bitmap index is not OK -.
The table is manipulated in this way:
- Nightly it has about 5K new rows inserted.
- All of this rows have update after insertion (only some of this update are referred to indexed column).
- Early in the morning the partition table referred to actual data, is analyzed with COMPUTE STATISTICS option.
- During the day the data are queried thousand times.
The problem is:
1. Before table/index partitioning all the indexes of the table were BITMAP too, and their size were acceptable; these size did not grow up to much during the time. We use to rebuild index once at 2-3 months.
2. After table/index partitioning some of the bitmap indexes related to the partition that contain actual data, get poor in few days. Their size grow up very quickly (about 16mb at day) and they can allocate 100 times more space than before partitioning. So, I must rebuild these indexes / partitions once at 2-3 days. I have checked the distinct values of poor indexes column, and there is not correlation between cardinality and growth (I mean, this problem happens on index with low cardinality as well as high cardinality).
3. I have the same order table in another schema with the same indexes and similar number of rows (1.7 M). Any of these indexes have strange growth. (I.E.: size of index on AGENT column is normally 2Mb; the poor index is about 200Mb after 4 work days).
We work with 8.1.7.2 on Windows 2000.
Does anyone have any idea about my problem?
Thanks in advance L.

Nirpol wrote:
I create 2 different bitmap join index:
CREATE BITMAP INDEX lsa.AAB_V_ARTICOLO_MARCA_IDX ON LSA.AAB_VENDUTO(MARCA)
FROM LSA.AAB_VENDUTO vv, LSA.AAB_ARTICOLO aa WHERE vv.articolo_id=aa.articolo_id;
CREATE BITMAP INDEX lsa.AAB_V_CLIENTE_TIT_STUDIO_IDX ON LSA.AAB_VENDUTO(TITOLO_STUDIO)
FROM LSA.AAB_VENDUTO vv, LSA.AAB_CLIENTE cc WHERE vv.cliente_id=cc.cliente_id;
What happens if you just create two plain bitmap indexes without the join?
CREATE BITMAP INDEX lsa.AAB_V_ARTICOLO_MARCA_IDX ON LSA.AAB_VENDUTO(MARCA);
CREATE BITMAP INDEX lsa.AAB_V_CLIENTE_TIT_STUDIO_IDX ON LSA.AAB_VENDUTO(TITOLO_STUDIO) ;You can also go with normal indexes on the FK rows (cliente_id) and the optimizer can do a bitmap conversion from normal index to bitmap index if needed. Are the column values evenly distributed? If not you might need to go for some column histogram. but I don't have the impression that this is really useful in your case.

Similar Messages

  • 2 problem with BITMAP JOIN INDEX and access plan

    On my schema ("LSA") I have 3 tables:
    AAB_VENDUTO (~4.200.000 record)
    AAB_ARTICOLO (~8.200 record)
    AAB_CLIENTE (~15.000 record)
    AAB_ARTICOLO.MARCA has 1079 distinct values
    AAB_CLIENTE.TITOLO_STUDIO has 22 distinct values
    I create 2 different bitmap join index:
    CREATE BITMAP INDEX lsa.AAB_V_ARTICOLO_MARCA_IDX ON LSA.AAB_VENDUTO(MARCA)
    FROM LSA.AAB_VENDUTO vv, LSA.AAB_ARTICOLO aa WHERE vv.articolo_id=aa.articolo_id;
    CREATE BITMAP INDEX lsa.AAB_V_CLIENTE_TIT_STUDIO_IDX ON LSA.AAB_VENDUTO(TITOLO_STUDIO)
    FROM LSA.AAB_VENDUTO vv, LSA.AAB_CLIENTE cc WHERE vv.cliente_id=cc.cliente_id;(star_trasformation_enabled is TRUE)
    I run (on SQL Developer 1.5.5) these similar queries:
    SELECT DISTINCT VV.cliente_id FROM LSA.AAB_VENDUTO VV JOIN LSA.AAB_ARTICOLO AA on VV.articolo_id=AA.articolo_id
    WHERE (MARCA='ALGIDA' OR MARCA='SAMMONTANTA');
    SELECT DISTINCT VV.cliente_id FROM LSA.AAB_VENDUTO VV JOIN LSA.AAB_CLIENTE CC  on VV.cliente_id=CC.cliente_id  
    WHERE (titolo_studio='LAUREA BREVE' OR titolo_studio='MAGISTRALE');The first one use correctly the bitmap join index, this is the access plan:
    !http://bitlgs.altervista.org/_altervista_ht/marca.png!
    but the second query...
    !http://bitlgs.altervista.org/_altervista_ht/titolo_studio.png!
    why the second query doesn't use the bitmap index?
    problem #2:
    I create another bitmap index:
    CREATE BITMAP INDEX LSA.AAB_V_CLIENTE_SESSO_IDX ON LSA.AAB_VENDUTO(SESSO)
    FROM LSA.AAB_VENDUTO vv, LSA.AAB_CLIENTE cc WHERE vv.cliente_id=cc.cliente_id;and I run this query:
    SELECT VV.cliente_id, COUNT(*) FROM LSA.AAB_VENDUTO VV JOIN LSA.AAB_CLIENTE CC on VV.cliente_id=CC.cliente_id
    WHERE sesso='Donna' and (titolo_studio='LAUREA BREVE' or titolo_studio='MAGISTRALE') GROUP BY VV.cliente_id;this is the access plan:
    !http://bitlgs.altervista.org/_altervista_ht/terzo.png!
    In my opinion, the part that I have marked as 'A' is superfluous...
    why it make a join with AAB_CLIENTE table? Why it filter again the titolo_studio and sesso field?
    Edited by: Nirpol on 4-set-2009 13.25

    Nirpol wrote:
    I create 2 different bitmap join index:
    CREATE BITMAP INDEX lsa.AAB_V_ARTICOLO_MARCA_IDX ON LSA.AAB_VENDUTO(MARCA)
    FROM LSA.AAB_VENDUTO vv, LSA.AAB_ARTICOLO aa WHERE vv.articolo_id=aa.articolo_id;
    CREATE BITMAP INDEX lsa.AAB_V_CLIENTE_TIT_STUDIO_IDX ON LSA.AAB_VENDUTO(TITOLO_STUDIO)
    FROM LSA.AAB_VENDUTO vv, LSA.AAB_CLIENTE cc WHERE vv.cliente_id=cc.cliente_id;
    What happens if you just create two plain bitmap indexes without the join?
    CREATE BITMAP INDEX lsa.AAB_V_ARTICOLO_MARCA_IDX ON LSA.AAB_VENDUTO(MARCA);
    CREATE BITMAP INDEX lsa.AAB_V_CLIENTE_TIT_STUDIO_IDX ON LSA.AAB_VENDUTO(TITOLO_STUDIO) ;You can also go with normal indexes on the FK rows (cliente_id) and the optimizer can do a bitmap conversion from normal index to bitmap index if needed. Are the column values evenly distributed? If not you might need to go for some column histogram. but I don't have the impression that this is really useful in your case.

  • Weird problems with recovery partition

    Hi. I just got a new X1 Carbon a few days ago. When trying to install Ubuntu, I messed up the bootmgr. At that point I still had the option F11 for recovery on startup, but choosing it did not give any results and after a restart, the option was gone. When researching the problem, I found this thread:
    http://forums.lenovo.com/t5/ThinkVantage-Technolog​ies/Need-help-with-recovery-partition-create-recov​...
    Since my recovery partition Q was untouched, the steps described in the thread allowed me to restore partitions S and C. So far so good, but now the problems start.
    First, the letters of the partitions get messed up after every reboot. I assign Windows7_OS the letter C, SYSTEM_DRV gets S, and Lenovo_Recovery gets Q. Diskpart then lists the drives with correct letters. But after a reboot, they're back to D,C,E, respectively.
    Then, when I boot the Windows recovery disk from a usb stick, it correctly recognizes that Windows is installed on drive D. It suggests that there are startup problems, which I tell it to fix. After the next reboot, it does not warn me about startup problems. When I then go to command prompt and enter
    bootrec.exe /fixmbr
    bootrec.exe /fixboot
    then the Windows recovery disk commits suicide. It seems to attempt to fix its own bootmgr. At the moment, both usb stick and hard disk run with grub (Windows recovery on a multiboot installed by YUMI). After I run the commands above, the hard disk still runs with grub, but the usb stick now has bootmgr and fails to boot. I have tried this several times, each time recreating the Windows recovery disk with YUMI, and every time the same result.
    F11 option is of course still gone. At this point I'm out of my wits. Any suggestions are welcome.
    Solved!
    Go to Solution.

    In the end I formatted and made a clean install. F11 Option is gone. Recovery partition is still untouched, but I don't think it will be used again. Followed this advice to install a fresh Windows 7 using a usb stick:
    http://www.sevenforums.com/tutorials/219487-clean-​reinstall-factory-oem-windows-7-a.html#post1839164
    Since I did not have access to Windows with administrator rights, I had to use Ubuntu to create the bootable Windows stick:
    http://cloud101.eu/blog/2012/03/24/create-a-window​s-7-live-disk-from-ubuntu-linux/
    The WiFi driver was not included in Windows, so I had to download that in another system, and install manually. From there I could then go online in Windows to download the remaining drivers from Lenovo (after the clean install there's a long list of unrecognized devices).
    Since the laptop comes with 4 primary partitions preinstalled I had to merge the SYSTEM_DRV and the Windows7_OS partition in order to create an additional partition for Ubuntu. Then I installed Ubuntu and took control of the startup behavior using EasyBCD.

  • Problem with replicated partitioning between two BSO db's. version 9.3.0.1

    Hi there,
    I have a problem with partitioning between two BSO db’s.
    I created the partition, it validates and I made an export for the partion definiton(xml file).
    Everything is fine if I set this partition up as transparent partition.
    This means I can see the data from the src in the trg db as ecpected.
    But when I change over to replicated (what in fact I want to do) nothing happens for the trg site - there are still no data. (Yes I have choosen Update all cells.)
    I got no error in any way neither AAS nor in the app logs of src and trg.
    (Mayby this it important: one src-dimension is mapped to void for the trg.)
    Can anyone give me a hint or even confirm this behaviour ?
    Thank you in advance
    Andre
    Below the log infos:
    log of src db:
    [Fri Dec 04 15:29:03 2009]Local/AAA///Info(1013210)
    User [hyperion] set active on database [db]
    [Fri Dec 04 15:29:03 2009]Local/AAA/db/hyperion/Info(1013091)
    Received Command [PutReplicatedCells] from user [hyperion]
    [Fri Dec 04 15:29:03 2009]Local/AAA///Info(1013210)
    User [hyperion] set active on database [db]
    [Fri Dec 04 15:29:03 2009]Local/AAA/db/hyperion/Info(1013091)
    Received Command [XferReplicatedCells] from user [hyperion]
    [Fri Dec 04 15:29:03 2009]Local/AAA///Info(1013214)
    Clear Active on User [hyperion] Instance [1]
    [Fri Dec 04 15:29:03 2009]Local/AAA/db/hyperion/Info(1023005)
    Update of replicated partition elapsed time : [0] seconds
    [Fri Dec 04 15:29:03 2009]Local/AAA/db/hyperion/Info(1243010)
    Partition refreshed
    log of trg db:
    [Fri Dec 04 15:29:03 2009]Local/AAA1///Info(1013210)
    User [hyperion] set active on database [db]
    [Fri Dec 04 15:29:03 2009]Local/AAA1/db/hyperion/Info(1013091)
    Received Command [ReqXferReplicatedCells] from user [hyperion]
    [Fri Dec 04 15:29:03 2009]Local/AAA1///Info(1013210)
    User [hyperion] set active on database [db]
    [Fri Dec 04 15:29:03 2009]Local/AAA1/db/hyperion/Info(1013091)
    Received Command [ProtocolXchg] from user [hyperion]
    [Fri Dec 04 15:29:03 2009]Local/AAA1/db/hyperion/Info(1023044)
    Processing distributed request from [P4B5A856A, AAA, db]
    [Fri Dec 04 15:29:03 2009]Local/AAA1/db/hyperion/Info(1013091)
    Received Command [PutLastUpdatedTime] from user [hyperion]
    [Fri Dec 04 15:29:03 2009]Local/AAA1///Info(1013214)
    Clear Active on User [hyperion] Instance [1]
    [Fri Dec 04 15:29:03 2009]Local/AAA1///Info(1013214)
    Clear Active on User [hyperion] Instance [1]

    It sounds like you are doing it all correctly. One thing you might try just to be sure you are not getting any data in the target database is the following:
    1) clear the target database
    2) Run the replication for all cells
    3) Run an export of all data on the target database
    See if you get anything in the export file, maybe you are getting some of the data or possibly it is a rollup issue. Just a thought.
    Jeff

  • TileList problem with effects - 'RangeError: Index '8′ specified is out of bounds.' error.

    Flex 3.0 beta TileList problem with effects
    I have a problem with deleting item from a Flex 3.0 beta
    TileList component. While a delete item effect is playing and I
    delete another item (while the first effect is still playing) , I
    get an ‘RangeError: Index ‘8′ specified is out of
    bounds.’ error. How do you delay processing until the effects
    are done? or is there another solution? do I use a callLater()? or
    remove the eventListener and wait until the effect finishes?
    To see the problem, hit the down error twice quickly.
    To see the application ->
    http://designwithflex.com/pics/fasterror.swf
    Here is Thumbnail.mxml
    <?xml version="1.0" encoding="utf-8"?>
    <mx:VBox xmlns:mx="
    http://www.adobe.com/2006/mxml"
    width="100" height="100">
    <mx:Label text="{data.name}" />
    <mx:Label text="{data.age}" />
    </mx:VBox>
    and here is main.mxml:

    luvgelato,
    Can you please file a bug at
    http://bugs.adobe.com/flex/
    and attach all your MXML code.
    Thanks,
    Peter

  • [SOLVED] Problem with mountpoints, partitions ... WTHIWIG

    WTHIWIG - What the hell is what I get  // or what I've done ;]
    On my fresh 1 day old installation I've got such strange behavior:
    Last login: Sun Apr 1 02:47:27 2012 from 10.42.0.1
    Could not chdir to home directory /home/user: No such file or directory
    /usr/bin/xauth: error in locking authority file /home/user/.Xauthority
    [user@user-linux-pc /]$ df
    System plików 1K-bl użyte dostępne %uż. zamont. na
    rootfs 20906032 2657356 17200156 14% /
    /dev 1024164 0 1024164 0% /dev
    run 1027200 256 1026944 1% /run
    /dev/sda9 20906032 2657356 17200156 14% /
    shm 1027200 0 1027200 0% /dev/shm
    tmpfs 20906032 2657356 17200156 14% /tmp
    /dev/sda8 20906032 2657356 17200156 14% /home
    /dev/sda3 20906032 2657356 17200156 14% /boot
    [user@user-linux-pc /]$ mount
    rootfs on / type rootfs (rw)
    proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
    sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
    /dev on /dev type devtmpfs (rw,nosuid,relatime,size=2021740k,nr_inodes=505435,mode=755)
    run on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
    /dev/sda9 on / type ext4 (rw)
    devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
    shm on /dev/shm type tmpfs (rw,nosuid,nodev,relatime)
    tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
    /dev/sda8 on /home type ext3 (rw)
    /dev/sda3 on /boot type ext3 (rw)
    [user@user-linux-pc /]$ ls /boot/
    [user@user-linux-pc /]$ ls /home/
    [user@user-linux-pc /]$ sudo parted -l
    Hasło:
    Model: ATA SAMSUNG SP2504C (scsi)
    Dysk /dev/sda: 250GB
    Rozmiar sektora (logiczny/fizyczny): 512B/512B
    Tablica partycji: msdos
    Flagi dysku:
    Numer Początek Koniec Rozmiar Typ System plików Flaga
    1 1049kB 10,7GB 10,7GB primary ntfs ładowalna
    2 10,7GB 250GB 239GB extended
    12 10,7GB 47,4GB 36,7GB logical ntfs
    5 47,4GB 64,4GB 17,0GB logical ntfs
    6 64,4GB 118GB 53,7GB logical ntfs
    7 118GB 127GB 8918MB logical ntfs
    13 127GB 209GB 81,7GB logical ext3
    8 209GB 226GB 17,2GB logical ext3
    9 226GB 247GB 21,5GB logical ext4
    10 247GB 250GB 2150MB logical linux-swap(v1)
    11 250GB 250GB 210MB logical fat32
    3 250GB 250GB 315MB primary ext3
    [user@user-linux-pc /]$ cat /etc/fstab
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    tmpfs /tmp tmpfs nodev,nosuid 0 0
    LABEL=user-boot /boot ext3 defaults 1 2
    #LABEL=user-linux / ext4 defaults 1 1
    /dev/sda9 / ext4 defaults 1 1
    /dev/sda8 /home ext3 defaults 1 2
    LABEL=user-swap swap swap defaults 0 0
    I'm suspecting the cause of that could be update of "filesystem" where "mtab" where with conflict during updating.
    As far as I remember I cleaned up it or even removed (probably the stupidest thing I've made for some time ;]). Several restarts later I noticed problems with /home/userDIR.
    In the way of trying to repair that I've copied (especially /proc, /sys etc. mount points) and changed "mtab" from my second Arch installation but nothing helps.
    I can manually mount /home, /boot and then they appears
    Last edited by travnick (2012-04-03 12:25:39)

    It seems a little suspicious that /, /tmp, /boot and /home are all *exactly* the same size and have *exactly* the same ratio of used to available bytes? Or do you expect that?
    Do you have dump installed?
    As far as I know /proc /sys etc. are recreated on reboot so you shouldn't need to copy them. mtab should be a symlink. Is it? If so, where does it point?
    When you say you can manually mount them, how exactly? Does e.g. just mount /home work? Or do you have to use another command?

  • Problem with replacement of index series, change of base year

    Hi Experts!
    I try to explain my problem in Real Estate.
    In Italy from January 2011 the baseline (base year) national index of consumer prices for the entire community (NIC) and national consumer price index for families of workers and employees (CPI) moved from 1995 to 2010.
    So, I have to change the base year of index in Rent Adjustment.
    I think I have changed the base year from 1995 to 2010.
    (Path: Real Estate>Rent Adjustment>Index>Replacement of index series, change of base year)
    In table TIVAJINDXCON (previous was empty) now there is this record:
    SERIESTO: 08000
    BASEYEARTO: 1995
    SERIESFROM: 08000
    BASEYEARFROM: 2010
    CHAINDATE: 31.12.2010
    INDEXBASETO: 1,373
    But with transaction FOA0 it seems that the rent adjustment still consider 1995 as base year instead of 2010.
    I have to set the SAP application as to use 2010 as new base year instead of 1995.
    Would you please forward me with any support.
    Best regards,
    Thank you.
    Tania

    My question has been answered by SAP.

  • Problem with Recovery Partition(After i got a Virus)

    Hi all,
     I am using HP Envy 15 notebook with windows 7 home premium x64-bit installed.I didnt create the recovery disks since i got this notebook and what happened is that i got a virus from the internet but i almost repaired all system faults caused by it but the main problem for me is that it change all main drive folders name into Virus1232 for example (d:\recovery changed into d:\virus1234) and i spent hours over the internet to get the right folder and file names and i got them all but only one file not sure of.My problem is when i enter the Recovery Manager it doesn't detect any my recovery partition(but the virus isnt responsible for any file deletion it just caused some system changes) and just to speak i also corrected the folder and file names in c: drive since they are needed too.
    These are the filenames i got in D: drive : bootmgr - BT_HP.flg - CSP.DAT - DeployRp.log -  HPSF_Rep.txt - language.ini ; and the filename let is the one im not sure of: "HP_WSD.dat" (it is a zero-byte file).
    The recoverymgrdump.txt works right untit "CSBRMgr::GetRPTOOLPartIndex leaving!"
    then it tells me :
    "Win32 System Info Code = 3, Info Message = The system cannot find the path specified."
    and it also say :
    "CSBRMgr::HpcdFlgIsExistInUP <UP>:\WINDOWS\hpdrcu.prc does not exist."
    I dont know if that is normal but also the deployrp.log gives me this error:
    "Package does not exist: c:\RM\Tools\DeployRp\WinPE_LangPacks\64\winpe-setup.cab"
    ofcourse there are more errors in both files but i guess those are the most important.
    So my question is: could the file attributes in d: drive be responsible for this error(i changed all attrbutes to be system hidden and read only)
    OR
    If anyone have a solution please tell me what to do.
    Thanks.
    This question was solved.
    View Solution.

    You are best to order a set of Recovery discs from HP, doi a full recovery using those.
    You can order recovery media here
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c00810334&cc=us&lc=en&dlc=en
    Or call HP on the phone to order a set.
    USA
    http://welcome.hp.com/country/us/en/contact_us.html
    Everywhere else
    http://welcome.hp.com/country/us/en/wwcontact_us.html

  • Problem with Pages/SpotLight index

    Hi
    I posted a question regarding a problem I am having using "Open existing files" in Pages. The thread is called "Can't find pages files".
    After some responses I was asked to use Onyx to rebuild the spotlight index. However the problem was fixed on the first search but soon returned back. One of the posters said that it seems that something on my system is clobbering the Spotlight index. He says I may require a clean system install to get rid of the issue. However before doing so, he suggested I ask in the forum dedicated to _Mac OS X v10.6 Snow Leopard _
    Can anyone help?
    Thanks,
    Raffaele

    If you want to report this issue to Apple's engineering, send a bug report or an enhancement request via its Bug Reporter system. To do this, join the Mac Developer Program—it's free and available for all Mac users and gets you a look at some development software. Since you already have an Apple username/ID, use that. Once a member, go to Apple BugReporter and file your bug report or enhancement request. The nice thing with this procedure over submitting feedback is that you get a response and a follow-up number; thus, starting a dialog with engineering.

  • Full start up disk... problem with disk partition.

    Hi,
    Ive got an original blueberry ibook which an ex, who considered himself some sort of high flying computer buff, decided to fiddle with... In his vast wisdom he deemed that my ibook would run better if he partitioned the start-up disk. The result being a slow running laptop, constant warnings that my start-up disk is full, a keyboard that doesnt function properly, hence missing characters and being unable to use the delete key.
    The message that comes up warning about the start-up disk being full says that I need to delete stuff to make room so that it can run properly. Ive tried going into the disk utility thing but it wont allow me to restore the disk back to its original state. I dont know a huge amount about computers but I have tried deleting all programs I dont use and having a good clear out but it hasnt made an ounce of difference.
    Does anyone have any idea how to get around this problem? All suggestions appreciated.

    Hi dancingdryad
    The first thing to check is, have you emptied the trash.
    Deleting Applications (programs) should not be necessary, rather the space is more likely being taken up by too many of your documents.
    The space has been filled up by your own files, generally called documents, but also includes, videos you have downloaded, photos, music. These are files that you have either created or downloaded and these are the things to move.
    So look in your Documents folder, in the iTunes and iPhoto applications, for excess photos and music that you can move onto an external drive, or burn to a CD.
    And after trashing something, do empty the trash.
    If you have a Previous System Folder on the hard drive, you can trash that as well.
    Extra tips from Dr Smokes can be read here:
    http://www.thexlab.com/faqs/freeingspace.html
    happy house cleaning.
    regards roam

  • Problems with Bootcamp partition solved using program: iPartition

    I Had real BOOTCAMP partition problems:
    1. I couldn’t see the partition in the startup list
    2. I got an error message “missing operating system”
    3. All this was a result of adding an extra Mac partition for Mavericks
    4. I fixed it all with a program called iPartition from “Coriolis Systems” in the United Kingdom!!!!!!!!!!!!!

    Well, you're not alone. Many other users are having the same problem,and it appears that Apple is ignoring the problem. I bought my iMac 27" in June 2010 and installed Bootcamp 3.1 running Windows 7. About every other reboot the gray screen will freeze during bootup and I have to do a hard reboot. Sometimes I get the Disk Read Failure. It is very, very frustrating. The only reason I bought the iMac 27" is that I like the look of it and the big screen; I have no desire to switch to a Mac, as I have too much money invested in Windows development software. I've installed multiple dual-boot systems in other non-Mac systems and never had any problems. I hope Apple stops ignoring the problem and comes out with a fix real soon.

  • Problems with NSS partition mirroring and pool errors.

    OS: NetWare 6.5SP8 latest patches applied
    I have an NSS pool that is made up of two 2TB LUNS on my SAN array.
    I've been trying to move the pool from the LUNs on my SAN array to a pair of 2TB VMWare disks by using the partition mirror method.
    All of the LUNS reside on the same array, but the two original LUNs are attached to an HBA in passthrough mode, so the VMWare infrastructure does not see those LUNS.
    One partition mirrored without issue. The second one shows as synchronized yet remained at 99%.
    A forum search indicated that a pool rebuild was in order.
    I ran a pool verify and rebuild and tried mirroring the "problem child" partition again with the same result.
    Before running the rebuild a second time, I removed both mirrored pairs.
    I ran a pool verify and rebuild and tried mirroring the "problem child" partition again with the same result.
    Last night, I repeated that same process and finally got 100% synchronization.
    In the second and third rebuild processes, I got an error message stating that data would be lost if I continued the rebuild. Since I have backup, I continued the rebuild.
    About 6 hours after that synchronization finished, I started receiving block error messages for the pool:
    NSS-3.00-5002: Pool xxxx/DATA is being deactivated.
    An error (20012(nameTree.c[45])) at block 536784421(file block -536784421)(ZID 6) has compromised volume integrity.
    The pool deactivated itself.
    I reset the server and when it mounted that volume, I continued to receive the errors.
    I deactivated the pool, put it in maintenance mode and started another pool rebuild, this time with the /purge option.
    I did not remove the mirrored pair before the rebuild started, so I have the one partition that gave me no problems un-mirrored and the partition that did give me problems is mirrored.
    I don't know if that will have any affect on the rebuild process or not.
    My questions are:
    1) Will the fact that the pool is only half-mirrored be an issue for the rebuild?
    2) Is there any other option in the rebuild process that I should have added?
    3) Is the fact that I'm mirroring to a VMFS disk an issue? I could create a new pool/volume on those VMWare disks and use the server consolidation utility to copy the data between volumes, but my desire to avoid that was the reason to use the mirror process in the first place.

    The difference between a sledge hammer and a Q-Tip is that you do a lot less damage with a Q-Tip.
    Everything has been messed with to the point where it would be impossible for any other advice than make a new disk, make a new pool, make a new volume, and do your restore. Then, when all the data is restored without error, move the OLD DATA: volume out of the way and put in the NEW DATA: volume.
    Originally Posted by gathagan
    My questions are:
    1) Will the fact that the pool is only half-mirrored be an issue for the rebuild?
    2) Is there any other option in the rebuild process that I should have added?
    3) Is the fact that I'm mirroring to a VMFS disk an issue? I could create a new pool/volume on those VMWare disks and use the server consolidation utility to copy the data between volumes, but my desire to avoid that was the reason to use the mirror process in the first place.
    1. God only knows. It should not.
    2. No. I think its an issue of doing too much, to quickly. It is unlikely a pool rebuild would "fix" a mirroring problem. I would not have gone ahead with a pool rebuild with mirroring broken.
    3. A disk is a disk. Perhaps there is some underlying issue with the VMDK. How is it provisioned? Is it out of space? Buggy edge cases of having an extactly 2TB VMDK? Who knows.
    The mirroring happens at a layer below the pool level. So I have a hard time understanding a how a rebuild would help mirroring unless the pool is really bent to begin with.
    Again, the state of the current DATA: volume would be in question after all that fiddling, even if you can get it to work would you really trust it? I would not. I would recreate DATA: from backup on whatever new partition you want and chalk it up to experience. You can minimize the pain of that by restoring to a differently named volume and then renaming the volumes after you confirm proper operation.
    -- Bob

  • Problems with Winclone/Partition space

    hello, I have a MBpro 08 edition and have a partitioned disk that is running XP. It is running really low on space, so I downloaded Winclone and made an image of the partition. The problem is that whenever I restore the image to the new partition which I have made 25 gigs, XP says that I still am low on disk space. It seems like Winclone is just restoring to my old partition of 10 Gigs, which is not enough space. Can anyone help me with this? Thanks in advance for taking the time to look into this.....

    mbp2008 wrote:
    Stefan,
    Hello, thanks for your assistance.
    I think I have read about this in some other posts. I am running a cloned version of the original XP version - so I can still use XP it is just running really low on space - if that makes sense?
    Yep, makes sense: your XP is still up an running but running out of disk space
    So when I convert to the NTFS file system do I open my XP partition and then follow the instruction on your link and then restart? After that I am assuming that I clown the converted NTFS version and then restore it?
    Yes, the convert command has to be used while running Windows. You will get the following mesage when running convert
    "Convert cannot gain exclusive access to the drive letter drive, so it cannot convert it now. Would you like to schedule it to be converted the next time the system restarts? <Y/N>", since convert needs exclusive access to your Windows partition.
    Answer (Y) for yes and reboot to Windows so that the convert process can start.
    Once finished a second reboot to Windows might be a good idea.
    After the conversion to NTFS was successful you can use WInClone again to backup the Windows partition and when you restore this backup you can use the resize function of WinClone.
    Regards
    Stefan

  • Phone heats up, hangs and restarts due to problems with the media index.

    A few times a week my phone heats up, hangs, and goes into a restart loop every few minutes, which drains the battery quickly. After some research in the diagnostics app I have come to the conclusion that it is the Media Storage app that hangs. I see spontaneous restarts in the android.process.media process every few seconds. A work-around is to go into settings, apps, all apps, media storage (Lagring av Media, in swedish, or android.process.media in android) and clear data. This immediately stops the problem, but then I usually need to reboot the phone manually once to get it to rescan all media again, since all that indexed data was lost.
    I suspect that my sd card (SanDisk microSDXC Mobile Ultra 128GB (Class 10)), with 90GB of MP3 files has somehow related to do, or at least makes matters worse, although I haven't tried to go for a week without it. The media data is usually around 50MB, when I clear it, this quickly rebuilds, until next time...
    The media storage index seems to be prone to corruption, and/or one or more processes reading or writing is corrupt.
    This is a nuisance since if I don't catch it rebooting right away I can be without battery quickly.
    So, even though the fix is easy now that I've found it, I would rather not have the problem at all. Worst of all, is when this happens when I'm in a call, or when someone tries to call or text me, but I don't notice, since the phone is hung. Also there is nothing wrong with the phone, this must be a software issue, where an error isn't handled correctly.
    In the early days of researching this problem, I did a factory reset, which actually cleared up some other issues I'd had with bluetooth connection in the factory installed software (even though it was of the same version). After this I waited to install any apps, and just went with standard vanilla android and sony apps. Still the same problem occurred after a couple of days. So it isn't related to third party software either. I see lots of posts online which detail this workaround, some as old as a few years old, but none with a real solution.
    Help please?

    I recieved a reply from Sony Xperia Care support. They suggested removing the SD-card to see if that helped. Fingers crossed I have now gone three days without acting up. The next time it does I'll try removing the sd card and see if I can break the record of seven days without a problem.
    They claim that it can be a hardware fault with the SD-card (highly unlikely in my opinion). Or a corrupt file on the card. I have only used the phone operating system and the Sony PC Companion application to transfer files. None of them have warned me about corrupt files. Also, if I can go seven days without a problem, why not eight? It's not like it acts up every time I access a particular file. It's just random, and rarely when I'm doing anything that access files on the sd-card.
    My guess is still that the media storage indexing is buggy. It's much more likely that the storage index is corrupt, than a file, for this behaviour to occur. Note that I work as a software test officer, with 25 years of IT experience, so I have a vague idea what I'm talking about.

  • Installing a SSD Samsung 830 Drive on my 520 - Problem with Recovery partition

    Hello,
    I am installing a 128GB Samsung 830 SSD on the W520, and i've put the original 50GB HDD on a HDD bay replacing the DVD/CD. bay.
    I did a system recovery on the HDD, to put it on its original states. Then I used Acronis True Image HD to clone the HDD to the SSD. I have the main partition on the SSD along with the Lenovo_recovery partition. I then install the SSD on the HD slot, and start the PC. No problem till there. It starts, and the machine works fine.
    I then do a system recovery from the HDD, and the recovery process goes to the end, but when the system restarts, I have a crash and it asks me to introduce the windows recovery disk. But I cannot starts anything anymore.
    If I reinstall the 500GB HDD, it start no problem.
    Any idea? Thank you for your help! 

    Really? Then how did you get the Samsung SSD in there to begin with. Look, you got two choices here: 1. Return the SSD for a refund, or 2. Find a Windoes PC & update the firmware.
    Why you'd purchase an SSD, to use in a Mac, whose firmware can only be updated using a Windows computer, makes no sense to me.

Maybe you are looking for

  • Please review my CLD practice exam

    Hi all, I'm working my nerve up to take the CLD.  If anyone has the time, I'd appreciate some advice on style, test rules, etc. based on my solution to the Traffic Light sample exam. Seemed a lot easier than the car wash exam.  Is this an older exam?

  • IMovie/iDVD project

    I created an iMovie project and then finished in iDVD on my powerbook with iMovie HD 5.0.2 and iDVD 5.0.1. I wanted to burn the movie on my G4 flatpanel because the laptop doesn't have a superdrive. I archived the project from iDVD and put it on an e

  • Where does iCal store its calendars?

    If I want to back up an iCal calendar onto something like a USB flashdrive where would I find it?  Since I am not using Lion, I do not have iCloud capability.

  • HT1451 How do I put my music onto a new device?

    Recently got and iPod touch gen2. Can't figure out how to get already purchased music into the music folder.

  • CSSMERR_TP_NOT_TRUSTED

    Why so hard to test my app on my iPhone from my Mac? All this code signing stuff is annoying at development tier. I did everything I could find in Google, Apple Developer Forums and here. Nothing did work. It's very frustrating... This is one of the