What is the driver program & why we require driver program?

What is the driver program & why we require driver program?

In a Sapcript program the driver program plays an important role of calling the sapscript .
Driver program contains Business Logic of the Program and rest all values are passed to scriprt which is called through driver.
If it is based on output then standard forms called entry is called in the standard driver program .
Please reward if useful.

Similar Messages

  • What is the purpose of Defining a requirement in the procedure?

    Hi
    I have a query related to the Output type .
    What is the purpose of Defining a requirement in the procedure?
    And where shall we code for a new requirement and also what shall we code in it?
    Thanks

    <b>Requirement Use</b>
    If the requirement is fulfilled (SY-SUBRC = 0), then output determination also takes into consideration output type or the access sequence, for which the requirement has been specified.
    <u><b>Output determination:</b></u>
    An object that checks whether the application data (for example, data determined in Customizing) corresponds to the condition records.
    If this is the case, one or several messages are "found," which can then be processed (for example, sent electronically).
    The condition records are searched for according to a predefined hierarchy in message determination.
    After defining a new requirement no say 604 for billing pricing procedure and activating it, the standard sap system creates a routine with the no: 604 specifically for billing. So the name of the program automatically created by SAP will have the naming convention something like RV64A604. then you need an access key to go to the change mode for writing any logic. Then just put a break-point and then execute VF01 or VF04, then the cursor position directly goes into this routine, where the pricing structures KOMK and KOMP have the visibility. So based on the values flowing inside this structures, you can probably code that suites the business requirements.
    there are some useful transactions like VOFM for maintaining the requirements and formulaes for a pricing procedure.
    For viewing the requirements in the procedure you can also go to V/08 transaction.
    Lakshminarayanan
    P.S. Reward points for all helpful answers.

  • What is the best free word processing or office program for OS X Mountain Lion

    What is the best free word processing or office program for OS X Mountain Lion?

    "Best" is quite subjective. As William points out, TextEdit may be the "best" in someones eyes as it isn't cludged up with crap you don't need.
    What are your requirements?
    Basic text editing?
    Do you need:
    Table of Contents
    Index
    Footnote/endnote management
    Different headers/footers
    Page Layout
    What are you going to use it for?
    Technical Reports
    Screenplay
    Leaflets and newsletters
    Coding

  • What is the proceedure for replacing a hard drive (after failure) for RAID 5 with IX4-300D?

    I have the IX4-300D with 4 hard drives (identical Seagate drives) using RAID 5.
    Someday a hard drive will fail and I and I have to replace it. I read through the users manual briefly and I didn't see any documentation on how to perform a hard drive replacement and not lose any data.
    So here are my questions:
    1) I know per the instructions that Lenovo prefers using identical hard drives. Let's say in 2 years, 1 hard drive fails. Most likely, the same model Seagate hard drive will not be available. So will using a replacement hard drive by the same manufacturer with similar specifications work?
    2) Will the front panel (or the software) tell me which hard drive has failed?
    3) What is the proceedure for replacing a hard drive after a failure occurs? I read that the IX4-300D is not hot-swappable. So do I just power the IX4-300D down, replace the hard drive, and turn it back on?
    Solved!
    Go to Solution.

    Hi exceptionalht,
    It is best to replace the hard drive with one that is the same manufacturer, rotational speed, and capacity, so it does not have to be exactly the same model.
    The front panel should show which drive has failed. If not you can check the web interface to find out.
    That is the basic procedure for replacing a hard drive. You can see a more detailed instructions here: Installing hard drives in an ix4-300d 
    Have questions and need answers?
    Search the database for answers to FAQ's, software/driver downloads, tutorials, news, features and more!
    LenovoEMC Support & Downloads
    LenovoEMC North America Support Contact Page

  • What are the disc space and memory requirements for the apps?

    What are the disc-space and memory requirements to run the apps

    Hello John!
    thank you for the info. However, as I have only 1Gb memory and a 32Gb
    solid-state disc, I think that I will stay with Acrobate.com for a while
    longer.
    Regards
    Brianb

  • What are the supported Platforms and system requirements for JSE?

    What are the supported Platforms and system requirements for JSE?

    Hi There,
    The following are the system requirements & the support platforms for JSE :-
    * Solaris 9 and 8 Operating Systems (SPARC Platform Edition)
    o UltraSPARC II 450-MHz system with 512 MB of memory and 850 MB of disk space
    o Recommended: UltraSPARC III 750-MHz system with 1 GB of memory and 1 GB of disk space, or higher.
    * Solaris 9 Operating System (x86 Platform Edition)
    o Pentium III 500-MHz system with 512 MB of memory and 850 MB of disk space
    o Recommended: Pentium III 1-GHz system with 1 GB of memory and 1 GB of disk space, or higher
    * Windows 2000 and Windows XP
    o Pentium III 500-MHz system with 512 MB of memory and 850 MB of disk space
    o Recommended: Pentium III 1-GHz system with 1 GB of memory and 1 GB of disk space, or higher

  • What is the exact version of JRE required for Discoverer 10.1.2.2?

    Hello,
    I understand that through Application Server Control it is possible to set whether Discoverer Plus should use "Oracle JInitiator" or "Sun Java Plug-in 1.4".
    The problem I have is that, due to immoveable restrictions in place on the workstations where Discoverer Plus the will be used, it is not possible for the browser to automatically download and install either the Sun Java Plug-In 1.4 or JInitiator to the end-user's workstation the first time the user tries to access Discoverer Plus.
    In this environment, the only way to get either JInitiator or Sun Java Plug-in 1.4 (which I assume just means the Sun JRE) onto the users' workstations is for an administrator to manually install it. So my questions are:
    1) What is the exact version of JInitiator required to run Discoverer Plus 10.1.2.2?
    2) What is the exact version of Sun JRE required to run Discoverer Plus 10.1.2.2?
    3) If the workstations already have another more recent version of Sun JRE installed, is there any way to get Discoverer Plus to use that version?
    Thanks for your help,
    Andy

    Resolved.
    For reference, see Metalink article 465234.1

  • What is the use of GUI status in Dialog programming

    what is the use of GUI status in Dialog programming,, how can it be used there,, as screen are alredy defined..

    Hi,
    The use of GUI Status is that when we have to change some thing in Menu Bar, Toolbar and Function Keys. Say For Example we have to create any Custom Button in the application toolbar etc.
    It can be used in Dialog Programming via defining the Status in the PBO module of the screen.
    eq. created a screen 9000
              on clicking it->
                                   PROCESS BEFORE OUTPUT.
                                             MODULE status_9000.
    On double clicking on this "Module status_9000" - you can write "SET PF-STATUS 'STATUS_9000'".
    Now u can create GUI staus with name "'STATUS_9000'".
    Let me know in case you have any further doubts.
    Thanks

  • What are the components & support package levels required in 4.7 to extract

    Hi All,
    In my landscape we have ECC 6.0 and 4.7EE, as of now we are extracting data from ECC 6.0 to BI 7.0.Now we have requirement to extract data from 4.7EE.
    Could you please suggest me what are the components & support package levels required in 4.7 to extract data from BI 7.0 
    i am copying current compnents and support package level below
    SAP_BASIS            620        | 0065  | SAPKB62065           | SAP Basis Component                                         |
    SAP_ABA              620        | 0065  | SAPKA62065           | Cross-Application Component                                 |
    SAP_APPL             470        | 0025  | SAPKH47025           | Logistics and Accounting                                    |
    SAP_HR                 470        | 0113  | SAPKE470B3           | Human Resources             
    ABA_PLUS            | 100        | 0009  | SAPKGPBA09           | PLUGIN ZU ABA_PLUS                                          |
    EA-IPPE                  200        | 0013  | SAPKGPIB13           | EA-IPPE 200 : Add-On Installation                           |
    PI                   | 2004_1_470 | 0001  | SAPKIPZI51           | R/3 Plug-In (PI) 2004.1 for R/3 Enterpri                    |
    PI_BASIS             | 2004_1_620 | 0003  | SAPKIPYI53           | Basis Plug-In (PI_BASIS) 2004_1_620                         |
    ST-PI                | 2008_1_620 | 0000  |      -               | SAP Solution Tools Plug-In                                  |
    EA-APPL              | 200        | 0007  | SAPKGPAB07           | SAP R/3 Enterprise PLM, SCM, Financials                     |
    EA-DFPS              | 200        | 0007  | SAPKGPDB07           | SAP R/3 ENTERPRISE DFPS                                     |
    EA-FINSERV           | 200        | 0007  | SAPKGPFB07           | SAP R/3 Enterprise Financial Services                       |
    EA-GLTRADE           | 200        | 0007  | SAPKGPGB07           | SAP R/3 Enterprise Global Trade                             |
    EA-HR                | 200        | 0011  | SAPKGPHB11           | SAP R/3 Enterprise HR Extension                             |
    EA-PS                | 200        | 0007  | SAPKGPPB07           | SAP R/3 Enterprise Public Services                          |
    EA-RETAIL            | 200        | 0007  | SAPKGPRB07           | SAP R/3 Enterprise Retail            
    Thanks & regards
    Mani.
    Edited by: manohar kumar on Nov 18, 2010 7:36 AM

    Hi,
    As far as my view there is no  such dependancy as our customers are running  in same Environemnt (R/3 4.7 EE and BI 7.0) .
    Are you facing any problem durng extraction or its just a proactive approarch .
    I hope extraction will work with your current landscape.
    Regards,

  • What are the essential services that are required for ensuring server is healthy up ?

    Hi All,
    Please advise me What are the essential services that are required for ensuring server is healthy up ?
    Warm regards,
    jk1510

    The easiest way to find the Health report of server or workstation follow the below steps which is very much easiest way to get it done
    There are a few ways to find this in Windows Server 2008.
    First click “Start” and type “Generate a system health report”
    Or second navigate your way to the Control Panel choose “System and Security” and choose “Generate a system health report”.
    The last is to type “Generate a system health report” into the “Search Control Panel” box in the upper right hand corner of the Control Panel window.
    Once armed with this data it’s easier to refute or acknowledge an issue is at hand.
    BTW if you’re looking for this same thing in Windows 7 it’s there just buried a bit more.
    Search Performance in the Start Menu, choose “Performance Information and Tools”, click “Advanced Tools” from the menu on the left, and finally choose “Generate a system
    health report”.
    Ref: http://blogs.technet.com/b/rmontee/archive/2012/02/23/generate-a-system-health-report.aspx
    Exchange Queries

  • What are the possible reasons why I cannot reactivate using my AppleID, even though I already change its password with the help of Apple personel

    What are the possible reasons why I cannot reactivate my Iphone5 using my AppleID, even though I already change its password with the help Apple personel

    If the password for your Apple ID works at id.apple.com > Manage Apple ID, then it's likely that the Apple ID the device wants you use is not the same as the Apple ID you are using.
    Exactly what screen are you at on your iPhone?  It sounds like it is in Activation Lock.

  • What causes the rainbow swirling icon that locks a program such as address book?

    What causes the rainbow swirling icon that locks a program such as address book? And how do I get out of it?

    The Finder is just assigning the wrong kind and icon to what I presume are plist files. Often rebuilding the Launch Services will cure this, but sometimes Finder gets a strange bee in its bonnet about some particular combination of characteristics and what they mean, and it can't be dissuaded. Unless you are opening plist files, and get really annoyed when you double click one and Address Book launches and announces "wrong type of file" you can just ignore it. In my own ~/Library/Prefences folder plists are generally labeled correctly, probably because I have them assigned to open with Apple's own Property List Editor. But there are some other preferences that Finder has decided are something altogether different than what they are: WingNuts Prefs and Saved Games are both believed to be Eudora preferences; a whole batch of other prefs from a dozen differenct programs are described as TextWrangler preferences, and there's a another group thought to be Unix Executables. As long as the program they belong to isn't having a problem finding and writing to them, don't worry about it.
    Francine
    Francine
    Schwieder

  • HT202574 what is the difference between Flash and Fusion Drives?

    what is the difference between Flash and Fusion Drives?

    Here's Apple's explanation Mac mini (Late 2012 and later), iMac (Late 2012 and later): About Fusion Drive - Apple Support

  • What are the symptoms of a failing fusion drive?

    My 2012 iMac with a 3 TB fusion drive is suddenly behaving erratically.  What are the symptoms of a failing fusion drive?
    I'm experiencing random freeze, sluggish performance, and long boot ups with an occasional universal "NO" icon at boot.
    I have AppleCare for this unit that expires next December.  Should I bring it in?  These problems happened right after a hard crash that came out of the blue.  I can get the machine to work, but it seems if I do anything "heavy duty," it freezes and reboots.
    I did a "verify disk" on this drive in the disk utility and it said something like "fusion drive is missing one disk," then it rebooted spontaneously.  I did another verify, and the second time it passed.
    Mac (27-inch, Late 2012)
    3.4 GHz Intel Core i7
    16 GB 1600 MHz DDR3
    NVIDIA GeForce GTX 680MX 2048 MB
    OSX 10.10.1

    I ran EtreCheck again, and got this result:  The error seems to be gone?
    EtreCheck version: 2.1.1 (104)
    Report generated December 7, 2014 at 9:24:31 PM EST
    Hardware Information: ℹ️
      iMac (27-inch, Late 2012) (Verified)
      iMac - model: iMac13,2
      1 3.4 GHz Intel Core i7 CPU: 4-core
      16 GB RAM Upgradeable
      BANK 0/DIMM0
      8 GB DDR3 1600 MHz ok
      BANK 1/DIMM0
      8 GB DDR3 1600 MHz ok
      BANK 0/DIMM1
      empty empty empty empty
      BANK 1/DIMM1
      empty empty empty empty
      Bluetooth: Good - Handoff/Airdrop2 supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      NVIDIA GeForce GTX 680MX - VRAM: 2048 MB
      iMac 2560 x 1440
      EA224WMi 1920 x 1080 @ 60 Hz
    System Software: ℹ️
      OS X 10.10.1 (14B25) - Uptime: 0:2:38
    Disk Information: ℹ️
      APPLE HDD ST3000DM001 disk1 : (3 TB)
      S.M.A.R.T. Status: Verified
      EFI (disk1s1) <not mounted> : 210 MB
      Recovery HD (disk1s3) <not mounted>  [Recovery]: 650 MB
      Macintosh HD (disk7) / : 3.11 TB (1.90 TB free)
      Core Storage: disk0s2 120.99 GB Online
      Core Storage: disk1s2 3.00 TB Online
      APPLE SSD SM128E disk0 : (121.33 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Boot OS X (disk0s3) <not mounted> : 134 MB
      Macintosh HD (disk7) / : 3.11 TB (1.90 TB free)
      Core Storage: disk0s2 120.99 GB Online
      Core Storage: disk1s2 3.00 TB Online
      Hitachi HDS721010DLE630 disk2 : (1 TB)
      S.M.A.R.T. Status: Verified
      EFI (disk2s1) <not mounted> : 210 MB
      disk2s2 (disk2s2) <not mounted> : 999.86 GB
      Boot OS X (disk2s3) <not mounted> : 134 MB
      Hitachi HDS721010DLE630 disk5 : (1 TB)
      S.M.A.R.T. Status: Verified
      EFI (disk5s1) <not mounted> : 210 MB
      disk5s2 (disk5s2) <not mounted> : 999.86 GB
      Boot OS X (disk5s3) <not mounted> : 134 MB
      Hitachi HDS721010DLE630 disk4 : (1 TB)
      S.M.A.R.T. Status: Verified
      EFI (disk4s1) <not mounted> : 210 MB
      disk4s2 (disk4s2) <not mounted> : 999.86 GB
      Boot OS X (disk4s3) <not mounted> : 134 MB
      Hitachi HDS721010DLE630 disk3 : (1 TB)
      S.M.A.R.T. Status: Verified
      EFI (disk3s1) <not mounted> : 210 MB
      disk3s2 (disk3s2) <not mounted> : 999.86 GB
      Boot OS X (disk3s3) <not mounted> : 134 MB
    USB Information: ℹ️
      hub_device
      LaCie Porsche Desktop for Mac 4 TB
      S.M.A.R.T. Status: Verified
      EFI (disk8s1) <not mounted> : 315 MB
      BACKUPS (disk8s2) /Volumes/BACKUPS : 4.00 TB (1.73 TB free)
      hub_device
      Logitech USB-PS/2 Optical Mouse
      Logitech USB Receiver
      EPSON EPSON WorkForce 545 Series
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Inc. MacBook Air SuperDrive
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
      Other World Computing ThunderBay IV
    Gatekeeper: ℹ️
      Anywhere
    Kernel Extensions: ℹ️
      /Applications/Parallels Desktop.app
      [not loaded] com.parallels.kext.hypervisor (10.1.1 28614 - SDK 10.7) [Support]
      [not loaded] com.parallels.kext.netbridge (10.1.1 28614 - SDK 10.7) [Support]
      [not loaded] com.parallels.kext.usbconnect (10.1.1 28614 - SDK 10.7) [Support]
      [not loaded] com.parallels.kext.vnic (10.1.1 28614 - SDK 10.7) [Support]
      /Library/Extensions
      [loaded] com.Logitech.Control Center.HID Driver (3.9.1 - SDK 10.8) [Support]
      [not loaded] com.blackmagic-design.desktopvideo.iokit.driver (10.2 - SDK 10.9) [Support]
      [not loaded] com.blackmagic-design.desktopvideo.iokit.framebufferdriver (10.2 - SDK 10.9) [Support]
      [not loaded] com.blackmagic-design.desktopvideo.multibridge.iokit.driver (10.2 - SDK 10.9) [Support]
      [not loaded] com.blackmagic-design.driver.BlackmagicIO (10.2 - SDK 10.9) [Support]
      [not loaded] com.blackmagic-design.driver.BlackmagicUsbIO (10.2 - SDK 10.9) [Support]
      /Library/Extensions/DeckLink_Driver.kext/Contents/PlugIns
      [not loaded] com.blackmagic-design.desktopvideo.firmware (10.2 - SDK 10.9) [Support]
      /System/Library/Extensions
      [loaded] com.Cycling74.driver.Soundflower (1.5.1) [Support]
      [loaded] com.LaCie.ScsiType00 (1.5.1 - SDK 10.5) [Support]
      [loaded] com.Logitech.Unifying.HID Driver (1.3.0 - SDK 10.6) [Support]
      [not loaded] com.TrustedData.driver.VendorSpecificType00 (1.7.0 - SDK 10.7) [Support]
      [loaded] com.attotech.driver.ATTOiSCSI (3.4.1b1 - SDK 10.6) [Support]
      [not loaded] com.drobo.SCSI.ThunderBolt (1.1 [61681] - SDK 10.8) [Support]
    Startup Items: ℹ️
      Jaksta: Path: /Library/StartupItems/Jaksta
      Startup items are obsolete in OS X Yosemite
    Launch Agents: ℹ️
      [not loaded] com.adobe.AAM.Updater-1.0.plist [Support]
      [running] com.adobe.AdobeCreativeCloud.plist [Support]
      [running] com.blackmagic-design.DesktopVideoFirmwareUpdater.plist [Support]
      [loaded] com.carbonite.launchd.carbonitealerts.plist [Support]
      [running] com.carbonite.launchd.carbonitestatus.plist [Support]
      [loaded] com.google.keystone.agent.plist [Support]
      [loaded] com.lacie.LaCieDesktopManagerAgent.plist [Support]
      [running] com.Logitech.Control Center.Daemon.plist [Support]
      [running] org.chromium.chromoting.plist [Support]
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist [Support]
      [invalid?] com.adobe.SwitchBoard.plist [Support]
      [not loaded] com.attotech.iscsid.plist [Support]
      [loaded] com.blackmagic-design.desktopvideo.XPCService.plist [Support]
      [running] com.blackmagic-design.DesktopVideoHelper.plist [Support]
      [running] com.blackmagic-design.streaming.BMDStreamingServer.plist [Support]
      [running] com.carbonite.launchd.carbonitedaemon.plist [Support]
      [running] com.datarobotics.ddservice64d.plist [Support]
      [loaded] com.google.keystone.daemon.plist [Support]
      [loaded] com.klieme.TMSHelper.plist [Support]
      [loaded] com.lacie.LaCieDesktopManagerDaemon.plist [Support]
      [loaded] com.redgiant.LinkUpdateChecker.plist [Support]
      [loaded] com.timesoftware.timemachineeditor.backup-auto.plist [Support]
      [loaded] com.timesoftware.timemachineeditor.helper.plist [Support]
    User Launch Agents: ℹ️
      [loaded] com.adobe.AAM.Updater-1.0.plist [Support]
      [loaded] com.redgiantsoftware.updater.plist [Support]
    User Login Items: ℹ️
      iTunesHelper Application (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
      Dropbox Application (/Applications/Dropbox.app)
      Synkron Application (/Applications/Synkron.app)
    Internet Plug-ins: ℹ️
      Default Browser: Version: 600 - SDK 10.10
      AdobeExManDetect: Version: AdobeExManDetect 1.1.0.0 - SDK 10.7 [Support]
      Flip4Mac WMV Plugin: Version: 2.4.4.2 [Support]
      AmazonMP3DownloaderPlugin101750: Version: AmazonMP3DownloaderPlugin 1.0.17 - SDK 10.4 [Support]
      AdobeAAMDetect: Version: AdobeAAMDetect 2.0.0.0 - SDK 10.7 [Support]
      AdobePDFViewerNPAPI: Version: 11.0.0 - SDK 10.6 [Support]
      FlashPlayer-10.6: Version: 15.0.0.239 - SDK 10.6 [Support]
      OfficeLiveBrowserPlugin: Version: 12.3.6 [Support]
      Flash Player: Version: 15.0.0.239 - SDK 10.6 [Support]
      QuickTime Plugin: Version: 7.7.3
      Silverlight: Version: 5.1.20913.0 - SDK 10.6 [Support]
      AdobePDFViewer: Version: 11.0.0 - SDK 10.6 [Support]
    User internet Plug-ins: ℹ️
      Picasa: Version: 1.0 - SDK 10.4 [Support]
      Google Earth Web Plug-in: Version: 7.1 [Support]
    Safari Extensions: ℹ️
      OpenIE
    3rd Party Preference Panes: ℹ️
      Blackmagic Desktop Video  [Support]
      Carbonite  [Support]
      remoting_host_prefpane  [Support]
      Flash Player  [Support]
      Flip4Mac WMV  [Support]
      Logitech Control Center  [Support]
    Time Machine: ℹ️
      Skip System Files: NO
      Mobile backups: OFF
      Auto backup: NO - Auto backup turned off
      Volumes being backed up:
      Macintosh HD: Disk size: 3.11 TB Disk used: 1.21 TB
      Destinations:
      Data [Network]
      Total size: 3.00 TB
      Total number of backups: 36
      Oldest backup: 2014-09-21 03:49:29 +0000
      Last backup: 2014-12-07 04:50:10 +0000
      Size of backup disk: Too small
      Backup size 3.00 TB < (Disk used 1.21 TB X 3)
    Top Processes by CPU: ℹ️
          6% mds
          2% WindowServer
          0% LDM
          0% EPSON Scanner
          0% AppleSpell
    Top Processes by Memory: ℹ️
      189 MB mds_stores
      86 MB Dropbox
      86 MB ocspd
      86 MB Creative Cloud
      52 MB mds
    Virtual Memory Information: ℹ️
      13.29 GB Free RAM
      1.94 GB Active RAM
      593 MB Inactive RAM
      1.35 GB Wired RAM
      1.25 GB Page-ins
      0 B Page-outs
    Diagnostics Information: ℹ️
      Dec 7, 2014, 09:22:27 PM Self test - passed
      Dec 7, 2014, 07:14:23 PM CarboniteDaemon_2014-12-07-191423_JJO-iMac-2012.crash
      Dec 7, 2014, 07:14:00 PM CarboniteDaemon_2014-12-07-191400_JJO-iMac-2012.crash
      Dec 7, 2014, 07:13:40 PM CarboniteDaemon_2014-12-07-191340_JJO-iMac-2012.crash
      Dec 7, 2014, 07:13:12 PM CarboniteDaemon_2014-12-07-191312_JJO-iMac-2012.crash
      Dec 7, 2014, 07:12:40 PM CarboniteDaemon_2014-12-07-191240_JJO-iMac-2012.crash
      Dec 7, 2014, 06:53:50 PM ReportPanic_2014-12-07-185350_JJO-iMac-2012.crash
      Dec 7, 2014, 06:53:30 PM CarboniteDaemon_2014-12-07-185330_JJO-iMac-2012.crash
      Dec 7, 2014, 06:48:27 PM Kernel_2014-12-07-184827_JJO-iMac-2012.panic [Details]
      Dec 5, 2014, 05:59:26 PM CarboniteDaemon_2014-12-05-175926_JJO-iMac-2012.cpu_resource.diag [Details]

  • What is the difference off sd and ssd driver ?

    Hi,
    I don't understand what is the difference between sd and ssd driver ?

    Hi
    Read
    man sd
    man ssd
    sd - driver for SCSI disk
    ssd driver for FC disk.
    What driver will used depend what report driver of controller (HBA).
    For example you install Qlogic HBA.
    In case you install drivers from Qlogic - they report that is SCSI controller and will used sd driver.
    In case you install driver from Oracle ( SUN) that bundled with SAN Foundation Kit, they report that is FC card and
    will used ssd driver.
    Regards.

Maybe you are looking for

  • 3G firewire iPod no longer recognized

    I've had my 3G iPod for 4 years and have been successfully connecting via firewire dock to my Mac about once a week ... until 2 days ago. Now when I doc my iPod, not only is it not seen by my Mac, but my other firewire devices (iSight, external hardd

  • How to save pdf in APEX 3.0

    is there a way to save the pdf output into APEX database in ver 3

  • Reset Color Window/Picker

    I am having somet trouble accessing some of the interface options (color wheel, color sliders, color palettes, image palettes, crayons) in certain applications (Pages, Numbers, TextEdit). I believe this occured when I upgraded to Lion from Snow Leopa

  • Creating Import P.O.

    Hello Sirs,          I have to demonstrate the following scenario.          " There is a company in Dubai willing to import a medical equipment from France. For this scenario P.O. is to be created."          I have to create a P.O. for the above scen

  • Reserved and non reserved fields.

    Hi team, Im a XI consultant . Can you tell me the field names and tables for ....(retaled to material). Reserved amount---- Non reserved amount---- Plant site code---- Material number         - MATNR Batch - CHARG from MSEG Status---- PSTAT Material