Storage Array 2530 - 36 @ 2TB HDD -  RAID6

Hello!
I have my Array up and running using the CAM software but I have a concern and I have little experience and trouble finding documentation on the issues..
I have a 36 SATA disk 2TB setup, with 3 hot spares. 1x3
My first issue is when creating the Volume/Virtual Disk Etc. It only seems to allow me to use 30 disk drives even though the other 3 are listed as Unassigned.. Is there a limitation to Raid 6 I am unaware of?
My second concern is the initialization time of about 510 Hours.. the job is increasing about 3% per day, does this seem right? The array is not reporting any issues and the firmware was updated.
Again, your support and help is always appreciated.
Regards and Thanks.
Ash
REHL 6.2 RD240 64 bit

On a file system that big?
Use a volume manager (LVM, ZFS, etc) to spread the file system across multiple RAID arrays. 10-drive RAID-6 arrays are good - 8 data, 2 parity. Pick a segment size for each array such that the RAID stripe size (segment size times number of data drives in array) is no larger than the underlying block size of the file or volume management system you plan to put on it. Multiple underlying RAID arrays will also allow both controllers of the 2530 (assuming it has two) to be used for processing IO, doubling both the effective processing power of the 2530 and the bandwidth to the device since your server will be able to actively use SAN paths to both controllers.
For example, if you use ZFS with its 128k block size, on 8+2 RAID-6 arrays, pick a 16k segment size so you get a 128k RAID stripe width. If you're using ext3 on top of LVM, select a segment size, calculate your stripe width, then use the -datalignment option of "pvcreate" to match your stripe width. Build an even number of RAID arrays, with an equal number on each controller.
If you manually have to partition/label each LUN, make sure you start the disk partition you're going to be writing data to on a RAID stripe boundary. For example, note that ZFS, when given a whole disk/LUN to use, puts an EFI label on the disk and starts its data partition at segment 256, which is at the first 128k boundary, assuming a 512-byte segment size.
On a file system this big, if data availability is critical, I'd also be tempted to use software RAID on top of the multiple RAID arrays. You'll lose a small bit of performance, but it might be worth it. In my experience, block size, segment size, and RAID stripe calculations are nowhere near as important for software RAID as they are for hardware RAID.
It's all trade-offs. The more drives you wind up using for parity, the more available your data will be.
Don't mess around with multiple LUNs off any physical RAID array in your 2530. Just fill the entire RAID array with a single LUN.
To get the best possible availability, if you're using Oracle's CAM to set up the RAID array, don't let it magically select which physical drives to put in each RAID array you build. If you have enough expansion trays, you want to minimize the number of drives you select from each tray. If you have a total of 5 trays and are building 10-drive RAID-6 arrays, for example, only pick two drives from each tray for each RAID array you build. That way, if an entire tray fails (someone goes into the server room and unplugs the wrong device...), you'll minimize the impact and won't lose access to your file system. If you don't have enough expansion trays to build your RAID arrays that way, try to build each RAID array in as few trays as possible. That way a tray failure will have a minimum impact on your file system (hopefully).
And don't forget - RAID is for availability. Backups are for integrity. RAID can't protect you from someone making a mistake and running "rm -f -r ." in the wrong place.

Similar Messages

  • Fusion Drive on a 2010 iMac with 2tb HDD & 256gb SSD

    Hi,
    well basicailly the title says it all!
    I have a 2010 iMac with the 256gb SSD and 2TB HDD which to me seems like it would be great option for the Fusion Drive...
    Does anyone have any ideas on how I could make the drives work like the new Fusion Drive?
    I've seen the Macworld Tutorial on a DIY Fusion Drive but i'm still not sure if doing that will work in the same way as the preinstalled 2012 iMac Fusion Drive... I know that Mac OSX will treat the combined drives as one, but in terms of moving files depending upon their usage is another matter.
    If the Macworld step by step is followed will Mountain Lion handle frequently used files / apps like the apple presentation states or will it just use the drives as one and not increase the performance of my machine?
    Any help on this would be much appreciated, especially if anyone has followed the Macworld steps etc!
    Thanks
    Darren

    Thanks fir the reply, I thought with the fusion drive the SSD and HDD were two seperate storage devices seen by OSX as one volume, and the software determins where the files most used will be placed and accessed from.
    I've read a bit about this here;
    http://macs.about.com/od/diyguidesprojects/ss/Setting-Up-A-Fusion-Drive-On-Your- Current-Mac.htm
    but would be great to hear first hand experience!!
    With this DIY approach it appears that the same functionality of the 2012 iMacs is achieved but simply not using the older Disk Utility, but a newer version only included on the newer models...

  • Storage Array???

    Dear All,
    Yesterday I was given a Storage Array and I have no idea what it is.
    It is Grey with 7 HDD M2949ESP Drives (9 GB Fujitsu HDD). I have connected to my Solaris 9 box and it is showing lots of 2 GB drives. Can anyone tell me how I can identify the the unit and reconfigure the drive to be 7 X 9 GB drives?
    thanks in advance,
    Hugh

    Some of the early Sun storage arrays had 7 slots, but to be sure and to identify your item correctly we would need partnumbers.
    Here are a couple of examples of 7 slot SPARCstorage arrays:
    http://sunsolve.sun.com/handbook_pub/Systems/SSA_214_7Slot/S SA_214_7Slot.html
    http://sunsolve.sun.com/handbook_pub/Systems/SSA_219_7Slot/S SA_219_7Slot.html
    I think you have the 219 model as it supports disks that are similar to your Fujitsu 2949.

  • Horrible problems while mounting BTRFS RAID1 array (on a single HDD)

    Since I made my 2TB HDD (Samsung M9T which I bought precisely to make it a BTRFS RAID1 array for data security) into 2 x 1TB btrfs RAID1 array, I keep having horrible mounting problems.
    There are two subvolumes on that array:
    @data
    @sys_backup
    fstab entries for them look like so:
    UUID=a0555768-a37f-4bd8-95e5-66ebd6a09c75 /mnt/Disk_D btrfs device=/dev/mapper/2TB-1TB_RAID1a,device=/dev/mapper/2TB-1TB_RAID1b,rw,noatime,compress=lzo,autodefrag,space_cache,nofail,commit=180,subvol=@data 0 0
    UUID=a0555768-a37f-4bd8-95e5-66ebd6a09c75 /mnt/arch_backup btrfs device=/dev/mapper/2TB-1TB_RAID1a,device=/dev/mapper/2TB-1TB_RAID1b,rw,noatime,compress=zlib,autodefrag,space_cache,nofail,x-systemd.automount,commit=250,subvol=@sys_backup 0 0
    Now, I rarely access @sys_backup, but I have never found it not being mounted. @data on the other hand mounts hardly ever.
    Most of the time, after boot, then I try to access /mnt/Disk_D mountpoint, it either
    A - turns out empty, and running “mount” command confirms there's nothing mounted there. Trying to mount it manually renders absolutely no effect. Not even an error message.
    or
    B – every program used to access that mountpoint (terminal, file manager, conky displaying free space or anything else) freezes and I have to kill it. Even tryping “/mnt/D” and pressing TAB for autocompletion crashes the terminal.
    I then need to reboot anywhere from 1 to 15 more times to get it mount properly.
    I had this problem since I started using RAID1 3 months ago. I had it on kernels 3.17, 3.18 and 3.19.
    Other things that made no difference include:
    ➤ adding/removing “device=” option
    ➤ adding/removing x-systemd.automount option
    ➤ changing UUIDs o /dev/mapper/... entries
    ➤ completing scrub on that partition
    ➤ running dry run btrfs check (no errors indicated)
    This is horrible. Is there any solution to it, or is it just the current state of BTRFS? And if it is the later, then what other than btrfs Raid1 solution could be implemented?
    Last edited by Lockheed (2015-02-01 07:27:35)

    firecat53 wrote:There's nothing in that linked article about doing a RAID 1 on a single disk.
    The whole discussion I linked is about doing a RAID 1 on a single disk. And the article linked from that discussion is only to prove the point of btrfs self-healing.
    firecat53 wrote:If you think about it, you are going to absolutely kill your read/write times by having the drive head trying to keep up a RAID 1 mirror on two partitions of the same drive.
    The read performance is unchanged. The write performance is 50% of the standard partition, but since it is a data drive, that is not a serious issue. Certainly less serious than data security.
    firecat53 wrote:My guess is that's why you are having issues.
    Maybe so, but I don't see a reason to assume it and even it is so, then I don't think those issues should be there.
    firecat53 wrote:You're going to be much better off buying two 1TB drives and using those in RAID 1!!  Or just a single 2TB btrfs drive....with a UPS and another drive as a backup drive.
    I can't do that because it is a laptop SSD with system + HDD with data.
    firecat53 wrote:I've been using btrfs on my laptop SSD and on my server for almost a year now with only one problem (corruption from a power loss to the server before I got the UPS).
    I have been using btrfs on my laptop SSD + HDD and on my RPi server since over a year and btrfs check was detecting minor issues every few months.
    I now run SSD (non-raid) + HDD (2 partitions in RAID1) on laptop, and SD (2 partitions in RAID1) + HDD (2 partitions in RAID1) on RPi (which - by the way, has no such problems with mounting neither SD nor HDD in Raid1) and I have not yet had any error with btrfs check.

  • How does the predator AG3 used the 128 GB ssd and the 2TB hdd together

    I am contemplating buying a Predator AG3 from Costco.  It comes with 128b ssd and a 2tb Hdd.  How does the system use the two in combination?  Is the ssd only for booting?  Will Windows be on the SSD.  Will the system know to go to the HDD for programs not on the SSD?  I have no experience in using a system with two different type drives.

    SSD is normally used as OS installation and some heavy load programs (video - audio - image editing)HDD is used as data storage or to install big size programs (mostly games). System doesn't know where you want to install things so, it asks during installation example C:\Program Files\gamenameXYZyou can tell the installer to use the HDD instead of C: on SSD so you will change C to D (if your HDD has D: as system letter)D:\Program Files\gamenameXYZ

  • Disk Array 2530-M2 disk replacement procedure via CLI

    Hi,
    I wish to know the procedure to replace the Sun/Oracle Storage Disk Array 2530-M2's disk.
    From the manuals it can be seen that the expected way is via the WEB based GUI. But the problem is that we haven't installed that, we are using only the CLI based commands (CAM) .
    So it will be a great help if I can get any pointers in this regard. Awaiting eagerly.
    Thanks,
    Savvy

    If you want to see what the alarm looks like, you can run the following command on your CAM server:
    # ras_admin advisor -e <event type>
    /* `ras_admin` is under:
    /* Solaris: /opt/SUNWsefms/bin/
    /* Linux: /opt/sun/cam/private/fms/bin/
    /* Windows: C:\Program Files\Sun\Common Array Manager\Component\fms\bin\
    We have three type of PFA, Risk Low, Risk Medium, Risk High.
    Example for a 6180 (90.xx.xxxx):
    Event Code : 90.66.1026
    Event Type : 6180.ProblemEvent.REC_IMPENDING_DRIVE_FAILURE_RISK_LOW
    Severity : 0
    Sample Description : Impending drive failure for disk {0} (Low Data Availability
    Risk).
    Probable Cause : A drive is reporting internal errors that could cause the
    drive to fail. If the affected drive is an unassigned
    drive, it will not be available for volume configuration.
    If the affected drive is a Standby hot spare drive, it will
    not be available to take over for a failed drive.
    Recommended Action : Refer to the Service Advisor procedure for recovering from
    this problem.
    Event Code : 90.66.1025
    Event Type : 6180.ProblemEvent.REC_IMPENDING_DRIVE_FAILURE_RISK_MED
    Severity : 0
    Sample Description : Impending drive failure in Virtual Disk {0} (Medium Data
    Availability Risk), affected drive(s): {1}
    Probable Cause : A drive is reporting internal errors that could cause the
    drive to fail. If this drive fails, the volumes in the
    volume group will become degraded.
    Recommended Action : Refer to the Service Advisor procedure for recovering from
    this problem.
    Event Code : 90.66.1024
    Event Type : 6180.ProblemEvent.REC_IMPENDING_DRIVE_FAILURE_RISK_HIGH
    Severity : 0
    Sample Description : Impending drive failure in Virtual Disk {0} (High Data
    Availability Risk), affected drive(s): {1}
    Probable Cause : A drive is reporting internal errors that could cause the
    drive to fail. If this drive fails before you follow the
    recovery steps, the volumes in the volume group will fail
    and all data on the volumes will be lost.
    Recommended Action : Refer to the Service Advisor procedure for recovering from
    this problem.

  • Error while Registering a iSCSI drive on to Storage array

    Hi,
    I've installed Oracle VM Manager 3.0.2 on Oracle Linux 6.1. When I tried to register a iSCSI drive on to Storage array, I go the following error:
    "java.lang.NullPointerException
    ADF_FACES-60097:For more information, please see the server's error log for an entry beginning with: ADF_FACES-60096:Server Exception during PPR, #4"
    Also there is no items to be selected in the Storage Plug-in.
    I read that Storage plug-in is in-built with version 3.0 and above.
    Any help in this regard will be greatly appreciated.
    Thanks,
    Prajeesh

    Prajeesh wrote:
    Also there is no items to be selected in the Storage Plug-in.Have you discovered at least one Oracle VM Server yet? You can't add any storage until you do that successfully.

  • Data recovery software that help recover lost partition due to using Disk Recovery Assistant on a 2TB HDD?

    I Just use the Disk Recovery Assistant on my 2TB HDD and it wipe it clean. What are the best data recovery tool out there that allow me to recover the lost partition and see the file in folders view not files view like in some data recovery like Disk Drill?
    using ML 10.8 something I tried appleXsoft but no luck.

    My best suggestion is
    Stellar Phoenix Mac Data Recovery
    http://www.macintosh-data-recovery.com/
    Download the free trial version of the software and use the option "Search Lost/Deleted Volumes", It will scan the drive and show you all lost partitions list on preview. Once you click on the selected partition it will show you again 3 options ,
    Quick Recovery- This option is very effective on case of volume corruption
    Advanced Recovery- This option recovers data from formatted volume and scans each and every block of volume for lost data.
    Deleted File Recovery.- It scans unused blocks of volume to recover deleted data.
    On successful recovery the software will show the files in folders view with the folder structure..In case you are unable to see the desired results you would need to go for Raw Recovery which will show results on file basis.This option is only required incase the previous option does not give you the desired results.
    Cheers !!

  • Hi.  I am having issues with copying files to my shared WB 2TB HDD connected to my airport extreme.  Comes up with error 50.  I am using a Macbook Pro to copy from so not sure what I am doing wrong.  Can someone help? thanks Rory

    Hi.  I am having issues with copying files to my shared WB 2TB HDD connected to my airport extreme.  Comes up with error 50.  I am using a Macbook Pro to copy from so not sure what I am doing wrong.  Can someone help? thanks Rory

    These links might provide some information that may be of help.
    http://support.apple.com/kb/TA20831
    https://discussions.apple.com/message/2035035?messageID=2035035
    I've encountered this error myself upon occasion.  If I remember correctly, it was a permissions/ownership issue with the some of the files I was copying.

  • Couldn't see LUNS fpr  Compaq Storage array 1000 solaris box

    Hi All,
    I want to connect Compaq storage Works SAN array to solaris10 Box. I can see array as connected but state as unusable.
    How can i see the luns from the storage on solaris box??
    dmesg output:
    Feb  1 08:29:54 testappl        ndi_devi_online: failed for array-controller: target=11000 lun=0 ffffffff
    Feb  1 08:30:25 testappl fctl: [ID 517869 kern.warning] WARNING: fp(7)::PLOGI succeeded: no skip(2) for D_ID 11000
    Feb  1 08:30:25 testappl genunix: [ID 599346 kern.warning] WARNING: Page83 data not standards compliant COMPAQ   MSA1000          2.38
    Feb  1 08:30:25 testappl scsi: [ID 243001 kern.info] /pci@1d,700000/SUNW,emlxs@2/fp@0,0 (fcp7):
    Feb  1 08:30:25 testappl        ndi_devi_online: failed for array-controller: target=11000 lun=0 ffffffff
    Feb  1 08:47:27 testappl emlxs: [ID 349649 kern.info] [ 5.05F8]emlxs3: NOTICE: 730: Link reset.
    Feb  1 08:47:27 testappl emlxs: [ID 349649 kern.info] [ 5.0337]emlxs3: NOTICE: 710: Link down.
    Feb  1 08:47:30 testappl emlxs: [ID 349649 kern.info] [ 5.054D]emlxs3: NOTICE: 720: Link up. (2Gb, fabric, initiator)
    Feb  1 08:47:30 testappl genunix: [ID 599346 kern.warning] WARNING: Page83 data not standards compliant COMPAQ   MSA1000          2.38
    Feb  1 08:47:30 testappl scsi: [ID 243001 kern.info] /pci@1d,700000/SUNW,emlxs@2/fp@0,0 (fcp7):
    Feb  1 08:47:30 testappl        ndi_devi_online: failed for array-controller: target=11000 lun=0 ffffffff
    cfgadm -al output:
    bash-3.00# cfgadm -al
    Ap_Id                          Type         Receptacle   Occupant     Condition
    c0                             scsi-bus     connected    configured   unknown
    c0::dsk/c0t0d0                 CD-ROM       connected    configured   unknown
    c1                             scsi-bus     connected    configured   unknown
    c1::dsk/c1t0d0                 disk         connected    configured   unknown
    c1::dsk/c1t1d0                 disk         connected    configured   unknown
    c1::dsk/c1t2d0                 disk         connected    configured   unknown
    c2                             fc           connected    unconfigured unknown
    c5                             scsi-bus     connected    unconfigured unknown
    c6                             fc           connected    unconfigured unknown
    c7                             fc-fabric    connected    configured   unknown
    c7::500805f3000186d9           array-ctrl   connected    configured   unusable
    usb0/1                         usb-device   connected    configured   ok
    usb0/2                         unknown      empty        unconfigured ok
    usb1/1                         unknown      empty        unconfigured ok
    usb1/2                         unknown      empty        unconfigured okthanks in advance.

    Looks like the LUN is not configured correctly on the storage array. The kernel can't take the LUN online.
    I have seen this on various boxes, most of the time it was either that the LUN wasn't set online on the SAN box or there is a SCSI reservation on the LUN.
    Can you access the LUN from another host?

  • What are some of the advantages/disadvantage of using FC or FCoE with a storage array (EMC)? What is Cisco's recommendation and why?

                       What are some of the advantages/disadvantages of using FC or FCoE for a storage array? What does Cisco recommend?

    This is what I'm considering:
    Power:
    1050W Seasonic 80PLUS Gold Power Supply
    Motherboard:
    ASUS, Rampage IV Extreme, 2011, SATA6, True Quad SLI/XFIRE, Extreme OC Capable
    CPU:
    Intel Core i7-4960X 3.60GHz, 2133MHz DDR3, 15MB Cache, Hex Core Processor
    System Memory:
    16GB (4 x 4GB) , PC3-19200, 2400MHz (G.Skill - x79)
    Video Adapter 1:
    NVIDIA GeForce GTX 780ti 3GB GDDR5
    Video Adapter 2:
    None
    Optical 1
    16X Blu-ray Burner - 16xBD-R, 2xBD-RW/16xDVD-R, 8xDVD-RW/48xCD-R, 24xCD-RW
    Bay Accessories 1
    NZXT Aperture M Multi-media Hub
    RAID [Requires Identical Hard Drive Selections]
    RAID 0 | 2 Disk Min. Striped set, improved performance, additional storage drive highly recommended
    Hard Drive 1
    Crucial M550 1TB 2.5" SATA III 6GB/sec Solid State Drive
    Hard Drive 2
    Crucial M550 1TB 2.5" SATA III 6GB/sec Solid State Drive
    Hard Drive 3
    Crucial M550 1TB 2.5" SATA III 6GB/sec Solid State Drive
    Sound Card
    Creative Labs Sound Blaster Z PCI Express

  • Sparc Storag Array 102 needs to run under solaris 10

    I need to get a Sparc Storage Array to run under solaris 10. The soc driver that is needed is not supportted under solairs 10. I took the packages needed off of solari 9 cd and installed them but no luck. I tried to to do a modload and modinfo but it was not there.
    The package loaded a file into /kernel/drv/sparcv9/soc. I have solaris 9 onanother disk on the same system and looked at the system trying to copy and edit the files on 10 but not device paths show up in the system. I copyied a file called soc that was in /kernel/drv/ I edited the /etc/device_aliases and path_to_inst but no good.
    There are no entries in the /devices/ dir that reference the soc path. I do not if than can work but really would like to get this working.

    The fibre interface on that beast is NOT a Gigabit connection,
    such as is common on current systems.
    It was a 100Mbps connection through an array controller,
    running with a 40MHz microSPARC II control module.
    You'd exceed its throughput capabilities in any attempt
    to read or write data at or beyond that 100Mbps rate.
    I don't anticipate much assistance in these forums for a technology that goes back a decade-and-a-half.
    Contributors familiar with products from that era stopped posting in 2006
    when the previous supportforum.sun.com was merged into this one.
    We'll all look forward to your guidance after you succeed.
    You'll teach the rest of us.

  • Sparc storage Array woring under solaris 10.

    I need to get a Sparc Storage Array to run under solaris 10. The soc driver that is needed is not supportted under solairs 10. I took the packages needed off of solaris 9 cds and installed them but no luck. I tried to to do a modload and modinfo but it was not there.
    The package loaded a file into /kernel/drv/sparcv9/soc. I have solaris 9 onanother disk on the same system and looked at the system trying to copy and edit the files on 10 but not device paths show up in the system. I copyied a file called soc that was in /kernel/drv/ I edited the /etc/device_aliases and path_to_inst but no good.
    There are no entries in the /devices/ dir that reference the soc path. I do not if than can work but really would like to get this working.

    Don't cross-post.
    You already have an active thread on this topic in the other forum.
    Cross-posting fragments any responses all over the universe.
    As time passes and the threads get separated by time,
    the responses become irrelevant.
    That's why it's poor forum etiquette.
    You end up diluting the information.

  • Enabling a disk in T3 Storage Array

    Currently using a T3 Storage Array where one of the drive slots is showing disabled. We have already replaced the bad disk and power cycled the array to try and enable the drive slot with no success. Does anyone know of a way to enable the drive slot other then deleting the volume and re-adding it?

    Actually i was able to try it just yesterday without success.  At the moment i have all of the disks previously mentioned installed, plus the new 240gb SSD.  For some reason I am unable to add the new disk to the storage pool, and as a result unable
    to remove the old 64gb disk.  
    Shaon, were you able to add a disk to a storage pool that contained a tiered storage virtual disk that consumed 100% of the storage pool space?  When I try the options are all grayed out.
    I do have backups of all of this data and I am capable of deleting the whole volume and starting over.  However, this is new technology I would like to get familiar with in case I am presented with a similar problem in the future without the luxury
    of backups.

  • I have a small production client looking to run 1 workstation running Mac Lion 10.7.3 and two work stations running Windows7 64 bit. They will all be talking to the same storage array through 8Gb FC. What is there most cost effective way to do this?

    I have a small production client looking to run 1 workstation running Mac Lion 10.7.3 and two work stations running Windows7 64 bit. They will all be talking to the same storage array through 8Gb FC. What is there most cost effective way to do this?

    Thank you for your help.
    The client has already made the jump to 8Gb including HBA's, switch and RAID Storage.
    The other question will be if they need a seperate Mac Server to run the Meta Data or are they able to use the current Mac they are running to do this?
    The Mac is a 201073 model they say with 12 Dual Core 2.66Mhz processors and 16 GB of Memory. This system is currently doing rendering. It has the XSAN Client but I understand for the solution to work they need to also run XSAN Server on a MDC.

Maybe you are looking for

  • Scrapbook and Snapshots screensavers no longer work after Yosemite upgrade

    Upgraded to Yosemite and discovered that the Scrapbook and Snapshots screensaver modules don't work now. Here's how they appear in my screensaver preference pane: The Scrapbook screensaver doesn't work at all; the Snapshots screensaver will load but

  • Can't re-start after Installing Server Software

    I think I made a mistake, but anyway here is how it went. I have a Silver G4, OS 9.1, 450 MHz. We want to use it as a Server for 2 other G5. Anyway, today , I installed "Mac OS X Server for Version 10.4 or later" on the G4 (without upgrading to OS 9.

  • Agregation exception not working - bug or normal behaviour

    We want to define a key figure with an  exception agregation to count a number of invoices of a selection. We decided to create a specific Key figure with the following properties : Type : Integer / Cumulative values Exception agregation :  Minimum o

  • How to parse jsp file

    What is the way to prase a JSP file which is in the local drive using a parser inorder to extract some information?. For example : <%@ page info=" hello world " %> <html> <head><title>Hello, World</title></head> <body bgcolor="blue" > <%@ include fil

  • To and fro communication between mobile & sap system

    Hi, I want to enable a function in basis system in which on locking the sap userid, user will send an sms (using mobile) to sap system (ecc 6.0). Syetem will authenticate the request and will revert as sms to same user on mobile either success with u