Adding size to index directory

If indexes out grow the physical limitation of the hardware and the customer wants to extend this limitation, how would they extend this?  For example could they mount another drive to the index directory? If they can, how does TREX know to use it.  I have looked into the sapprofile.ini and this lists the paths to the index directories, can it have more than one path?  Bottom line is on Unix, how can the index directory get expanded if the physical limitations of the hardware need to be expanded?

hi
create and use configuration of repository manager and enable in global services  the mountservice .hope this helps you.go through this link
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/fcc4b3c7-0701-0010-55ab-86e3ec0ce275.
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/e1f93f5c-0301-0010-5c83-9681791f78ec and specificaaly this link
http://help.sap.com/saphelp_nw04/helpdata/en/e3/92322ab24e11d5993800508b6b8b11/content.htm.hope this helps you
please don,t forget to give points
with regards
subrato kundu

Similar Messages

  • Scripts for adding/deleting/modifying Open Directory accounts?

    I think I have searched high and low for an answer to this question, but if I missed it please point me in the right direction. Where can I find information on scripts for adding/deleting/modifying open directory accounts? At the very least, a command line utility with some syntax guidelines! Any help would be greatly appreciated.

    Hi
    I personally don't know if any scripts although you can use the command line to do pretty much anything you want with the Open Directory. Consult the manual: man dscl. If you launch terminal and issue dscl you should see something like this:
    my-Laptop:~ me$ dscl
    dscl (v20.4)
    usage: dscl [options] [<datasource> [<command>]]
    datasource:
    localhost (default) or
    <hostname> (requires DS proxy support, >= DS-158) or
    <nodename> (Directory Service style node name) or
    <domainname> (NetInfo style domain name)
    options:
    -u <user> authenticate as user (required when using DS Proxy)
    -P <password> authentication password
    -p prompt for password
    -raw don't strip off prefix from DS constants
    -url print record attribute values in URL-style encoding
    -q quiet - no interactive prompt
    commands:
    -read <path> [<key>...]
    -create <record path> [<key> [<val>...]]
    -delete <path> [<key> [<val>...]]
    -list <path> [<key>]
    -append <record path> <key> <val>...
    -merge <record path> <key> <val>...
    -change <record path> <key> <old value> <new value>
    -changei <record path> <key> <value index> <new value>
    -search <path> <key> <val>
    -auth [<user> [<password>]]
    -authonly [<user> [<password>]]
    -passwd <user path> [<new password> | <old password> <new password>]
    Entering interactive mode...
    The above is for 10.4 and should server equally as well for 10.5.
    Hope this helps, Tony

  • Using large block sizes for index and table spaces

    " You are not using large blocksizes for your index tablespaces. Oracle research proves that indexes will build flatter tree structures in larger blocksizes.
    Is this a generic statement that I can use for all tables or indexes? I also have batch and online activity. My primary target is batch and it should not impact online. Not sure if both have common tables.
    How to find the current block size used for tables and index? is there a v$parameter query?
    What is an optimal block size value for batch?
    How do I know when flatter tree str has been achieved using above changes? Is there a query to determine this?
    What about tables, what is the success criterion for tables. can we use the same flat tree str criterion? Is there a query for this?

    user3390467 wrote:
    " You are not using large blocksizes for your index tablespaces. Oracle research proves that indexes will build flatter tree structures in larger blocksizes.
    Is this a generic statement that I can use for all tables or indexes? This is a generic statement used by some consultants. Unfortunately, it is riddled with exceptions and other considerations.
    One consultant in particular seems to have anecdotal evidence that using different block sizes for index (big) and data (small) can yield almost miraculous improvements. However, that can not be backed up due to NDA. Many of the rest of us can not duplicate the improvements, and indeed some find situations where that results in a degradation (esp with high insert/update rates from separated transactions).
    I also have batch and online activity. My primary target is batch and it should not impact online. Not sure if both have common tables.
    How to find the current block size used for tables and index? is there a v$parameter query?
    What is an optimal block size value for batch?
    How do I know when flatter tree str has been achieved using above changes? Is there a query to determine this?
    What about tables, what is the success criterion for tables. can we use the same flat tree str criterion? Is there a query for this?I'd strongly recommend that you
    1) stop using generic tools to analyze specific problems
    2) define you problem in detail ()what are you really trying to accomplish - seems like performance tuning, but you never really state that)
    3) define the OS and DB version - in detail. Give rev levels and patch levels.
    If you are having a serious performance issue, I strongly recommend you look at some performance tuning specialists like "http://www.method-r.com/", "http://www.miracleas.dk/", "http://www.hotsos.com/", "http://www.pythian.com/", or even Oracle's Performance Tuning consultants. Definitely worth the price of admission.

  • When building an application unit tests are added to a support directory

    Why are unit tests (.lvtest files) added to a support directory when building an application? I cannot find a way to exclude them from the support directory.

    I'd imagine this is happening to you because they are in the "Dependencies" section of your project file (*.lvproj). Is this correct?
    If so, you should add them to your project file somewhere. Then you will be able to prevent them from being installed. In my experience LabVIEW grabs files it thinks are nesecary from the Dependencies list and installs them in a support directory. 

  • Detecting size of a directory

    I'm trying to establish the size of the directory containing a photo, using LrFileUtils.fileAttributes. I can happily return a photo's file size using LrFileUtils.fileAttributes( photo.path) so I suspect the problem is specifying the folder path.
    According to the manual, LrFileUtils.fileAttributes ( path ) "retrieves the file attributes for the file or directory at a given path." So I'm trying:
                                folderPath = string.gsub( photo.path,  photo:getFormattedMetadata('fileName'), '')
                                phoAttributes = LrFileUtils.fileAttributes( folderPath)
                                folderSize =  phoAttributes['fileSize']
    Any thoughts?
    John

    johnbeardy wrote:
    According to the manual, LrFileUtils.fileAttributes ( path ) "retrieves the file attributes for the file or directory at a given path." So I'm trying:
                                folderPath = string.gsub( photo.path,  photo:getFormattedMetadata('fileName'), '')
                                phoAttributes = LrFileUtils.fileAttributes( folderPath)
                                folderSize =  phoAttributes['fileSize']
    First of all I'd try using LrPathUtils.parent( photo.path ) to set folderPath.That might help if the folder naming is the problem as you suspect.
    I'm surprised that fileAttributes would allow you to read the size of a folder, regardless of what the documentation says.  At the OS level one is an atomic transaction and the other involves iterating through all the contents of the directory and checking their MFT entries (etc).  My guess is this is a documentation bug.  When I've determined folder size I've iterated through all files directly or recursively in the folder and checked the fileAttributes for each file depending upon what I need at the time.  Even if it does work you may choose not to use it at times because it will either return direct or recursive folder size, and you may need the other size.
    Matt

  • Limiting the size of a directory

    I'm under the impression it's possible to create limitations on directory sizes via workgroup manager
    what I'm not sure of is exactly how this limit is applied
    is it applied via user restrictions in their subscription to the domain? i.e. if it's a shared directory is the rule applied via the profile of the clients who connect? or is it determined via the profile of the host?
    I have a shared directory, but no domain (currently, it's a project for the future). I'd like to limit the size of this directory (it's for our workflow, kinda arbitrary but it helps with the human processes).
    Can I subscribe just the sharing host to a domain and force restrictions upon the directory that way?
    While writing this out it occurred to me I can probably subscribe the host to a domain and have the remote users authenticate via a local user that is a member of the domain and thusly has the directory limitations - but maybe there is a more straightforward way to go about this?

    sarcasteak wrote:
    Hi all,
    I have an issue where a file may be written to by a string object, I doubt it. String objects don't write to files. You mean you're going to write a String object to a file?
    but the document as a whole cannot exceed ~30K. This one string makes up the majority of the size of the document. It is used to bring back plugin installation information from eclipse. Any suggestions?You can count bytes, being careful that you either know that the String contains only 1-byte characters, or counting the bytes in each character. Or you could sum up the results of subsequent write() calls, and stop when you get to 30 KiB. Whatever approach you're going to take, you're going to have to decide what to do when the data that's intended to be written exceeds your limit. If you cut it off prematurely, what's read back in might not be valid by the semantics of that string.

  • Size with the directory path

    Hello All,
    I have a sricpt called "findlarge" to find large file existed in the FS.
    When I have run this script give me only the size as below:
    #./findlarge /u01/test
    : 243M
    : 230M
    : 203M
    I want size with the directory path.
    Am I missing some thing?
    Some thing like below:
    /:243 u01/test/node1
    SCRIPT:
    #!/bin/bash
    # if nothing is passed to the script, show usage and exit
    [[ -n "$1" ]] || { echo "Usage: findlarge [PATHNAME]"; exit 0 ; }
    # simple using find, $1 is the first variable passed to the script
    find $1 -type f -size +100000k -exec ls -lh {} \; | awk '{ print $9 ": " $5 }'
    D

    Das N wrote:
    Hello All,
    I have a sricpt called "findlarge" to find large file existed in the FS.
    When I have run this script give me only the size as below:
    #./findlarge /u01/test
    : 243M
    : 230M
    : 203M
    I want size with the directory path.
    Am I missing some thing?
    Some thing like below:
    /:243 u01/test/node1
    SCRIPT:
    #!/bin/bash
    # if nothing is passed to the script, show usage and exit
    [[ -n "$1" ]] || { echo "Usage: findlarge [PATHNAME]"; exit 0 ; }
    # simple using find, $1 is the first variable passed to the script
    find $1 -type f -size +100000k -exec ls -lh {} \; | awk '{ print $9 ": " $5 }'
    DThis is a bit of a brute force method ....
    Try changing
    {code}
    find $1 -type f -size +100000k -exec ls -lh {} \; | awk '{ print $9 ": " $5 }'
    {code}
    to
    {code}
    find $1 -type f -size +100000k -exec ls -lh {} \; | awk '{ print $8 ": " $5 }'
    {code}
    If that fails try $7, $6 ....
    Rgds - bigdelboy

  • Size of Index file grew after changing 0 to #Missing. - ETL is SLOW

    The size of my Index and Page files are listed below prior to making changes to my lowest level information from zeros to #missing.
    Index 4,161,568,768 KB
    Page 18,088,920,784 KB
    The size of my Index and Page files are listed below after making changes to my lowest level information from zeros to #missing.
    Index 7,249,969,152 KB
    Page 19,160,917,392 KB.
    (There has been some additional information added as well to increase the page files)
    Is this causing my ETL to slow down?
    My ETL process took about 10 minutes, now it is taking about 40 minutes?
    Could this be the cause?
    If so, how do I correct this problem?
    Thank you,

    How do I do that?
    Is it doing a calc on the dimensions that I affected?
    The only way that I know of doing a restructure is to add an account in the outline. I am not adding any accounts, so I am not sure how to restructure.
    Can you point me to the right direction to this?
    Thank you,

  • What is the maximum size of indexed array that can be created during execution of while loop?

    Hello,
    I am using a ring acquisition to take in images. If i write them as files in the loop, it slows down the acquisition unacceptably. Therefore i am converting image to array and storing the array until the acquisition is complete and then reading the array and converting back to image to save. The program sometimes runs out of memory (after a couple of minutes). Can anyone think of a way where i can store the array/images within the execution (without losing image information), without slowing it down and to avoid this memory problem?
    I have included the VI.
    Thanks in advance for any help or advice.
    kindest regards,
    FraserD
    Attachments:
    LL_Ring_in_IMAQ_8_bit_array_then_write_as_png.vi ‏94 KB

    When you build the array of pictures you do it using auto-indexing out of a while loop. That means that memory is aquired for a copy of the previous picture array and the array is rebuilt on every iteration, this is slow and requires a lot of extra memory.
    If you want to speed things up try initializing a shift register with a 3D array of a size that will be able to hold a certain number of pictures, then replace the "pages" as new pictures are aquired, replace operations do not require copying of the previous array and will thus be much much faster. The difference is exeptional when dealing with large arrays/amounts of data.
    Now, the shift register buffer could be built into a functional global, and you can add a push/pop logic to it so that you can have a p
    arrallell loop that works on writing the elements to disk. You could use a que for this, but I think even though you specify a size limit to the que it still aquires memory as new elements are added (correct me if I'm wrong people...:-)), so a functional global acting as a circular buffer og fixed size frame for a que should be better.
    MTO

  • How do I search for files greater than 500M in size within a directory?

    I would like to know how to recursively search through a directory and it's subdirectories for files greater than 500M. What is the command for this?
    Thanks!

    Oh my, it's too early...
    You want >500M files, here you go...
    find /path/to/dir -type f -size +524288000c
    **BLUSH**
    To add something useful here, in ksh you can type
    find /path/to/dir -type f -size +$((500*1024*1024))c

  • Co-Administrator added to the default directory cannot log in, Error message: No Subscriptions

    So I had set up Azure Subscription earlier this week and activated a Standard website plan. I added co-admins to the default directory but when they try to log in through manage.windowsazure.com they get an error that there are no subsciprtions associated
    with their account. Why is this happening? Why can't they log in even though I have added them into the default directory of which I'm a Global Administrator?

    Hi,
    Based on your description, you want to add co-administrator? Am I right? If that, please have a look at below article and follow its steps.
    #http://msdn.microsoft.com/en-us/library/azure/gg456328.aspx
    Apologies if I have misinterpreted.
    Best Regards,
    Jambor
    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.

  • Log file size in Sun Directory Server

    Does anyone have an idea about the how the Sun Directory Server's log file size will increase in size with respective to the actions performed?
    Can someone give a data regarding this? If someone has a better scenario and the supportive data w.r.t log file size it will be helpful.
    Thanks,

    AFAIK No its based on time "At a certain time, or after a specified interval, the server rotates your access logs. "
    More info in Archiving Log Files in [http://docs.sun.com/app/docs/doc/820-7985/gczxv?l=en&a=vie]
    It should be easy to write such a script to be run as a daemon in logs directory. Here is the pseudo code :
    while [1]
    do
    get size of the access/error log file
    If size of file > max_size
    <ws-install-dir>/https-<instance>/bin/rotate
    sleep for sometime
    done

  • Adding images to /i/ directory

    I'm running Oracle Apex 3.1 on an Oracle XE database. Like others on this forum I'm having problems with workspace images not always showing. Instead of the image I get a red cross. If I right click on the image and select show image the image displays. I have read many posts on this subject but have not found an answer, is there a post that I have missed that explains how to solve the issue?.
    From reading various posts on the forum I understand that workspace images are held within the database and will be retrieved each time the page is opened. I also understand that the inbuilt Apex images (which always display correctly!) are held within the OS file-system.
    My question is how can I add my icons (six small button icons and a company logo) to the /i/ directory structure? My guess is if I added my icon in a directory under the apex image directory and reran APEXINS my icon would be included in /i/. But is there a way of adding additional icons to this directory without re-running APEXINS ?
    Thanks
    Ian

    Ian,
    Read these postings:
    http://deneskubicek.blogspot.com/2008/04/xe-webfolder-with-vista.html
    http://daust.blogspot.com/2006/03/where-are-images-of-application.html
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://htmldb.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • List newly added files in a directory

    hello,
    I am looking for a way to output the contents of a directory and all enclosing directories, sorted by date modified. essentially, this command will be run to output sort of a "what's new" in th directory. the root directory is a share point on a server that is already mounted, if that matters.
    so far I am using ls -ARt > untitled.txt. this does the job, but doesn't look pretty. is there any way I could make this just list the latest additions to the share and where they are located in the share? i.e. "untitled.txt" in directoy X? or even just list the files, without directories, with the date added?
    thanks everyone.

    however, i am a little confused at the syntax. when you have a new line in the command, should i hit enter? when i get to the "else" command, it gives me an error
    -bash: syntax error near unexpected token `else'
    Without seeing what you wrote, it is difficult to analyze. Try posting your code between tags
    ... your code here ...
    also, the file i want to create is what's_new?.txt. would this be in place of "lastaccess.txt"?
    the ' and the ? are going to cause problems on the command line. It is really that important to spell it exactly like that?
    Single-quote ' is used by the shell to create quoted strings, which look like a single argument ('this is a single argument string'). So are "..." strings, with different behavior, but similar.
    Question mark, is a single character wildcard character.
    If it is then you are going to have to protect the ' and the ? using double-quotes. Using Tony T1's code, it would look like:
    #!/bin/bash
    if [ -e "what's_new?.txt" ]; then
    find . -type f -neweram "what's_new?.txt"
    else
    find . -type f
    fi
    touch "what's_new?.txt"
    Note, if you actually took Tony T1's example, and used unprotected what's_new?.txt, then that just might explain why bash got upset as you would have turned
    's_new?.txt ]; then find -type -neweram what'
    {code}
    Into a single argument, and the 'if' statement would have lost the closing ], the semi-colon, and the 'then'. No wonder bash got upset.

  • Adding Client to open Directory

    I am trying to add a client machine to Open Directory but it will not bind. It gives me a error
    Unable to add server
    An unexpected error of typr -14142 (eDDSchemaError) occurred.
    When I try to add the machine it will say machine is already in OD, but I look in OD is is not their. It will not let me over write the machine in OD eather.
    Thanks

    Is this machine a clone of another machine? My guess is you did not reset the local KDC. This will cause the issue you are describing. You need to do the following on all cloned machines as they will all contain the unique identity of the original master's LKDC. The machine that is the master does not need to be altered.
    1: Open Keychain Access.
    2: Select the System keychain.
    3: Find the three entries labeled com.apple.kerberos.kdc and delete them from the System keychain.
    4: Open Terminal
    5: Run this command to destroy the local Kerberos DB (you will need to authenticate as initial admin):
    sudo rm -R /var/db/krb5kdc
    6: Run this command to rebuild a unique LKDC for this machine:
    sudo /usr/libexec/configureLocalKDC
    7: Repeat this on all cloned machines.
    Once complete, you have re-run Directory Utility and perform your bind. You will now be creating a machine record with a unique LKDC value in OD.
    PS: You can do these steps 1 through 5 pre-cloning to avoid the issue. Then once cloned, run step 7 as a post-cloning step.
    Hope this helps.
    Message was edited by: Strontium90 - added the PS

Maybe you are looking for

  • What parameters should I use for a dunning letter in Crystal Reports?

    Hello I have created a dunning letter in Crystal Reports. I want to import this layout as a layout (not a report) in Business One. The problem is that I don't know the parameters in the report so I can import the layout between the standard PLD layou

  • Google Map in iWork showing Mobile Me

    Looking for a little assistance. I have several sites up using iWeb. When I was creating a new site, I inserted a google map but the google map didn't show up... mobileme shows up. Just to make sure it wasn't a fluke i checked all of my sites, since

  • I FOUND A CASE FOR THE ZEN MIC

    I did some research after my micro fell off my belt clip snd broke and I foun 2 separate cases 4 the micro. The st is made by vaja. They're custom made so they cost a bit, but they look awesome. The next i found at pda den. it's a bit bulkier but it

  • Are pictures still in Organizer available after a disk crash?

    I have pictures that show in Organizer but the file they were on was located on a disk that crashed and the data wasn't recoverable. Is there anyway to save the pictures in Organizer to a new file? Thanks so much, Rick

  • Could someone help me with instructions for doing a clean install for iMac with mountain lion 10.8.4 ?

       Could someone help me with instructions for doing a clean install for Could someone help me with instructions for doing a clean install for an early 2009 iMac 20"  with Mountain Lion 10.8.4 ?    Thank You,                             leetruitt