Structure of slicing

Hi all,
I could not find the structure of below partition, I have following confusion
1) where is my os exists?
2) what is the size of my each partition?
3) Is this partition of external storage or internal hard disk?
4) I want to check how many external hard disks and internal hard disks?
root@produml # format
Searching for disks...done
AVAILABLE DISK SELECTIONS:
0. c1t6d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
/pci@8,600000/SUNW,emlxs@1/fp@0,0/ssd@w500000e014aac901,0
1. c1t7d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
/pci@8,600000/SUNW,emlxs@1/fp@0,0/ssd@w500000e014aad5c1,0
2. c1t8d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
/pci@8,600000/SUNW,emlxs@1/fp@0,0/ssd@w500000e014aac2f1,0
3. c1t9d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
/pci@8,600000/SUNW,emlxs@1/fp@0,0/ssd@w500000e014aa69a1,0
4. c1t10d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424> d03
/pci@8,600000/SUNW,emlxs@1/fp@0,0/ssd@w500000e014aa69b1,0
5. c2t0d0 <SUN146G cyl 14087 alt 2 hd 24 sec 848> OS
/pci@9,600000/SUNW,qlc@2/fp@0,0/ssd@w500000e01338bba1,0
6. c2t1d0 <SUN146G cyl 14087 alt 2 hd 24 sec 848>
/pci@9,600000/SUNW,qlc@2/fp@0,0/ssd@w500000e01338b9c1,0
7. c3t6d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
/pci@8,600000/SUNW,emlxs@2/fp@0,0/ssd@w500000e014aac901,0
8. c3t7d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
/pci@8,600000/SUNW,emlxs@2/fp@0,0/ssd@w500000e014aad5c1,0
9. c3t8d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
/pci@8,600000/SUNW,emlxs@2/fp@0,0/ssd@w500000e014aac2f1,0
10. c3t9d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
/pci@8,600000/SUNW,emlxs@2/fp@0,0/ssd@w500000e014aa69a1,0
11. c3t10d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424> d03
/pci@8,600000/SUNW,emlxs@2/fp@0,0/ssd@w500000e014aa69b1,0
Specify disk (enter its number):
Thanks

Hi.
You should provide more information....
What you can see:
1. You have 3 Disk Controllers ( с1 ; c2; c3 ).
2.==================
c2t0d0 <SUN146G cyl 14087 alt 2 hd 24 sec 848> OS /pci@9,600000/SUNW,qlc@2/fp@0,0/ssd@w500000e01338bba1,0
c2t1d0 <SUN146G cyl 14087 alt 2 hd 24 sec 848> /pci@9,600000/SUNW,qlc@2/fp@0,0/ssd@w500000e01338b9c1,0
=====================
It's look like Internal disk. OS - can be say that is system disk, but can't be sure.
3.
c1* ; c2*
c1t6d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424> /pci@8,600000/SUNW,emlxs@1/fp@0,0/ssd@w500000e014aac901,0
c3t6d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424> /pci@8,600000/SUNW,emlxs@2/fp@0,0/ssd@w500000e014aac901,0
It's look like two additional Emulex FC controllers, that connect to same JBOD. So realy - c1t6d0 and c3t6d0 - it's same disk. ( See WWN number).
It's look like both path connected to same port of the disk that is uncorrect.
For normal with this disk you should use some Multupath software. At this moment MPXIO not configured. Possible you use VxVM.
So you configuration look like 2 internel Disk and 5 external.
4. For chech what disk used as system - use command
df -k /
Depending of used Volume manager, you can be need additional command for check configuration of Volume Manager.
5. For see partitions of the disk, you can select disk from format, type partition, type print.
Or use *prtvtoc /dev/rdsk/c1t6d0s0
6. More detail infomation can be provide in case you say what server adn storage array you use.
Regards.

Similar Messages

  • Using CSS structure to slice up a layout: Best practice?

    I used to use sliced up Photoshop files that where held together in a table to create a very graphic intensive web page.
    Now that CSS is the preferred method for creating structure within a web page, Im wondering about the correct method to go about it.
    With the tables method I might have had 20 slices to accommodate the graphic areas for rollovers.
    Is that still considered ok to do with CSS structuring?
    Would that many box areas in CSS simply not work? Would it be overly complex?
    How would you accurately position all the graphic pieces?
    Would you stack a bunch of graphic slices in one CSS box instead of having several separate boxes?

    Is this to be
    a) a fixed-width design, centered in the viewport?
    or
    b) a fluid layout whose width, and dimensions, vary as the vewport is resized?
    I presume (a), as this appears to be a print-like-layout you are hoping to put online.  That said, you must know that the appearance of your page will not be precisely what you have carefully created.  For one thing, users may resize text (assuming you allow that, which is highly recommended.)
    Thinking mostly about your first layout, but the same could apply in general to all of them:
    And again assuming (a) this could likely be done with a single background image in a centered wrapper div, with some of the text in a <p> tag with a two column div-based layout with a footer div, with some text in <p> tags with precisely determined left and top margins, and a ul-based nav menu in the right column, and a footer div with its own portion of the bg to house the footer text.
    There are at least a million other ways to do this, and no doubt better suggestions will come along, but there would not be a need to the 12 slices I think you'd mentioned before.  I foresee only two slices with my layout idea.  Perhaps the right column would need its own portion of the bg slice, but i doubt it.  You'd have to try all this out and test in various browsers with different user-controlled text sizes.  But simple is better.
    Hope that helps some.  And I hope other, surely better, strategies appear here as well.  I myself am now headed out for a stroll on this typical but cooler than usual  Portland, OR day.  Good luck.
    Oh a PS - use text rather than images of text wherever you can reasonably do so on this page, else Search Engines will be stymied.
    E. Michael Brandt
    www.divahtml.com
    www.divahtml.com/products/scripts_dreamweaver_extensions.php
    Standards-compliant scripts and Dreamweaver Extensions
    www.valleywebdesigns.com/vwd_Vdw.asp
    JustSo PictureWindow
    JustSo PhotoAlbum, et alia

  • Adding "more" slices to already sliced html

    Hi there,
    basically, i've created a web page with a sliced photoshop
    page. but now I need to add an extra button. Is there any way I can
    use the already sliced page in dreamweaver and and just add a
    couple more slices done in photoshop? Obviously, I need the layout
    to stay the same, just have the new slices added.
    Thanks a million.

    There's no point in duplicating "by hand" the table structure
    Photoshop
    makes. I suggest you step back and look at the structure of
    your design
    and decide what kinds of containers the various elements
    should be in.
    If you are comfortable with tables, then, generally speaking,
    nested
    simpler tables are better than a single complex table.
    <div> containers are not without their quirks, but
    allow more
    flexibility while developing your design if you control their
    properties
    with CSS, which also allows for global edits to your entire
    site from a
    single document if you plan it carefully.
    And some kinds of content (like a top-level header,
    <h1>) doesn't have
    to be in any sort of container since they already have
    intrinsic display
    properties which you can use, or modify with CSS.
    This is a huge subject. If you can, step back and get some
    basic
    knowledge of HTML and CSS. This is the only way you can get
    in a
    position to work out the best methodology for creating your
    pages. You
    already know that letting Photoshop do it isn't a good
    method. So that's
    one to check off your list.
    JMS

  • Sliced images moving in DW

    Hi all,
    I am pretty new to development in DW and I have a question that I hope I am putting in the right place.
    I have already sliced up the template and imported them into dreamweaver. However, when I am creating a contact us page and input the table for the form, the website becomes distorted. I believe it may be the size of the form itself causing the issue but no matter how much I lower the width in DW it still looks distorted.
    Does anyone have any idea how I can stop the sliced images from moving in DW once I import them?
    Thanks in advance
    andersonr09

    I can take a look, but I don't know of any off the top of my head.  Basically you could start that tutorial at the following:
    http://www.adobe.com/devnet/dreamweaver/articles/dw_fw_css_pt1.html#articlecontentAdobe_nu mberedheader_4
    Creating slices in Photoshop is very similar except that where Fireworks has the box where it says the "Type: Image; JPEG", Photoshop will do that in the Save for Web Dialog.  But with that said, Parts 2 & 3 are where it leaves the Fireworks plane and goes in depth with how to structure HTML and CSS in Dreamweaver which is the preferred method.  The Save For Web where Photoshop generates HTML is more for prototyping.  What that means is basically just showing someone an image of what the web page will look like without doing much coding so that if design changes need to be made, they are done before the content gets entered in as HTML since things could get messy at that point.
    Pt. 2 http://www.adobe.com/devnet/dreamweaver/articles/dw_fw_css_pt2.html
    Pt. 3 http://www.adobe.com/devnet/dreamweaver/articles/dw_fw_css_pt3.html

  • Structural Exception During Auto Imports In MDM

    Hi All,
    We are facing a problem while auto importing bulk data.
    System is throwing structural exception and preventing data from importing automatically.
    Is there any way that we could identify which segment in XML is causing this structural exception?
    Also if we try to import data manually by loading the XML file, system throws a message "Unknown Exception".
    Is there a possibility that some data in XML will be causing this problem?
    Kindly provide your valuable inputs. Thank You.
    Regards,
    Ankush Bhardwaj

    Hi,
    I have checked the settings for the Port and Block on Structural Exception is already set to Yes.
    And Save Update did not help either.
    Apart from this, Log files for MDIS server points to some error saying ImportRecordSliceInternal471.
    So we are now trying to change Slicing Parameter for Import in MDS.ini and see if it still throws exceptions or not.
    Please suggest if i could try some other thing also.
    Also i have one question as to if this problem could be due to the Data in the XML file because we have so many qualified Table links to be updated along with Main table record values?
    Thank You.

  • How to use one Account dimension for multiple account structures

    We are implementing a HFM application to replace two general ledger applications, one being Corporate and the other a new subsidiary. We need to maintain both of the chart of accounts and their unique rollup structures. We are facing the difficulty in attempting to combine the two chart of accounts into one HFM Account Dimension because a few of the subsidiary accounts have the same account numbers but they are meant different things. 
    Question:
    How can we set up two distinct account structures in HFM and also have the subsidiary accounts rolled into the Corporate accounts for consolidation reporting? 
    Appreciate your help.

    Hope this help.
    _http://technet.microsoft.com/en-us/library/cc164331(v=exchg.65) .aspx

  • Message: "The database structure has been modified" every time I log to SAP

    Hello,
    "The database structure has been modified. In order to resume this process, all open windows will be closed". Every time I log to one of my companies in SAP Business One this message appears.
    I haven't installed any new addons and made no changes in database structure (and any other user hasn't done any changes), but this message appears always when I log to company for the first time (when I try to log on another user or log to another company there is no message). Can anyone help me with this problem?
    Best regards
    Ela Świderska

    Hi Ela Świderska,
    You may check this thread first:
    UDFs disappeared
    Thanks,
    Gordon

  • Transfer structure

    Hi All
    i have to create a transfer structure.
    in dso and cube i have 27 fields.
    but in tranfer structure it is showing 50 fields.
    i have to select the 27 fields out of 50 or i have to activate 50 fields in transfer structure.
    Thanks & Regards
    krishna

    Hi,
    Basically when creating the transfer structure you need to map the transfer structure fields with the ODS/Cube fields that are present in the communication structure.
    You just need to Transfer the fields, that you have identified in Data source to the transfer structure and map the relevant fields in the Transfer structure.
    Once the mapping is done. Just activate the Transfer structure.
    Most importatnt would be to decide on the mapping between data source and Communication structure fields.
    Hope it helps!!!
    Regards,

  • Loops in arrays or structures

    Loops in arrays or structures
    I was given a project on html reports and
    They have advised me to use Loops in arrays or structures
    At this point I am a novice at this html reporting system. I
    would like to know how I can use loops in arrays or structures.
    How is it beneficial are
    1. Structures
    2. Arrays
    3. loops in for both
    for my reports.
    Countless thanks in advance

    Structures are great if you understand them, they are
    basically just arrays organized by keywords rather than index
    numbers.
    Arrays are very nice, as you can just run through loops to
    access each element, as they are all indexed by numbers 0-x.
    loops are great to navigate through both. All you have to do
    is set an loop to run through x amount of iterations of the array
    or structure (where x is the length of the array, or number of
    elements in the structure). Loops are great due to the small amount
    of code they require.

  • How to delete the one of cost centers in Splitting Structure(OKEW)?

    Dear All,
    I have a question about Splitting Structure as below? Could I get favor from you? Thanks a lot.
    How to delete the one of cost centers in Splitting Structure(OKEW)?
    Jocha

    Hi Chang
    Welcome to SDN! Its our pleasure to help you here
    Step 1: Select your Cost Center in OKEW which is assigned to the Splitting Str
    Eg: Cost Ctr 1001 is assigned to Splitting Str Z1... Tick the Check box against 1001 under Z1 Splitting Str
    Step 2: Do a Single Click on the text "Non Assigned Cost Centers"
    Step 3: Press Shift +F6 (Or Click on the Assign Button, next to the Pencil icon)
    Br, Ajay M

  • How do I move photos in a Smart Collection and keep folder structure?

    HI there I am on a trial of Lightroom and loving it so far.  One seemingly simple task I would like to try out is moving all my RAW files (which are all mixed up with JPGs and PSDs to a new location and keep the current folder structure.
    Currently I have files strcutured like this: <main disk>\<year>\<month>\<filename>.cr2 and I would like to move these to <different disk>\<year>\<month>\<filename>.cr2
    The Export functions look as if they will put them all in to one big folder?  Any ideas?
    Many thanks in advance.

    There are several approaches to this problem. You could do this via the Folders panel in LR. You can do just about everything in the Folders panel that you can do in Explorer or Finder. Just create folder and drag and drop.
    Another way is to do this outside LR use Explorer (Windows) or FInder (Mac). after you're done then go back into LR and tell LR where to find the moved files. Depending on how many you have this could be a bit tedious.
    Another method is to choose the files you want then Export them as a Catalog. When you do this be sure to include the option to export the negatives. Point the new catalog at you other drive. It will recreate the folder structure during the export. Then remove the images from your present catalog. Don't delete from disk just remove. Now import from catalog and choose the newly exported catalog. This time choose the option to add the files without moving them. Once you are sure everything is back and is fine you can use Explorer or Finder to go into your original file structure and delete the files that were moved to the new drive.  Be careful to only choose the moved files. If you are separating the RAWs out this should be relatively easy.
    I hope that helps!

  • How can I batch move files to the same folder structure in a different location?

    Hi,
    I recently had an issue with my iTunes Library so I used the Organize Library feature to have iTunes organise my library.  What happened was that it put all of my music in a folder called 'Music' on my external hard drive, whereas previously it was not in a folder at all, e.g.
    BEFORE: External Hard Drive / Abba / Greatest Hits / Mama Mia.m4a
    AFTER: External Hard Drive / Music / Abba / Greatest Hits / Mama Mia.m4a
    I don't have any particular issue with the updated folder structure, except that I had copies of the artwork for each album in my album folders, and these weren't moved when the audio files were moved/consolidated/organised.  So I need to find a way of moving all of the artwork to the new folders, e.g.
    External Hard Drive / Abba / Greatest Hits / folder.jpg
    needs to become:
    External Hard Drive / Music / Abba / Greatest Hits / folder.jpg
    I have to do this for 3,000+ albums, and I have multiple artwork files for some albums, so I am hoping that there is a way of doing this using a batch/automated method of some kind, but I haven't been able to turn up anything yet.
    Can someone help with this?
    Thanks,
    Nick

    You can make a smart playlist containing episodes of both series and play from that. Podcasts are linked together by the URL they are served from so merging ongoing series isn't really practical.
    tt2

  • Can you share FP Controls between different Event Structures

    I'm creating a program that will either read real-time data from an VNA on the GPIB bus, or read a saved s2p (Agilent) file and analyze it. The FP consists of 5 graphs, and various controls which handle events like printing, changing filters, or exiting. on the BD I have a case structure controlled by an operator selection pop-up. I tried using the same FP controls in the event structures I have setup in each case, as only one event structure would ever be executing at any given time, but the program doesn't seem to like it ast run-time. I've worked around the issue by creating "duplicate" controls and using the property setting to make them visible/disabled, etc., but the is seriously congesting my BD.
    Anyone know a way to share controls with seperate event structures?

    It sounds like the root problem is the overall structure of your program. I highly recommend that you check out the Queued Message Handler project template in LabVIEW 2012, that will show you how to utilize a single event structure and pass events to a consumer loop. If you program is too large to consider an architecture change at this stage of the game, then there is a workaround for your problem.
    What is most likely happening is that you have the event structures all set to lock the front panel until the event completes. However the case structure that you have wrapped around these event structures is causing all but one of these event structures to be unreachable thus preventing you from handling the event. Again, as I stated above, the "RIGHT WAY" to fix this is to select a better program structure but the "kluge work-around" fix is this: Dynamically register for the value change event on all of the controls you are trying to trap events for. Dynamic events can be deregistered and re-registered at run time. This will allow only the event structure in the active owning case structure to be registered for the events, thus no other event structures will get in your way.
    Disclaimer: This advice is given based on very minimal information and a great deal of speculation and may not be correct. Please include your code if you need further assistance.
    Charles Chickering
    Architecture is art with rules.
    ...and the rules are more like guidelines

  • How to Extract Data for a Maintenance View, Structure and Cluster Table

    I want to develop  3 Reports
    1) in First Report
    it consists only two Fields.
    Table name : V_001_B
    Field Name1: BUKRS
    Table name : V_001_B     
    Field Name2: BUTXT
    V_001_B is a Maintenance View
    For this one I don't Find any Datasource
    For this Maintenance View, How to Extract the Data.
    2)
    For the 2nd Report also it consists Two Fields
    Table name : CSKSZ
    Field Name1: KOSTL (cost center)
    Table name : CSKSZ
    Field Name2: KLTXT (Description)
    CSKSZ is a Structure
    For this one I don't Find any Datasource
    For this Structure How to Extract the Data
    3)
    For the 3rd Report
    in this Report all Fields are belonging to a Table BSEG
    BSEG  is a Cluster Table
    For this one also I can't Find any Datasource,
    I find very Few Objects in the Datasource.
    For this One, How to Extract the Data.
    Please provide me step by step procedure.
    Thanks
    Priya

    Hi sachin,
    I don't get your point can you Explain me Briefly.
    I have two Fields for the 1st Report
    BUKRS
    BUTXT
    In the 2nd Report
    KOSTL
    KLTXT
    If I use  0COSTCENTER_TEXT   Data Source
    I will get KOSTL Field only
    what about KLTXT
    Thanks
    Priya

  • Error while creating Structure

    I am getting an error while creating a Structure.
    After filling the required fields in Components tab and Currency/Quantity filed tab, when activated it says "Warnings Occurred during activation"  "Do you want to see the log?"
    when i click "yes", it displays
    TABL ZABC Activated
    Check Table ZABC (SAPUSER .........)
    ENHANCEMENT CATEGORY FOR TABLE MISSING
    ENHANCEMENT CATEGORY FOR INCLUDE OF SUBTYPE MISSING
    TABLE ZABC WAS CHECKED WITH WARNINGS
    Thanks

    hi,
    You are getting these warnings because you have not assigned an enhancement category to your structure .
    Try to assign a enhancement category for the structure .
    1. open the structure in change mode .
    2.  then Extras -> Enhancement Category and choose an enhancement option .
    3. save and activat ethe structure .
    4. Your structure wil be activated now without any warnings .
    Regards ,
    Lokesh

Maybe you are looking for