How to see stats for filespace usage?

Hi.
Bit of a newb to grid.
Suppose we have a partiion, its called /data. I would like to see how this directory has been growing the last 3 months.
Today I found a way to see how much space has been available on that directory. It gives us a good idea of how much space has been, well, available for the past x amount of months.
But I would like to see how that partition has been growing. I would like to forcast that in the next 3 months it will grow by this much, based on how it has grown over the last 3 months.
Does this make sense? Does anyone know how I can work on this?
Many thanks!
DA

Thanks again. This is a production environment and I am loath to go anywhere near a script that might slow them down.
I am dealing with this: I need to make recoemmendation on how much more space we will need to allocate to the given filesystem for the next year so I need to be looking at trends...I think (thanks to a colleague) that I may have cracked it:
looking at specific mountpoint (over 8 months, or a year or whatever)
High Value = 24
Last known value = 9
So in this time perid the mopunt point has dropped 15%. Lets say this was in a year, so we check out the size of the /data mountpoint which is 20G. So this way we can recommend that we should increase it by 30% (15 for last year and 15 for the next year all things remaining equal which yes i know they never do but hey).
So 30% of 20G is, erm, over 6 but less than 7G to recommend that we increase the disk space by.
Does this make sense?
DA

Similar Messages

  • How to see data for particular date from a alert log file

    Hi Experts,
    I would like to know how can i see data for a particular date from alert_db.log in unix environment. I'm suing 0racle 9i in unix
    Right now i'm using tail -500 alert_db.log>alert.txt then view the whole thing. But is there any easier way to see for a partiicular date or time
    Thanks
    Shaan

    Hi Jaffar,
    Here i have to pass exactly date and time, is there any way to see records for let say Nov 23 2007. because when i used this
    tail -500 alert_sid.log | grep " Nov 23 2007" > alert_date.txt
    It's not working. Here is the sample log file
    Mon Nov 26 21:42:43 2007
    Thread 1 advanced to log sequence 138
    Current log# 3 seq# 138 mem# 0: /oracle/NEWDB/oradata/NEWDB/redo3.log
    Mon Nov 26 21:42:43 2007
    ARCH: Evaluating archive log 1 thread 1 sequence 137
    Mon Nov 26 21:42:43 2007
    ARC1: Evaluating archive log 1 thread 1 sequence 137
    ARC1: Unable to archive log 1 thread 1 sequence 137
    Log actively being archived by another process
    Mon Nov 26 21:42:43 2007
    ARCH: Beginning to archive log 1 thread 1 sequence 137
    Creating archive destination LOG_ARCHIVE_DEST_1: '/oracle/NEWDB/admin/arch/1_137
    .dbf'
    ARCH: Completed archiving log 1 thread 1 sequence 137
    Mon Nov 26 21:42:44 2007
    Thread 1 advanced to log sequence 139
    Current log# 2 seq# 139 mem# 0: /oracle/NEWDB/oradata/NEWDB/redo2.log
    Mon Nov 26 21:42:44 2007
    ARC0: Evaluating archive log 3 thread 1 sequence 138
    ARC0: Beginning to archive log 3 thread 1 sequence 138
    Creating archive destination LOG_ARCHIVE_DEST_1: '/oracle/NEWDB/admin/arch/1_138
    .dbf'
    Mon Nov 26 21:42:44 2007
    ARCH: Evaluating archive log 3 thread 1 sequence 138
    ARCH: Unable to archive log 3 thread 1 sequence 138
    Log actively being archived by another process
    Mon Nov 26 21:42:45 2007
    ARC0: Completed archiving log 3 thread 1 sequence 138
    Mon Nov 26 21:45:12 2007
    Starting control autobackup
    Mon Nov 26 21:45:56 2007
    Control autobackup written to SBT_TAPE device
    comment 'API Version 2.0,MMS Version 5.0.0.0',
    media 'WP0033'
    handle 'c-2861328927-20071126-01'
    Clearing standby activation ID 2873610446 (0xab47d0ce)
    The primary database controlfile was created using the
    'MAXLOGFILES 5' clause.
    The resulting standby controlfile will not have enough
    available logfile entries to support an adequate number
    of standby redo logfiles. Consider re-creating the
    primary controlfile using 'MAXLOGFILES 8' (or larger).
    Use the following SQL commands on the standby database to create
    standby redo logfiles that match the primary database:
    ALTER DATABASE ADD STANDBY LOGFILE 'srl1.f' SIZE 10485760;
    ALTER DATABASE ADD STANDBY LOGFILE 'srl2.f' SIZE 10485760;
    ALTER DATABASE ADD STANDBY LOGFILE 'srl3.f' SIZE 10485760;
    ALTER DATABASE ADD STANDBY LOGFILE 'srl4.f' SIZE 10485760;
    Tue Nov 27 21:23:50 2007
    Starting control autobackup
    Tue Nov 27 21:30:49 2007
    Control autobackup written to SBT_TAPE device
    comment 'API Version 2.0,MMS Version 5.0.0.0',
    media 'WP0280'
    handle 'c-2861328927-20071127-00'
    Tue Nov 27 21:30:57 2007
    ARC1: Evaluating archive log 2 thread 1 sequence 139
    ARC1: Beginning to archive log 2 thread 1 sequence 139
    Creating archive destination LOG_ARCHIVE_DEST_1: '/oracle/NEWDB/admin/arch/1_139
    .dbf'
    Tue Nov 27 21:30:57 2007
    Thread 1 advanced to log sequence 140
    Current log# 1 seq# 140 mem# 0: /oracle/NEWDB/oradata/NEWDB/redo1.log
    Tue Nov 27 21:30:57 2007
    ARCH: Evaluating archive log 2 thread 1 sequence 139
    ARCH: Unable to archive log 2 thread 1 sequence 139
    Log actively being archived by another process
    Tue Nov 27 21:30:58 2007
    ARC1: Completed archiving log 2 thread 1 sequence 139
    Tue Nov 27 21:30:58 2007
    Thread 1 advanced to log sequence 141
    Current log# 3 seq# 141 mem# 0: /oracle/NEWDB/oradata/NEWDB/redo3.log
    Tue Nov 27 21:30:58 2007
    ARCH: Evaluating archive log 1 thread 1 sequence 140
    ARCH: Beginning to archive log 1 thread 1 sequence 140
    Creating archive destination LOG_ARCHIVE_DEST_1: '/oracle/NEWDB/admin/arch/1_140
    .dbf'
    Tue Nov 27 21:30:58 2007
    ARC1: Evaluating archive log 1 thread 1 sequence 140
    ARC1: Unable to archive log 1 thread 1 sequence 140
    Log actively being archived by another process
    Tue Nov 27 21:30:58 2007
    ARCH: Completed archiving log 1 thread 1 sequence 140
    Tue Nov 27 21:33:16 2007
    Starting control autobackup
    Tue Nov 27 21:34:29 2007
    Control autobackup written to SBT_TAPE device
    comment 'API Version 2.0,MMS Version 5.0.0.0',
    media 'WP0205'
    handle 'c-2861328927-20071127-01'
    Clearing standby activation ID 2873610446 (0xab47d0ce)
    The primary database controlfile was created using the
    'MAXLOGFILES 5' clause.
    The resulting standby controlfile will not have enough
    available logfile entries to support an adequate number
    of standby redo logfiles. Consider re-creating the
    primary controlfile using 'MAXLOGFILES 8' (or larger).
    Use the following SQL commands on the standby database to create
    standby redo logfiles that match the primary database:
    ALTER DATABASE ADD STANDBY LOGFILE 'srl1.f' SIZE 10485760;
    ALTER DATABASE ADD STANDBY LOGFILE 'srl2.f' SIZE 10485760;
    ALTER DATABASE ADD STANDBY LOGFILE 'srl3.f' SIZE 10485760;
    ALTER DATABASE ADD STANDBY LOGFILE 'srl4.f' SIZE 10485760;
    Wed Nov 28 21:43:31 2007
    Starting control autobackup
    Wed Nov 28 21:43:59 2007
    Control autobackup written to SBT_TAPE device
    comment 'API Version 2.0,MMS Version 5.0.0.0',
    media 'WP0202'
    handle 'c-2861328927-20071128-00'
    Wed Nov 28 21:44:08 2007
    Thread 1 advanced to log sequence 142
    Current log# 2 seq# 142 mem# 0: /oracle/NEWDB/oradata/NEWDB/redo2.log
    Wed Nov 28 21:44:08 2007
    ARCH: Evaluating archive log 3 thread 1 sequence 141
    ARCH: Beginning to archive log 3 thread 1 sequence 141
    Wed Nov 28 21:44:08 2007
    ARC1: Evaluating archive log 3 thread 1 sequence 141
    ARC1: Unable to archive log 3 thread 1 sequence 141
    Log actively being archived by another process
    Wed Nov 28 21:44:08 2007
    Creating archive destination LOG_ARCHIVE_DEST_1: '/oracle/NEWDB/admin/arch/1_141
    .dbf'
    Wed Nov 28 21:44:08 2007
    ARC0: Evaluating archive log 3 thread 1 sequence 141
    ARC0: Unable to archive log 3 thread 1 sequence 141
    Log actively being archived by another process
    Wed Nov 28 21:44:08 2007
    ARCH: Completed archiving log 3 thread 1 sequence 141
    Wed Nov 28 21:44:09 2007
    Thread 1 advanced to log sequence 143
    Current log# 1 seq# 143 mem# 0: /oracle/NEWDB/oradata/NEWDB/redo1.log
    Wed Nov 28 21:44:09 2007
    ARCH: Evaluating archive log 2 thread 1 sequence 142
    ARCH: Beginning to archive log 2 thread 1 sequence 142
    Creating archive destination LOG_ARCHIVE_DEST_1: '/oracle/NEWDB/admin/arch/1_142
    .dbf'
    Wed Nov 28 21:44:09 2007
    ARC0: Evaluating archive log 2 thread 1 sequence 142
    ARC0: Unable to archive log 2 thread 1 sequence 142
    Log actively being archived by another process
    Wed Nov 28 21:44:09 2007
    ARCH: Completed archiving log 2 thread 1 sequence 142
    Wed Nov 28 21:44:36 2007
    Starting control autobackup
    Wed Nov 28 21:45:00 2007
    Control autobackup written to SBT_TAPE device
    comment 'API Version 2.0,MMS Version 5.0.0.0',
    media 'WP0202'
    handle 'c-2861328927-20071128-01'
    Clearing standby activation ID 2873610446 (0xab47d0ce)
    The primary database controlfile was created using the
    'MAXLOGFILES 5' clause.
    The resulting standby controlfile will not have enough
    available logfile entries to support an adequate number
    of standby redo logfiles. Consider re-creating the
    primary controlfile using 'MAXLOGFILES 8' (or larger).
    Use the following SQL commands on the standby database to create
    standby redo logfiles that match the primary database:
    ALTER DATABASE ADD STANDBY LOGFILE 'srl1.f' SIZE 10485760;
    ALTER DATABASE ADD STANDBY LOGFILE 'srl2.f' SIZE 10485760;
    ALTER DATABASE ADD STANDBY LOGFILE 'srl3.f' SIZE 10485760;
    ALTER DATABASE ADD STANDBY LOGFILE 'srl4.f' SIZE 10485760;
    Thu Nov 29 21:36:44 2007
    Starting control autobackup
    Thu Nov 29 21:42:53 2007
    Control autobackup written to SBT_TAPE device
    comment 'API Version 2.0,MMS Version 5.0.0.0',
    media 'WP0206'
    handle 'c-2861328927-20071129-00'
    Thu Nov 29 21:43:01 2007
    Thread 1 advanced to log sequence 144
    Current log# 3 seq# 144 mem# 0: /oracle/NEWDB/oradata/NEWDB/redo3.log
    Thu Nov 29 21:43:01 2007
    ARCH: Evaluating archive log 1 thread 1 sequence 143
    ARCH: Beginning to archive log 1 thread 1 sequence 143
    Creating archive destination LOG_ARCHIVE_DEST_1: '/oracle/NEWDB/admin/arch/1_143
    .dbf'
    Thu Nov 29 21:43:01 2007
    ARC1: Evaluating archive log 1 thread 1 sequence 143
    ARC1: Unable to archive log 1 thread 1 sequence 143
    Log actively being archived by another process
    Thu Nov 29 21:43:02 2007
    ARCH: Completed archiving log 1 thread 1 sequence 143
    Thu Nov 29 21:43:03 2007
    Thread 1 advanced to log sequence 145
    Current log# 2 seq# 145 mem# 0: /oracle/NEWDB/oradata/NEWDB/redo2.log
    Thu Nov 29 21:43:03 2007
    ARCH: Evaluating archive log 3 thread 1 sequence 144
    ARCH: Beginning to archive log 3 thread 1 sequence 144
    Creating archive destination LOG_ARCHIVE_DEST_1: '/oracle/NEWDB/admin/arch/1_144
    .dbf'
    Thu Nov 29 21:43:03 2007
    ARC0: Evaluating archive log 3 thread 1 sequence 144
    ARC0: Unable to archive log 3 thread 1 sequence 144
    Log actively being archived by another process
    Thu Nov 29 21:43:03 2007
    ARCH: Completed archiving log 3 thread 1 sequence 144
    Thu Nov 29 21:49:00 2007
    Starting control autobackup
    Thu Nov 29 21:50:14 2007
    Control autobackup written to SBT_TAPE device
    comment 'API Version 2.0,MMS Version 5.0.0.0',
    media 'WP0280'
    handle 'c-2861328927-20071129-01'
    Thanks
    Shaan

  • How to see data for for deffirent customers with deffirent dunnings

    Hi
    i want to make BI report like this.
    how can i see balance for deffirent dunning levels at ECC system
    Customer Number (Payer)     Description     Dunning Level 0     Dunning Level 1     Dunning Level 2     Dunning Level 3     Dunning Level 4     Dunning Level 5     Total Balance
    7019706     Carefour     82     38     92     82     17     5     316
    8281554     Sheffield Central     22     48     88     57     87     92     394
    8256558     Liverpool Ents     65     66     17     26     26     64     264
    2920349     The SUA     52     95     40     3     99     98     387
    9376822     Bar Central     1     96     43     52     40     66     298
    4777091     Bar Local     62     78     0     68     9     79     296
    1910859     Café Colombus     93     32     8     53     1     11     198
    Total          377     453     288     341     279     415     2153

    In FBL5n, You need to sub total based on the customer number and dunning level and you will get the data required, however to have the output in the specific format required by you, you need to make the report using this data.
    Regards,
    Gaurav

  • How to see monthly INTERNATIONAL MINUTES USAGE. see below

    log in
    Go to My Verizon..then at the top under the tab My Services..click on ‘Mange My Services’.
    .then on the left hand side of screen you’ll see a tv icon with a ‘My Services’ next to it. 
    Under it click on “VOICE” .then you’ll see VERIZON WORLD USAGE PLAN..then Click on ‘Manage’
    To the right of the globe icon. ..there you can view current and previous month usage.  
     Dang I was looking for this for a long time.  Hope that helps.

    Thanks again. This is a production environment and I am loath to go anywhere near a script that might slow them down.
    I am dealing with this: I need to make recoemmendation on how much more space we will need to allocate to the given filesystem for the next year so I need to be looking at trends...I think (thanks to a colleague) that I may have cracked it:
    looking at specific mountpoint (over 8 months, or a year or whatever)
    High Value = 24
    Last known value = 9
    So in this time perid the mopunt point has dropped 15%. Lets say this was in a year, so we check out the size of the /data mountpoint which is 20G. So this way we can recommend that we should increase it by 30% (15 for last year and 15 for the next year all things remaining equal which yes i know they never do but hey).
    So 30% of 20G is, erm, over 6 but less than 7G to recommend that we increase the disk space by.
    Does this make sense?
    DA

  • How to see SQLs for a database session ?

    I am on Oracle 8.1.7 in AIX.
    I can see all the session details in v$session , also I can look at the SQLs being executed on the server in v$sqlarea and v$sqltext.
    If I want to see, for a given database session, what are the SQLs those are run ? how can I do that ?
    Can I do that or not ???
    Please guide .
    Regards

    with this query you can know what are all views related
    to SQL Statements:
    SQL> select table_name from dictionary
    2 where table_name like '%SQL%';
    TABLE_NAME
    GV$SQL
    GV$SQLAREA
    GV$SQLTEXT
    GV$SQLTEXT_WITH_NEWLINES
    GV$SQL_BIND_DATA
    GV$SQL_BIND_METADATA
    GV$SQL_CURSOR
    GV$SQL_SHARED_CURSOR
    GV$SQL_SHARED_MEMORY
    V$SQL
    V$SQLAREA
    TABLE_NAME
    V$SQLTEXT
    V$SQLTEXT_WITH_NEWLINES
    V$SQL_BIND_DATA
    V$SQL_BIND_METADATA
    V$SQL_CURSOR
    V$SQL_SHARED_CURSOR
    V$SQL_SHARED_MEMORY
    18 rows selected.
    and here you can get information of each one:
    Catalog Views / Data Dictionary Views
    http://otn.oracle.com/pls/db92/db92.catalog_views?remark=homepage
    Joel P�rez

  • How to see filename for Mavericks Calendar Open File alert?

    How can you see the name / path of the file to be opened for a Mavericks Calendar Open File alert from the Calendar UI?
    Before Mavericks, the file's name would be displayed in the item itself like this:
    Now all I see is something more like this:
    So I can longer see or verify exactly which file (if any) will be opened.

    The external image URL in my previous post isn't displaying, so here's a copy of the old iCal Open File image:

  • How to See logs for custom programs from without the logviewer in NWA

    Hello Experts,
    The JavaAS developers want to see the logs for their custom programs from without the logviewer in NWA.
    Do you have any experience or know of any reference materials to instruct them on where to write their logs, and how to configure NWA to see them?
    Thanks
    Jibin.

    Hello Jibin,
    Your developers should familiarize themselves with the Logging Framework of the J2EE Engine.
    Here is the guide:
    http://help.sap.com/saphelp_nw04/helpdata/EN/a2/15ab41d60bcb46e10000000a155106/frameset.htm
    If they use the Logging Framework you would be able to access the logs through NWA.
    Regards,
    Ventsi Tsachev
    Technology Development Support (J2EE Engine)
    SAP Labs, Palo Alto, Ca (USA)

  • How to see code for a datasource?

    Dear Bwers,
    i want to see the code written for the datasource 0MATERIAL_ATTR in R/3 where there was a zfield added earlier. How do i do it? Thanks for the help.
    Raj

    Hi,
    Go to CMOD check for the project they have created.Then click to get into the standard exit:exit_saplrsap_0001 and double click it so that the include program screen appears.
    double click it to see your code.
    Hope this helps.
    Asssign points if useful.
    Venkat

  • [SOLVED] How to see real Linux Ram usage ? (diferent values)

    Hi everyone,
    I am using Linux (Ubuntu at start and now Arch Linux) since 2004. I never had problems to understand it but now I have a problem that I cannot understand.
    I have 2 computers (one is mine Asus 1215N and one is from my girlfriend Asus 1005HA), the first one has Arch Linux with Gnome3, and the seconde one has Arch Linux with Xfce4.
    When I check the ram I get this (on my Asus 1215N):
    (Terminal 'free') :
    Total - 2055584
    Used - 497792
    Buffers/Cache Used - 164288
    (Gnome System Monitor)
    162,4 Mib (8,1%) de 2,0Gb
    Conky
    Ram Usage 488Mib/1.96Gib - 24%
    So, apparently Gnome System Monitor only show me the Buffers/Cache Used memory (isn't that wrong ?) and the other two show me the "real" Ram usage (~488Mb)
    Now on the seconde laptop conky show me the Buffers/Cache Used memory (when i look at it I see for example 120Mib but when I look at 'free' he says to me that the used memory is 500Mib.
    So right now I don't really undestand who's wrong and who's right... did my Gnome3 really use 400mb at startup ? Did the xfce of my girlfriend really uses ~70-120mb at startup ?
    (PS: we have the same conkyrc file.
    Thanks in advance
    Last edited by aliasbody (2011-07-08 10:00:33)

    aliasbody wrote:
    Thanks for your help. But if the Buffers/Cache free is the real Free ram as I understand, then Free Memory is the allocated for software (but free)... That seem's good, but I have a question, I have made a teste, when I tried to open a lot of Chromium tabs (Chromium is a good example as it uses a LOT of ram..)
    Then the Buffers/Cache Free was at 1200Mib / 2000Mib (At free -m)
    and Free Memory was at 19500 Mib / 2000Mib (At free -m)
    And then the system starts using swap...
    So if the Buffers are the really free ram and the Free Memory the all allocated memory and free why doesn't he cleans the allocated/cache before creating a new and starting using the swap ?
    You seem to have the terms mixed up. Used memory is the cached memory and the memory allocated for applications grouped together. +/- buffers/cache is only the memory allocated for applications (It basically means used memory - buffers and cache).
    As to why it starts swapping, I have no idea. It shouldn't, unless it's really out of RAM.
    aliasbody wrote:Ps : And why did I got 2 diferent values from 2 pc's with the same conky configuration ? (since the first laptop show Free Ram and the second onde show Buffers/Cache)
    That's very strange too. Are you absolutely sure that the configs are the same? Sounds like yours is missing the no_buffers option.

  • How to view lifecycle for component usage

    Greetings-
    I have declared use of one component to another in the diagram view.  I initially set the lifecycle to "CreateOnDemand" using the "New Component Usage" wizard but now I'd like to change this to "Manual".  However, I don't see the lifecycle when I view the properties of the referenced Component in the diagram view.  How do I find/change this?

    Hi,
    In WebDynproExplorer expand the "UsedComponents" node under your component .
    Double click on the usedComponent and you can change the lifecycle property.
    Regards, Anilkumar

  • How to see values for bind variables in statspack output

    Hi all.
    Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit Production
    PL/SQL Release 9.2.0.4.0 - Production
    CORE 9.2.0.3.0 Production
    TNS for Solaris: Version 9.2.0.4.0 - Production
    NLSRTL Version 9.2.0.4.0 - Production
    Running sprepsql.sql to get full sql and explain plan from hash value...
    SQL comes back with bind variables :1, :2, :3 etc.
    How can I find out what the values are for the bind variables so i can plug them in and run them in test db?
    Thanks for all your help.

    I don't have a trace file...
    I need to know what the values are and if there is anyway to see them from the output of the sprepsql...
    currently looks like:
    select
    r.status,
    NVL(r.required_date, to_date('12/31/3999', 'MM/DD/YYYY')),
    r.calc_qty,
    r.issued_qty,
    r.workorder_type,
    r.workorder_base_id,
    r.workorder_lot_id,
    r.workorder_split_id,
    r.workorder_sub_id,
    r.operation_seq_no,
    r.piece_no,
    r.warehouse_id,
    0,
    wbs_code
    from
    REQUIREMENT r
    where r.part_id = *:1*
    and r.workorder_type = 'W'
    and r.calc_qty > r.issued_qty
    and r.subord_wo_sub_id is null
    AND STATUS IN ('R', 'S','U','H','F')
    AND WAREHOUSE_ID = *:2*
    Thanks for your help.

  • How to see thumbnail for avi videos in finder?

    I see thumbnail pictures for mpeg files but for all avi files it's just a blank white icon.
    Is there some kind of video player I need to install to get this preview thumbnail to appear for avi files?
    I have MIRO installed which plays them but still blank white icons in finder window.
    Thanks
    Patrick

    Patrick Brennan1 wrote:
    Scott,
    Thanks but I got that far already setting my movie folder to show icon previews which it does.
    But my problem is all the .mpeg movies DO show a picture on the icon, BUT only that extension shows an actual picture, where all my .avi movies only show a blank white icon with no picture from movie.
    So my guess is that I am missing some kind of plug-in for the avi movies?
    Thanks
    Patrick
    My avi movies default to QuickTime. I just changed that to VLC and the icon is now the VLC cone. The actual icon for many videos seems to be the first frame in the movie. I see this with .mp4 as well as .avi and .mov.
    Interestingly after I reassigned QT to the avi I had changed to VLC, the VLC icon remains. Maybe a reboot will change it back?
    Anyway, I like the first frame, usually the title to be the icon, but if you use VLC as the default you can change it to the cone.

  • How to see TC for any program

    If i hav a program name how can i see the associated Transaction code.
    regards,
    Vibhuti

    Hi
    TSTC is the table where you can find all the T-codes asscoiated the programs
    goto SE11
    enter TSTC table name
    execute
    give program name
    then you can find the T-code associated with that program
    <b>Reward if usefull</b>

  • How to see authorisations for Country

    Hi SAP Gurus,
    out project has gone live in more than 6 countrys. I would like to see to which countrys my ID has authorisations..
    is there anyway to see for what countrys my ID has authorisation. If yes Please let me know...
    thanks in advance.
    Regards,
    Lata.

    Lata,
    If the roles are based on country the role administrator will likely have used the country our country code in the description.
    Try running transaction SUIM then report Users->Users by complex selection criteria->by user ID.  Put in you user ID and see the list of roles with descriptions (S_BCE_68001394 is the direct transaction depending on version).
    Cheers,
    Ben

  • How to see states in contact-form?

    I used a simple contact form on my muse site.
    after clicking on submit, I would like, that the customer can be aware of the process, meaning: message processing, message error or message submitted.
    how is this possible?
    thanks for response

    Hi,
    When you submit a form, it gives you the processing and received or error message. You can test it on my test site : Untitled 7 Please refer to the following screenshot :
    Regards,
    Aish

Maybe you are looking for