Location of Partition data

I am setting up a design tools server on a machine running Solaris9.
I want to setup a partition that contains a number of design tools.
If I go to / and type mkdir "tools" then I am on the root partition.
How do I get "/tools" to be on a separate partition?
(I also have the same problem in that I want to create /export on the server for home dirs etc but again do not want this on the root partition.)
Any ideas or am I doing something foolish?
Thanks,
Stephen.

You haven't really given us enough information to answer your question.
Basically, if you have the space on the drive - it hasn't already been allocated - then all you need to do is create a slice (using `format`), put a filesystem on it (using `newfs`) and then mount it (using `mount`). However, we first need to find out if you have any available space.
Run the following command for each of the disks that you have in your system: `prtvtoc /dev/rdsk/c?t?d?s?`
Then compare those slices with the output of `df -k`, `swap -l` and `dumpadm`.
fpsm

Similar Messages

  • Retrieve partitioned data in Oracle 8i.

    I have the following query.
    I want it to retrieve data for 24 months (2 years)
    I have to run the query for 24 partitions each partition having one month data,
    this query is working on one month data only 200705.
    abc>SELECT r.account_id,
    2 p.presc_num,
    3 spm.product_id,
    4 p.month,
    5 t.best_call_state,
    6 sum(p.trx_count)
    7 FROM rlup_assigned_account r,
    8 temp_presc_num_TEST t,
    9 retail.prescrip_retail partition (PRESC200705) p,
    10 sherlock.sherlock_product_mapping spm
    11 WHERE spm.product_id like '056%'
    12 and t.CLIENT_ID='934759'
    13 and spm.mds6 = p.product_id
    14 and t.CLIENT_ID = p.presc_num
    15 and r.ndc_pyr_id = p.payer_plan
    16 and t.best_call_state = r.ST
    17 GROUP BY r.account_id,
    18 p.presc_num,
    19 spm.product_id,
    20 p.month,
    21 t.best_call_state
    22 ;
    ACCOUNT_ID PRESC_NUM PRODU MONTH BE SUM(P.TRX_COUNT)
    2131 4759 0512 01-MAY-07 1
    2131 7599 0567 01-MAY-07 3
    2131 9359 0601 01-MAY-07 4
    If I access partition data, I do not see any partition created in the schema:
    connected to abc schema:
    SQL> SELECT table_name,
    2 partition_name,
    3 high_value,
    4 num_rows
    5 FROM user_tab_partitions
    6 ;
    no rows selected
    Q1. How do I know what are those 24 partions (apart from using user_tab_partitions),
    Q2 How do I use them in the query specified above to retrieve 24 month data from 24 partitions.

    ... and in answer to question 2, don't specify a partition clause. In fact I would avoid using the partition clause at all and filter on the appropriate month - let the optimizer do the work.

  • DATACOPY with partitioned data source

    Hello,
    I am actually working on the Hyperion Essbase EPM 11.1.2
    I am trying to perform a Datacopy command in a HBR.
    Data source are partitioned with a transparent partition.
    This datacopy do not work. The HBR is really fast but when I retrieve data no data are copied.
    I am wondering if this is possible to perform a datacopy command, in a HBR with partitioned data source.
    I have managed to perform this datacopy throw a HBR using the command:
    SET CREATEBLOCKONEQ
    Target = Source;
    But this method is really long.
    Thanks for your answer,
    Arthur.

    Hi
    Make sure that you have relevant Role & Authorization at Quality/PRS.
    You have to Transport the Source Cube first and then Create a Generate Export Data Source in QAS. Then, replicate data sources for BW QAS Soruce System. Make sure this replicated Data Source in QAS. Only then can transport new update rules for second cube.
    Hope it helps and clear

  • Lock for data in data partition/data slice

    Hi
    we are on SAP BI IP and we have the following scenario.
    We defined a planning web tempate "WT AA0"  based using char Version with value "AA0".
    User A plans data and then "locks" them using a data slice/partition.
    User B  works a planning web template "WT AA1" where char Version has value "AA1" ; as soon as user B runs a planning function (based on custom class using IF_RSPLFA_SRVTYPE_IMP_EXEC) and user A opens web template "WT AA0" , user B is locked.
    Now I have two questions:
    1. is correct that data "locked" from partitions/data slice are used in lock?
    2. if use in the class the if IF_RSPLFA_SRVTYPE_IMP_EXEC_REF, and change the filter on char Version (using only AA1), can I avoid this lock??
    many thanks in advance.
    S.

    Hi Stefania,
    just for clarification: data slices have nothing to do with transaction data locks.
    Data slices protect records from being changed at run time. Data slices can be changed at run time, e.g. in an exit implementation. This is why data slices have no effect on transaction data locks.
    Transaction data locks ensure that the set of data records described by filter of a query or planning function can only be changed by one user (concurreny locks) in one user session. The filter used at run time to set the transaction data locks will be determined at run time:
    - query: the filter of the query and restricted key figures with the 'lock relevant setting' (cf. Query Designer) will be used to compute the filter to be used to set the lock
    - planning function: the filter used in the configuration will be used to set the lock; reference data will not be used to set exclusive locks
    In your example the queries use different versions in the filter, so two users using these 'their' version will not lead to a lock conflict. If a planning function needs version AA0 as reference to change data for version AA1 you have to use AA0 as reference data and only AA1 in the filter of the planning function.
    Regards,
    Gregor

  • Storage Location last transaction date

    Hi All
    What particular transaction code or report will I can find storage location last transaction date?
    We'll be using this for our PID
    Thank you
    Jesielle

    Hi  Shiva Ram         
    Aside from tcodes MB51 and MB5B. Is there any other report wherein it only shows the storage location codes with last transaction date?
    Thanks
    Jesielle

  • Moving installed location of LiveType data

    Does this procedure for moving the installed location of LiveType data apply to the LiveType data that is bundled with Final Cut Express HD (version 3.0)? These are the instructions I am questioning -
    i http://docs.info.apple.com/article.html?artnum=93297
    , because the document's Last Modified Date is a long time ago - Jan 6, 2004)
    Related question - in order to uninstall the LiveType data, do I just drag the
    i /Library/Application Support/LiveType/LiveType Data
    folder to the trash or are there other things I would also have to delete from my system?

    Yes it's the same.
    Hold the Command key when you drag and you'll move the folder, not copy it.

  • How to exp a specific partition data from a partitioned table

    Thanks in advance.
    Is is possible to export a specific partition data from a partitioned table? If so Please describe how with an example. Thank You.

    You would specify a partition with the table_name:partition_name syntax at the TABLES parameter.
    See examples at
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14215/exp_imp.htm#CEGCJABJ

  • Does location services use data

    I was wondering whether Location Services uses data and if so how much?

    No, it uses the location of the nearest wi-fi router as determined by Apple's database, which is usually, but not always, up-to-date.

  • SQL Server 2012 PDW - Controling the physical location of a data partition

    In PDW for distributed tables, is it possible to know/control which partition will reside in which storage node? Assuming I have 4 compute nodes, and I have data with partitions A, B, C and D (all tables will have only 4 partitions), can I design in a manner
    that partition A definitely goes to Compute node 1, partition B to Compute node 2, C to 3 and D to 4?
    Please share your thoughts with me.

    The idea of a MPP-based DW appliance is to hide the complexity from the user. Crucial is the choice of the column for the hash key. Everything else should be taken care by the query engine/optimizer. Can you please provide a little bit more context why
    you want to 'go into the business' of managing single partitions etc.? Thanks

  • How should I partition data across 2 hard drives to make for less latencey?

    Hello all!
    I am using a Dual 2.7 G5 Power Mac and I just bought the Hitachi 500GB internal hard drive to supplement the stock 250GB drive that came in the tower. I mostly want to orient my computer for the needs of a home recording studio. I am Logic Pro user and I want to streamline data retrieval as efficiently as possible.
    Now, I also have a good deal of other junk on my computer (video and iMovie projects). I would love an organization solution on how to partition everything that I have filled my 250GB drive up with across both hard drives. I'm aiming for a solution that will be good for the long-term as I continue to add more and more stuff (audio/music related and non) onto my hard drives.
    Here are a few of the primary concerns which have held me back from just diving in:
    I have several DVD's worth of audio samples (for use with software sampler) that I have yet to load onto this computer. Should I load/move all of my samples onto the secondary 500GB drive or would the streaming retrieval of all of that content from the secondary drive add extra latency and slowdown when the host application running these tasks and retrievals is ran off of the primary drive (the 250GB drive on which the OS is installed)?
    Or should I just move Logic to the secondary 500 GB drive as well as all of the audio samples and run all things having to do with audio production off of that secondary 500GB drive? Would running such a CPU intensive app from the secondary drive make a performance difference compared to running it off of the primary drive? Does it matter whether or not a program is run off of the hard drive where the OS is installed?
    Or should I find a way to have all apps running from the primary 250 GB drive WITH all samples (streaming and non-streaming) also on that drive and just have my project files and audio recording sessions (which eat up large portions of space) located on the secondary 500 GB drive? Or would I run into a noticeable latency with having the recorded audio sessions ran off of the secondary hard drive when I am running the application that retrieves them (Logic) off of the primary drive?
    Where do I put my pro apps? Where do I put my audio samples (mainly for EXS24, SampleTank, and BFD)? Recording sessions? Everything else?
    Please, experienced users, what should I do to garner the best performance out of my Mac?
    Thanking everyone in advance,
    Matt!
    P.S. I am running OS 10.4.6 and using 4.5 GB of memory.

    Thanks you guys. X, that is interesting to read. Chap, I see what you are saying. But I just found these two FAQ's from BFD's website. How do you feel in reference to them? Is it me, or do these questions somewhat contradict each other? :
    Is it a good idea to put BFD on its own partition on my audio drive? [top]
    In general, no. If your harddrive is partitioned and you are streaming from both the BFD partition and your own tracks, this will lead to the hard drive read head jumping back and forth between the two partitions, which may reduce performance. Also, if you are streaming non-BFD audio from the same drive, this reduces the bandwidth available for BFD streaming.
    On which hard drive should I install my BFD data? [top]
    FXpansion recommends, in order of performance preference (first is best):
    1) A dedicated SATA or IDE internal drive, 7200rpm or above
    2) A dedicated external firewire drive (do NOT chain the firewire drive with a digi002 or other firewire audio interfaces!)
    3) A dedicated external USB2.0 drive
    4) An internal drive shared with the data from other heavy disk-accessing programs, eg the operating system (virtual memory swap files), or another disk streaming application such as your host sequencer (audio tracks) or Kontact etc etc.
    Power Mac G5 Dual 2.7Ghz 2.5gigs of RAM   Mac OS X (10.4)  
    So it sounds like they recommend BFD having its very own hard drive. I dont have the resources for that right now. So I wonder what would be better: Sharing the OS drive with BFD as mentioned by X and used as the last resort from FAQ #2, or split my second drive via partition into Samples (including BFD audio) and Storage for projects and raw, recorded audio sessions.
    If only I wasn't such a perfectionist. I would get so much more work done! Thanks again guys. I am indebted.

  • ITunes Media Folder location - on a data parition

    Hi, I use Mac with a partitioned hard drive. It lets me use a Snow Leopard and Lion. I use a third partition fror data, this is where my iTunes media folder is. iTunes Lion uses it just fine, but iTunes on Snow Leopard doesn't work that well - it can't access the iTunes media folder on the data partition.
    Opened iTunes
    Preferences > Advanced >
    iTunes Media Folder Loctation > Change >
    Data HD > "iTunes Media Green Folder" > Open > OK >
    Keep organized > Yes
    ...Okay so its now still not there urggh!
    File > Library > Organize Library > Consolidate Files > OK
    ...Okay so its now still not there ...STILL! I'm getting upset and I want my music.
    Can't you help? Thank you kindly

    By organizing it should both relocate all current media as well as start using the new location from that point on.  You're mostly okay there.  Where you are not okay is iTunes doesn't look at your files directly.  It only really looks at one single file, the iTunes Library.itl file which tells it where everything is located.  You need to get both copies of iTunes using the same complete library (media + library file).  The way you do that is using the option start method.  You should only need to do that once unless for some reason the library storage drive is disconnected when starting iTunes, in which case iTunes will use the default location and you will need to option start again.
    What are the iTunes library files? - http://support.apple.com/kb/HT1660
    More on iTunes library files and what they do - http://en.wikipedia.org/wiki/ITunes#Media_management
    What are all those iTunes files? - http://www.macworld.com/article/139974/2009/04/itunes_files.html
    Where are my iTunes files located? - http://support.apple.com/kb/ht1391
    iTunes 9 [and later]: Understanding iTunes Media Organization - http://support.apple.com/kb/ht3847
    By the way, both copies of iTunes will have to be the same version or the library will become unreadable to the older iTunes.
    There are variants to the above but I am not going to type in all the possibilities unless you say something that tells me you need a different structure.

  • Material Stock at storage location for particular date!

    Dear Friend,
    I need a table or bapi which gives stock for particular storage location on particular day. That is MMBE and if you go into detail list (shift+f7). I want same thing.
    I have tried in MARD table, but it gives stock of a material for most current date.
    Waiting for your early Reply.
    Regards,
    Bhavin Shah

    hi check:
    MB_ADD_PURCHASE_ORDER_QUANTITY
    Regards
    Ashok P

  • Changing the default to location of Archiver data

    Hi,
    Is there any way that we can change the default location of the Archiver data. By default is goes to archives folder, i want it to goto some other folder.
    Similarly when u take up the backup of site. i want it also to be stored in some other folder.
    is it possible.???

    For archiver see My Oracle Support Note
    How can I move the archive directory?          (Doc ID 449054.1)
    Not sure what you mean by a back up. There is no built in Disaster recovery tool for UCM. Standard system back ups (file system and DB) for restore should be used.

  • How to fix error in windows 7 professional "Setup cannot create or locate exiting partitions"?

    I have a netbook of 
    Dell inspirion mini 10
    1 GB of Ram
    Intel Atom Processor
    Hard disk of 140 GB with no partitions
    So when i formatted my harddisk having windows xp on it  and stated to install win 7 from my usb it started to show an error
    "Setup cannot create or find any exiting partitions"
    when it came to select partitions or harddisk. I have searched all the net but still didnt find the solution.

    Install Partition Wizard on a USB thumb drive and see if its able to locate the hard disk.
    Partition Wizard Home Edition:
    http://www.partitionwizard.com/free-partition-manager.html
    Note: There is also a bootable CD or bootable Flash drive versions:
    CD: http://www.partitionwizard.com/partition-wizard-bootable-cd.html
    Flash Drive:
    http://www.partitionwizard.com/bootable-flash-drive.html
    Some of the features and Functions include: Create partition, Delete partition, Format partition,
    Resizing a partition, Move partitions, Restore Partition after accidental deletion,
    Convert partition, Explore partition, Hide partition,
    Change drive letter, Set active partition, partition explorer (View contents).
    Note: To complete any task use the 'Pending Operations' box located in the lower or top left.
    J W Stuart: http://www.pagestart.com
    Never be afraid to ask. This forum has some of the best people in the world available to help.

  • Boot Camp partition data disappeared - No DVD drive

    Up until today my Boot Camp partition was working swimmingly.
    Today, I was greeted with the "bootmgr not found" error. After restarting into OSX, none of my files on the drive show up (I have Paragon NTFS) pictured below:
    It looks like the data is still there, but something in the partition tables/mbr is messed up. If possible, I'd like to salvage the existing data.
    To complicate things, I don't have a DVD drive on my MBP. Also, apparently I cannot boot from windows USB keys.
    This makes the usual windows boot repair difficult.
    My attempted solution, which worked to get windows installed in the first place was to make a new partition, and copy Windows install files to it, but I can't seem to get that to boot, either. I tried using Boot Camp Assistant to prepare the files, as well as unetbootin. I also tried formatting as both HFS and Fat, and copying the files from the windows install disk. I also installed rEFIt, but I just get errors when attempting to boot the install partition.
    My last ditch attempt was to rig something through VMware fusion to repair the drive by mounting it as a raw disk, 
    and loading my Windows 7 ISO to perform the repair, but raw disks don't seem to work well with partitions, and I didn't want to nuke all of my data.
    Does anyone have suggestions as to how I might fix this drive, to at least grab some files off of it?
    Any ideas are greatly appreciated.

    To clarify, in Bootcamp the " This disk cannot be partitioned because some files cannot be moved" error is relating to my OSX boot drive - 128Gb SSD. It currently has ~30gb free. Is there a way I can clone this data, and restore it without a DVD drive, or some other bootable media?
    Not being able to create a second partition is on my second drive, 320Gb. Which has 64Gb free. Searching around the net, I saw that resizing a partition to it's smallest possible size is the easiest way to defrag free space in OSX. I did that, and the option to create a second windows partition is still greyed out.
    Even if I nuke the existing bootcamp partition, I need another working, bootable partition that I can boot the Win 7 disc from. Not sure what's changed since my initial install, but it seems even more difficult this time.
    I'll try using carbon copy cloner on my system partition, and test if it's bootable from USB. I'm running out of Ideas.

Maybe you are looking for

  • ACD 30 Users: What is the height of the display w/o base? viewable height?

    Apple does not list the display height or measurements without the base - 1. Can someone tell me what the size of the display is, including the the case/bezel, and 2, What is the viewable height of the screen? I'm trying to determine how close in siz

  • User Cannot manually Type LOV in Prompt Screen

    Hi Experts, WEBI reports built on OLAP Universes (Universes created on SAP BW) has below problem: As you know when user click's on Run Query or Refresh Data to run reports a prompt screen will pop up and in normal cases he has option of Selecting val

  • Is This Even Possible? eDirectory syncing passwords with external RADIUS servers.

    We are currently have a solution that allows us to use a campus RADIUS server as the authentication mechanism for accessing the Internet. We want to integrate this so users can authenticate with their campus IDs but gain access to the Novell server (

  • Human Workflow Issue in 11.1.1.6

    Hi Experts, I working on a Human Workflow Project in SOA Suite 11.1.1.6. My requirement is to pass the HTML data as content to Human Workflow Task to Notification user. Do elaborate more, the user will get email notification from Human Workflow where

  • Combining Select Query

    Hi All, Please tell me how to combine the following 2 select queries:   SELECT  SINGLE konda                      FROM vbkd                         INTO v_konda                      WHERE vbeln EQ v_vbelv.   SELECT SINGLE traty                      F