What is the minimum HD space needed to run smoothly?

I am running 10.4.11 on an iMac w/ 256 MB SDRAM and 800 MHz Power PC G4 and was wondering what the minimum HD space I need available to run safely? Thanks for your help

It really could use more RAM.
For Safety, about 10 GB, Speed wise about 40% or 100 GB or more, whichever is more.

Similar Messages

  • What are the minimum programs I need installed from apple to sync with my iphone 5s? Which may I uninstall?

    I have the following. I only need to sync my iphone with my computer once a month and be able to use Itunes. Which may I safely uninstall while still being able to sync in the future?
    Processes---
    AppleMobileDeviceService.exe  (YSLoader.exe)
    APSDaemon.exe (Apple Push)
    iCloudServices.exe (iCloud)
    mDNSResponder.exe (Bonjour Service)
    Programs--
    Apple Application Support
    Apple Mobile Device Support
    Apple Software Update
    Bonjour
    iCloud
    iTunes
    Thanks!

    The don't run until needed. They are not programs; they are system services (except for iTunes), and are normally suspended until they receive an interrupt. If you really want to stop them you can go to the Control Panel, Services icon, and stop them. Then start them when you want to use them. You will need an Administrator account to do this, however.
    Launch the Task Manager, Processes tab, and see how much CPU they use. It will generally be zero except when the phone is connected, either through WiFi or USB.

  • How can I determine what is the minimum SCN number I need to restore up to.

    Say if I have a full database backup, I know I have file inconsistency, but I want to know what is the minimum time or SCN number a need to roll forward to in order to be able to open the database?
    For example: I do a database restore.
    restore database ;
    RMAN> sql 'alter database open read only';
    sql statement: alter database open read only
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of sql command on default channel at 03/16/2009 15:00:04
    RMAN-11003: failure during parse/execution of SQL statement: alter database open read only
    ORA-16004: backup database requires recovery
    ORA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: '/u01/oradata/p1/system01.dbf'
    I need need to apply archive log files. All references I find for ORA-00194 state the solution is to "apply more logs until the file is consistent " But "HOW MANY LOGS", or more apporaite up to what time or SCN? How does one determine what TIME or SCN is required to get all file consistent?
    I thought this query might provide the answer, but it doesn't
    select max(checkpoint_change#)
    from v$datafile_header
    MAX(CHECKPOINT_CHANGE#)
    7985876903
    --It applies a bit more redo, but not enough to make my datafiles consistent.
    recover database until SCN=7985876903 ;
    Starting recover at 03/16/09 15:04:54
    using channel ORA_DISK_1
    using channel ORA_DISK_2
    using channel ORA_DISK_3
    using channel ORA_DISK_4
    using channel ORA_DISK_5
    using channel ORA_DISK_6
    using channel ORA_DISK_7
    using channel ORA_DISK_8
    starting media recovery
    channel ORA_DISK_1: starting archive log restore to default destination
    channel ORA_DISK_1: restoring archive log
    archive log thread=1 sequence=18436
    channel ORA_DISK_1: reading from backup piece /temp-oracle/backup/hot/p1/20090315/hourly.arch_P1_47353_681538638_1
    channel ORA_DISK_1: restored backup piece 1
    piece handle=/temp-oracle/backup/hot/p1/20090315/hourly.arch_P1_47353_681538638_1 tag=TAG20090315T041716
    channel ORA_DISK_1: restore complete, elapsed time: 00:02:26
    archive log filename=/u01/app/oracle/flash_recovery_area/P1/archivelog/2009_03_16/o1_mf_1_18436_4vxd81yc_.arc thread=1 se quence=18436
    Oracle Error:
    ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
    ORA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: '/u01/oradata/p1/system01.dbf'
    I've discover I need to apply archive logs until this query reports all datafiles as FUZZY=NO , but this only works by guessing at some time periord to roll forward to, then checking the FUZZY column, and try again. Is there a way to know, I have to roll forward to a specific SNC in order for all my datafiles to be consistent?
    select file#
         , status
         , checkpoint_change#
         , checkpoint_time
         , FUZZY
         , RECOVER
    ,LAST_DEALLOC_SCN
    from v$datafile_header
    order by checkpoint_time
    Thanks,
    Jason

    The minimum point in time is the time when the last backup piece for datafiles in that backup was completed.
    Your alert.log should show the redo log sequence number at that time.
    You can query V$ARCHIVED_LOG and get the FIRST_CHANGE# of the first archivedlog generated after that backup piece completed.
    A
    LIST BACKUP;in RMAN should also show you the SCNs at the time of the backups.
    You can also query SCN_TO_TIMESTAMP -- eg
    select timestamp_to_scn(to_timestamp('15-MAR-09 09:24:01','DD-MON-RR HH24:MI:SS')) from dual;will return an approximation of the SCN.
    Hemant K Chitale
    http://hemantoracledba.blogspot.com
    Edited by: Hemant K Chitale on Mar 17, 2009 9:41 AM
    added the LIST BACKUP command from RMAN.

  • What is the minimum file system access needed to run ODI 10.1.3.4.0 client?

    Hi ODI discussion folks,
    I have a couple of questions from an Oracle partner that I'm trying to find a definitive answer for if possible. The partner is setting up ODI 10.1.3.4.0 for a customer who insists that the absolute minimum amount of access to the file system is granted due to corporate security policies.
    I have checked the bundled ODI documentation but couldn't really find anything about file system permissions needed to run the ODI client. I was pointed towards the "Setting Up Security for an Integration Project — What to Consider" document but this does not mention a great deal about how much access to the file system is needed for the ODI client to function.
    What the partner is asking is the following:
    "1. What are the minimum file/folder permissions needed for the ODI client installation? I'm installing at xxxxx
    and their machines have to be locked down as much as possible.
    2. Say you have 3 users all wanting to run integrations etc and the Master and Work
    repositories have been set up. An admin installs the ODI client but doesn't
    create the connection to the Master repository. What are the minimum
    file/folder permissions required on the client machine to:
    a) create the connection to the repository
    b) run any subsequent integrations?"
    If anyone can advise on this then that would be much appreciated.
    Regards
    Craig Huggans
    Oracle Hyperion Support
    Message was edited by:
    user648991

    Hi Craig,
    How are you?
    Let me try to contribute a little....
    1) The minimum requirement is for its own installation directory, there is no reason to have access to other directories unless if it is necessary to read files from some other directory at the client
    2) Again only to its own install directory. The connection setting is recorded at \bin install directory. After that, all information are recorded at repository, there is no client work.
    Be free to contact me by email or phone if you have any new doubt. You can get my email from my profile.
    Does it respond your doubts?
    Cezar Santos

  • What are the minimum CPU and Memory requirements for R12 Vision instance?

    We are in the process of trying to figure out what the minimum hardware requirements are for installing the R12 Vision instance. This Vision instance would only have 5 or less concurrent users. We may have to order a new server and we are wondering what the minimum CPU and memory would be? Oracle Support will not give us this information.
    We aleady know how much disk space it will need.
    Dan

    Hi,
    See these links.
    A Primer on Hardware Sizing for Oracle E-Business Suite
    http://blogs.oracle.com/stevenChan/2010/08/ebs_sizing_primer.html
    What Are the Minimum Desktop Requirements for EBS?
    http://blogs.oracle.com/stevenChan/2010/09/ebs_pc_clients.html
    Also, please see old threads for similar discussion.
    Hardware Requirements
    http://forums.oracle.com/forums/search.jspa?threadID=&q=Hardware+Requirements&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Benchmark
    http://forums.oracle.com/forums/search.jspa?threadID=&q=Benchmark&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • What's the minimum Clock Speed Requirement for GB3?

    What's the minimum Clock Speed Requirement for GB3 (assuming one wishes to create and play mult. audio tracks within this current iLife app)? Is it 733mhz?
    Here's what i was able to find on
    iLife ’06 requirements:
    To install iLife, you need:
    • A Macintosh computer with a PowerPC G4, G5, or Intel Core processor; 733 MHZ or faster required for iDVD
    • 256 MB of RAM; 512 MB recommended
    • Mac OS X version 10.3.9 or Mac OS X version 10.4.3 or later; Mac OS X version 10.4.4 recommended
    • iTunes 6.0.2 and QuickTime 7.0.4 (included)
    • A DVD drive for installation
    • 10 GB of disk space to install iLife '06 applications

    Thanks Christoph, TIA, and AppleGuy!
    Christoph, what model are you using? You said you have even less Mhz, but your model looks like the same as mine.
    TIA, I looked at the other thread (thanks for the link) any idea what other models are affected by the sound output problem?
    I probably will back up first just to be safe, and won't try running them both at the same time. I was hoping though to have full functionality of the Podcasting features plus all the old music ones without slowing the machine down.
    Tansef

  • What are the minimum requirements to successfully Synchronize a SharePoint 2010 Calendar or Task List with Outlook 2010?

    What are the minimum requirements to successfully Synchronize a SharePoint 2010 Calendar or Task List with Outlook 2010?
    SharePoint permission levels required for the user profile?
    Does the user need top level permissions on the SharePoint site?
    What other minimum requirements must be met for Outlook 2010 to synchronize successfully with SharePoint 2010?
    TheDrape

    Hi,
    To synchronize these libraries and lists, you must have Outlook 2010 installed on your client computer and you must have Collaborate permission to the library or list.
    You don’t need any permissions for the user profile.
    I provide you a link about synchronizing SharePoint 2010 content with Outlook 2010 for your reference:
    http://office.microsoft.com/en-us/sharepoint-foundation-help/synchronize-sharepoint-2010-content-with-outlook-2010-HA101881295.aspx
    Thanks,
    Rock Wang
    Rock Wang TechNet Community Support

  • [SOLVED] What is the minimum .reg configuration for monting eMMC2??

    Hello Friends,
    Greetings for the day!!
    As, I have a board that contains the eMMC2(slot=3). We have made some changes in the driver for make it capable for slot=3. Now, the turn of .reg files. We have made all the required entries for Driver\BuiltIn\SDHC3. And driver is taking the values correctly.
    Now the part of remaining entries related to file system, profiles, partition, partition table etc
    I have made entries are as - 
    [HKEY_LOCAL_MACHINE\System\StorageManager\Profiles]
    "AutoMount"=dword:1
    "AutoPart"=dword:1
    "AutoFormat"=dword:1
    "MountFlags"=dword:1
    "DefaultFileSystem"="FATFS"
    "PartitionDriver"="mspart.dll";; -- Required
    "Folder"="";; -- Required
    [HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\eMMC]
    "Name"="MMC Card"
    "Folder"="MMC_CARD" ;MC Card
    "AutoMount"=dword:1
    "AutoPart"=dword:0
    "AutoFormat"=dword:0
    "DefaultFileSystem"="FATFS"
    "PartitionDriver"="mspart.dll"
    [HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\eMMC\FATFS]
    "Flags"=dword:14
    "FormatTfat"=dword:1
    "DisableAutoScan"=dword:1
    "FormatNumberOfFats"=dword:2
    "EnableWriteBack"=dword:1
    ;;"CheckForFormat"=dword:1
    [HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\eMMC\Part00]
    "Folder"="MMC_Part"
    "AutoPart"=dword:1
    "MountPermanent"=dword:1
    ;; "AutoMount"=dword:1
    "BootPhase"=dword:1
    "MountHidden"=dword:1
    "MountAsBootable"=dword:1
    "MountAsRoot"=dword:0
    "MountSystem"=dword:1
    "AutoPart"=dword:0
    [HKEY_LOCAL_MACHINE\System\StorageManager\Autoload\fsdmgr]
    "Dll"="fsdmgr.dll"
    "Paging"=dword:1
    "LoadFlags"= dword:1
    I have read lot of document related to the issue that eMMC2 is not mounted for most of the persons. In every document I have observed that they are using different keys and keys values.. I am confused that what is the minimum keys and keys values required
     for the eMMC2 to be mounted apart from driver level.... ???
    With this values my logs are as -
    13525 PID:400002 TID:2300006 SDBusDriver: The SDIO card does not support block mode. Use Soft-Block instead.
    13527 PID:400002 TID:4bc0002 AddFonts(.ttf) returned 4 fonts
    13527 PID:400002 TID:4bc0002 AddFonts(.ttc) returned 0 fonts
    13528 PID:400002 TID:4bc0002 AddFonts(*) returned 4 fonts
    13529 PID:400002 TID:4bc0002 AddAllEUDCFonts(tte) returned 0 fonts
    13531 PID:400002 TID:2300006 SetInterface MMCHS_HCTL value = F02
    13531 PID:400002 TID:2300006 SDSetCardInterfaceForSlot - HC ClockRate differs desired setting: desired: 20000000 Hz, Actual : 19200000 Hz
    13532 PID:400002 TID:2300006 The clock rate is set to 19200000
    13533 PID:400002 TID:2300006 HandleAddDevice: LoadDevice type = 1, slot 0
    13540 PID:400002 TID:2300006 OSAXST1: >>> Loading Module 'sdmemory.dll' (0x9E474C58) at address 0xEEB10000-0xEEB2A000 in Process 'NK.EXE' (0x8711FAD0)
    PB Debugger Loaded symbols for 'C:\WINCE700\OSDESIGNS\ENVENTURE\ENVENTURE\RELDIR\PHYTEC_AM335X_BSP_ARMV7_DEBUG\SDMEMORY.DLL'
    13591 PID:400002 TID:2300006 SDMemory: +SMC_Init
    13591 PID:400002 TID:2300006 SDGetDeviceHandle: ActivePath: Drivers\Active\32
    13593 PID:400002 TID:2300006 SDGetClientFunctions: +Init
    13594 PID:400002 TID:2300006 SDGetClientFunctions: -Init
    13596 PID:400002 TID:2300006 SDMemCardConfig: Card is high capacity (2.0+)
    13596 PID:400002 TID:2300006 SDMemCalcDataAccessClocks: Tpd:f ns, Asynch: f ns, AsyncClocks:0 , SyncClocks: 1078591488, ReadTotal: 0, Write Factor: 1099109072 WriteTotal: 769230
    13597 PID:400002 TID:2300006 SDMemory: Initialize: Using block transfer size of 64 blocks
    13598 PID:400002 TID:2300006 SDMemory: Idle Timeout: 2000 Idle Power State: 2
    13599 PID:400002 TID:2300006 SDMemory: Power Management Setup complete
    13599 PID:400002 TID:2300006 SDMemory: -SMC_Init
    13602 PID:400002 TID:8b0002 SDMemory: GetDeviceInfo - Profile = eMMC, length = 10
    13602 PID:400002 TID:8b0002 SDemory: GetDeviceInfo - RegQueryValueEx(Profile) returned 2
    13603 PID:400002 TID:8b0002 SDMemory: GetStorageID Insufficient buffer space
    SDMemory: -GetStorageID
    13608 PID:400002 TID:8b0002 Partition Part00 NumSectors=15106032
    13608 PID:400002 TID:8b0002 MSPART!PD_OpenPartition: dwStoreId=AB543350, PartName=Part00
    13617 PID:400002 TID:8b0002 CreateCache: Successful. Cache Size: 256 KB, Start: 6, End: 29453, CreateFlags: 2.
    13619 PID:400002 TID:8b0002 CreateCache: Successful. Cache Size: 256 KB, Start: 29454, End: 15106031, CreateFlags: 2.
    13627 PID:400002 TID:4bc0002 LogFontFromRegistry(SYSTEM\GWE\Menu\BarFnt), lfHeight = -12
    13628 PID:400002 TID:4bc0002 LogFontFromRegistry(SYSTEM\GWE\Menu\PopFnt), lfHeight = -12
    Anyone can tell me that what is the minimum .reg entries that is required to mount the eMMC2 ????

    Hello Friends,
    I am happy to intimate you that I have self solved the above problem with minimal configuration as shown below -
    [HKEY_LOCAL_MACHINE\System\StorageManager\Profiles]
    "AutoMount"=dword:1
    "AutoPart"=dword:0
    "AutoFormat"=dword:0
    "MountFlags"=dword:0
    "DefaultFileSystem"="FATFS"
    "PartitionDriver"="mspart.dll";; -- Required
    "Folder"="";; -- Required
    [HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\eMMC]
    "Name"="MMC Card"
    "Folder"="MMC_CARD" ;MC Card
    But, atleast you have to find the tool that format and create single partition as per your requirement ...

  • What Are The Minimum Permissions In Order An User To Be Able To Access User Profile Data With JavaScript And REST API

    The question says it all:
    What Are The Minimum Permissions In Order An User To Be Able To Access User Profile Data With JavaScript And REST API.?
    In the User Profile -> Permissions there is only the option for "Full Control".

    Hi Nikolay,
    Thanks for posting your issue, you need to set permissions on User Profiles = Read. Kindly find the below mentioned URLs to get the code and more details on this.
    http://www.vrdmn.com/2013/02/sharepoint-2013-working-with-user.html
    http://www.vrdmn.com/2013/07/sharepoint-2013-get-userprofile.html
    http://sharepoint.stackexchange.com/questions/61714/sharepoint-2013-call-the-rest-api-from-sharepoint-hosted-app
    http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2013/04/09/how-to-query-sharepoint-2013-using-rest-and-javascript.aspx
    I hope this is helpful to you, mark it as Helpful.
    If this works, Please mark it as Answered.
    Regards,
    Dharmendra Singh (MCPD-EA | MCTS)
    Blog : http://sharepoint-community.net/profile/DharmendraSingh

  • What is the minimum speed Telstra guarantees ADSL 2+ to connect at?

    What is the minimum speed Telstra guarantees ADSL 2+ to connect at? I asked a Telstra sales person what the minimum speed was they said the minimum was 8 Mb/s. I asked for that in writing but they could not find it, nor could they find the minimum speed in any documentation. Am I correct in thinking the minimum speed guaranteed by Telstra (for ADSL 2+) is 256 Kb/sec?

    Hi jjobrien, Not since the 90s has anyone considered 0.33mbps to be a good speed, so I can understand your frustration with this.  What affects your ADSL speed The speed achieved on ADSL depends on a number of factors, the main one being the cable distance between your premises and the DSLAM. Whirlpool have an article that explains the relationship between distance and speed very well and you can view it here: http://whirlpool.net.au/wiki/dslam_speeds There are also DSLAMs that are affected by high demand, and lowering the overall speed available to customers. We are working on upgrading these exchanges and as upgrades are planned, these can be viewed here: http://telstrawholesale.com.au/download/document/tw-report-backhaul-upgrade.xls The configuration of the equipment and internal wiring of your home can also have a big part to play in speed results. How to check your equipment It is possible that there is a fault within network (and not just a matter of cable length), but to confirm this we ask customers to perform an isolation test. We do this on every call as it can not only resolve or identify the issue sooner for customers, but also prevents an unnecessary technician visit and the possibility of an incorrect call out charge. You have already checked these when you called previously, but to make sure a simple fix hasn't been missed, please take a look at this link for the things we look for:  http://crowdsupport.telstra.com.au/t5/General-Internet-KB/How-to-perform-an-Isolation-Test/ta-p/5501... In some circumstances, applying a line profile can provide more stability on the network. This next link provides information on how this works and how customers can manage this setting.  This is mainly used for customers experiencing disconnections, however in some cases can also improve speed if the issue is caused by packet loss. https://go.telstra.com.au/helpandsupport/-/adsl-line-profiles [Note: after logging in, some customers will be redirected to My Account and need to perform the following steps to then select Account Services then My BigPond from the menu located at the top right of the page.] If you are connected to your modem via WiFi, then this is also an area where speed can be lost. This WiFi Troubleshooting link may be helpful: http://crowdsupport.telstra.com.au/t5/General-Internet-KB/WiFi-Troubleshooting/ta-p/107516     If you have confirmed that the above has been done, and you would like for us to assist you further, please provide your contact and account details via the online form that I will send via private message. Please allow up to 5 business days for a response as we respond to each one in the order that it was submitted. - Shelly  Wow. Thanks Shelly. I could all do that, but given I have been onto this issue for years on end, and Telstra have freely admitted that their infrastucture is inadequate of delivery their own quoted minimum speeds, I think you are being completely unreasonable.I can understand that getting cutomers to do your work for you is better for you economically, and that using your own staff and technichians would cut into your profits, reported to be 3.8 Billion last year, I get that, I'm in business too, but we have a contract, you and I, and I'm fulfilling my part of that contract and you are not.My part says that I will pay you. Your part says that you will deliver a service.So as I see it, and I'm not a comercial contract lawyer, perhaps you are, maybe "Ira" from billing is, who knows, but as I see it you have a responsibility to either A: upgrade the service - we both know that is not going to happen, because I have been informed by Telstra directly that no upgrade is scheduled, and I followed the link you sent me to report/backhaul-upgrade.xls to a blank document that I couldn't make sense of, or B: change the contract and charge me far less. I propose that you charge me on a pro rata basis. If you deliver 25% speed, I pay 25% fee. You must understand here, I'm not proposing that upgrade a DSLAM and/or that you dig a trench and lay a fancy new cable to my house just so that I cmay enjoy a first world luxury, Im not saying that. What I am saying is that we have a billing issue.How do you see it?John. 

  • What is the file storage space in macbook air 2012?

    what is the file storage space in macbook air 2012?

    it all depends on what you'll be using it for - how much apps you plan on installing - how much music you have - how much videos you plan on saving in your macbook air.
    i have a 2010 and 2012 Macbook Air - both came with 128GB - for my needs - it's fine.
    As you can see from the image below - that is from my 2012 Macbook Air.  Still have lots of space left.

  • What is the minimum permission required to discover the Farms in the Sahrepoint Server?

    What is the minimum permission required to discover the Farms in the SahrePoint Server?
    Do I need to have the access to the SharePoint Database?
    I want to do this with help of a 3rd Party API.
    Thanks
    psarroj

    Access to SharePoint doesn't necessarily give access to the SharePoint databases.  See Add-SPShellAdmin description.
    https://technet.microsoft.com/en-us/library/ff607596.aspx
    Permissions on the databases themselves is often required when accessing SharePoint information programmatically.
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • What is the minimum iOS version that Apple Configurator is supported with?

    I have a few very old iPads, not even iPad 2's.  I am considering using Apple Configurator to supervise them.  What is the minimum iOS these iPads need to be at to supervise the ipad

    See the chart below to determine whether you can upgrade your device and what you can upgrade to.
    IPhone, iPod Touch, and iPad iOS Compatibility Chart
         Device                                       iOS Verson
    iPhone 1                                      iOS 3.1.3
    iPhone 3G                                   iOS 4.2.1
    iPhone 3GS                                 iOS 6.1
    iPhone 4                                      iOS 6.1
    iPhone 4S                                    iOS 6.1
    iPhone 5                                      iOS 6.1
    iPod Touch 1                               iOS 3.1.3
    iPod Touch 2                               iOS 4.2.1
    iPod Touch 3                               iOS 5.1.1
    iPod Touch 4                               iOS 6.1
    iPod Touch 5                               iOS 6.1
    iPad 1                                          iOS 5.1.1
    iPad 2                                          iOS 6.1
    iPad 3                                          iOS 6.1
    iPad 4                                          iOS 6.1
    iPad Mini                                     iOS 6.1

  • What is the minimum permission set required to query alert information using OpsMgr 2012 SDK?

    Hi,
    I am using the OpsMgr 2012 SDK to retrieve alert information from SCOM.
    I tried configuring a read-only role for a user account (Group Scope: All, Dashboards & Views: All) but, as I call some of the APIs like Administration.GetAllManagementServers(), Administration.GetAllAgentManagedComputers() etc. I get a UnauthorizedAccessEnterpriseManagementException.
    I need to know what are the minimum permissions required for a user to query alert information and to make calls I mentioned above using the OpsMgr 2012 SDK.
    Warm Regards
    Himanshu Agarwal

    Thanks for the reply.
    Just to give you a context, I am writing a client application where a user can fetch alert information from SCOM using OpsMgr 2012 SDK. There could be many users that would use this application, hence I need to know the minimum set of permissions I can grant
    or add them to a group for easy maintenance.
    I believed Read-Only admin role was intended for that purpose but some of the SDK APIs as I mentioned throw the said exception.
    I would like to know, how can i create such role/group from SCOM 2012 console.
    PS: SDK and Config account is used by SCOM to perform DB operations and I would not like to impersonate this account in my client application. Instead I want to make my clients as admins with just enough permissions to read information. I'll have a better
    control this way.

  • HT4437 what are the minimum wireless requirements for airplay regards wireless strength ( DBs)

    What are the minimum requierments for Apple Airplay? i need to know how strong in BDs the system con operate down to?

    It is not a matter of single strength.  That only tells you the amplitude of the radio connections which tells you nothing.  What really matters is the speed of traffic across the connection and the number of dropped/lost packets.  And single strength tells you neither of these.  Interfearance, noise, collisions due to too many WiFi connections in the area impact the connection.  You can have strong single strength and not be able to maintain a connection.

Maybe you are looking for

  • Can I enable battery percentage on my iPod Touch 5g?

    I have a friend whom has an ipod touch 4g that is NOT jailbroken and they have the toggle switch in settings just as an iPhone would. How come I do not have the same switch?

  • UNABLE TO CONFIGURE ODSM(oracle directorey service manager_

    Hi , I am unable to configure ODSM with weblogic and getting the following error "ERROR while deploying the application ODSM cause: An internal operation has failed :weblogic.management.DeploymentException:[J2EE:160149]Error while processing library

  • Internal Server Error When Trying to Open Flex Builder Tutorials

    Anyone know what I need to set up to run the tutorials in Flex Builder - get an internal error server (500) when trying to open up the tutorials listed on the start page. I can open, compile and run projects . Thanks

  • Chroma Key/Luma Key Visualizer Help!

    Hey everyone, I'm new to this video production ind of thing, and I was trying to use chroma key and luma key like people in tutorials on youtube do all the time, and all they do is drag and drop the effect onto their video in the timeline, and a new

  • IOS 8.1.2 Ipad mini 2 Laging and slower screen rotation

    I have just updated my brand new iPad mini 2 with IOS 8.1.2 and the screen rotation became slower ,at the lock screen it became more  obvious it takes 1-5 seconds to rotate and the "slide to unlock" slider animation is freezing and lagging ,at the ap