Getting information giving one command in wlst

Hi
Is there any way to get information about a manage server via one command?
For example; to get server state information we must go to "wls:/DomainName/domainRuntime/ServerRuntimes/ManageServerName"
and then type cmo.getState()
Can we get this information typing like this:
wls:/DomainName/domainRuntime/ServerRuntimes>ManageServerName.cmo.getState
***I've tried some combinations but none of them worked.

Let me ask you one more question:
Can't we use two commands together in one line?
for example:
serverLifeCycles = cmo.getServerLifeCycleRuntimes();
for serverLifeCycle in serverLifeCycles:
print 'Server: ' + serverLifeCycle.getName() + ', State: ' + serverLifeCycle.getState();
cd ('/ServerRuntimes/'+serverLifeCycle.getName()+'/JVMRuntime/'+serverLifeCycle.getName())
print 'HeapFreePercent for '+ cmo.getHeapSizeMax() + cmo.getHeapFreePercent();
Output of this script:
Server: Srv1, State: RUNNING
Problem invoking WLST - Traceback (innermost last):
File "/usr/bea/Test/wlserver103/common/bin/alp2.py", line 12, in ?
TypeError: __add__ nor __radd__ defined for these operands
***I've tried to give these commands (cmo.getHeapSizeMax() , cmo.getHeapFreePercent() ) in different lines and it worked bu didnt work together.

Similar Messages

  • To get information before one month

    Hi,
    All,
    I have 10.2.0.3 database on AIX.
    I try to create AWR report but there no snapshot available there. what are other alternative to get information before a month.
    Thanks,
    Vishal

    What are you doing and where?
    Run the following to find out for sure:
    set pagesize 0
    set linesize 121
    col instart_fmt noprint;
    col inst_name format a12 heading 'Instance';
    col db_name format a12 heading 'DB Name';
    col snap_id format 99999990 heading 'Snap Id';
    col snapdat format a18 heading 'Snap Started' just c;
    col lvl format 99 heading 'Snap|Level';
    set heading on;
    break on inst_name on db_name on host on instart_fmt skip 1;
    ttitle off;
    SELECT TO_CHAR(s.startup_time,' DD MON "at" HH24:MI:SS') INSTART_FMT,
    di.instance_name INST_NAME, di.db_name DB_NAME, s.snap_id SNAP_ID,
    TO_CHAR(s.end_interval_time,'DD MON YYYY HH24:MI') SNAPDAT,
    s.snap_level LVL
    FROM dba_hist_snapshot s, dba_hist_database_instance di
    WHERE di.dbid = s.dbid
    AND di.instance_number = s.instance_number
    AND di.startup_time = s.startup_time
    ORDER BY snap_id;Taken from the AWR entry in Morgan's Library at www.psoug.org.
    If you need to change the snapshot retention window then look in the library for DBMS_WORKLOAD_REPOSITORY and the MODIFY_SNAPSHOT_SETTINGS procedure. You can set snapshot interval and retention.

  • Get information from one PDF to another.

    I have two PDF's one is a flat document with text, the other is a form. I would like to extract information from the flat file and fill in the form on the second PDF. I would also like to create a button that saves the document as a new file name with information from the document.
    more info:
    I would need to do this on an ipad (the actual work not the Programing).
    I have Adobe X pro and live cycle.
    The text from the first file that I need is always in the same place  for example "Job number:     Xxxxxxx".
    any part of this would be great but if you know a way to do all of this it would be amazing.

    How about at least using JavaScript to "saveas" to a new name? I have seen people online talking about something similar to this but it always includes a path name which the ipad does not use.
    Also, how would I do it on a PC? I could have the person who creates the first document run a script on their computer and send me both files.

  • In PO , while giving one plant GRWR is not getting defaulted

    Hi,
    While creating a purchase order, in Conditions tab the GRWR is getting defaulted if I am giving one plant but it i snot getting defaulted if I am giving some other plant.
    Why? What could be the reason.
    Rgds
    Arpit

    Hello
    GRWR is your condition type, right?
    Are u using the same purchase organization and the same vendor or vendors assigned to same vendor schema group?
    Confirm that first.
    If not in the procedure where the condition type is not coming default, check whether the manual tick is given in pricing procedure in M/08.
    Regards

  • How can I repair my IPod n still have all my information in it or can i get a new one but still with all my information for how much?

    How can I repair my IPod n still have all my information in it or can i get a new one but still with all my information for how much

    - Apple will exchange your iPod for a refurbished one for this price. They do not fix yours. Apple does not transfer any data.
    Apple - iPod Repair price      
    - To backup all your data to computer follow the instructions here. However, do not restore from backup until you have the replacement/repaired iPod.

  • I removed the cookies for the U.S. Airways site and now I can't get information on flight schedules. How can I fix this?

    I can access the US Airways home page, but when I try to get information on flight schedules to book a flight, a window comes up that says:
    "We're sorry.
    Your session may have expired. Please restart your search without using your 'back' button. If you continue to receive this message, call 800-327-7810 for assistance.
    Reference code: KHBCJA45YPWTAF45QDRV4H55 (1.2.111090.111090)
    Occurred: 7/31/2013 9:55:20 AM"
    This is the only site that I removed the cookies from, and I don't know if I removed them properly. Using another browser, I am still able to get access to flight schedules. I called US Airways and they said that the problem is with the Firefox browser. I am using v. 22.0 for Mac. Firefox is my browser of choice, so I would like to get this working. Any help is greatly appreciated.
    Thank you.
    Jacque Friedman

    Reload the webpage while bypassing the cache using '''one''' of the following steps:
    *Hold down the ''Shift'' key and click the ''Reload'' button with a left click.
    OR
    *Press ''Ctrl'' + ''F5'' or ''Ctrl'' + ''Shift'' + ''R'' (Windows and Linux)
    *Press ''Command'' + ''Shift'' + ''R'' (Mac)
    Let us know if this solves the issues you are having.

  • How to get information about creation of a virtual machine on a Hyper-v host.

    Hi,
    How to get information about creation of a virtual machine on a Hyper-v host?
    I need: host name, time created, creator user.
    I saw in Hyper-V-VMMS but I found info about movements of VM between hosts.
    Thank's in advance.
    Denius Valiant

    For Host Name * Created Time Use This Command In PowerShell 
    Get-VM -Name (Read-Host "Type Your Vm Name") |select CreationTime , ComputerName
    and for Create User , As i know you should see on Event Log . 
    Go To Event Log Viewer--->Applications And Services Logs--->Microsoft--->Windows--->Hyper-V-VMMS--->Operational 
    You can see in Event Log who create the Vm.
    Whenever you see a helpful reply, click on Vote As Helpful & click on
    Mark As Answer if a post answers your question.
    LinkedIn:
      Facebook:
      

  • Greeting,  I want to reformat my external hard drive using Mac OS Extended (Journaled, Encrypted ) but before formatting it, I want to make sure that if I loose the hard drive or the hard drive get stolen, no one will be able to retrieve or recover the in

    Greeting,
    I want to reformat my external hard drive using Mac OS Extended (Journaled, Encrypted ) but before formatting it, I want to make sure that if I loose the hard drive or the hard drive get stolen, no one will be able to retrieve or recover the information on it so could you tell me what kind of encryption will be used or is there any way to recover the information?
    Thanks!

    I think FileVault is used to encryp internal hard drive but I wanna encrypt an external hard drive with Mac OS Extended Journaled Encrypted which is completely different!

  • How to make a tree with more information in one line

    Hi
    I have seached this forum, and haven't find any information that I can use.
    I need a tree structure with following informations:
    arbpl
    _____aufnr________material_____ text
    _______extra informations
      |_____aufnr________material_____ text
      ....................................................... |_______extra informations
    My problem is that I can't get more than one information each line.
    Can anybody give me some input, and better good advice/examples hot to do.
    My code looks like this:
    *& Report  my report
    REPORT  myreport.
    type-pools : stree.
    data : wa_node type snodetext.
    data : node_table like wa_node occurs 0 with header line.
    TABLES: caufv, caufvd, IOOPER, marc, mara, resb, jest, tj02t.
    data: BEGIN OF gt_status_tab occurs 0,
          aufnr like caufv-aufnr,
          stat like jest-stat,
          txt04 like tj02t-txt04,
          end of gt_status_tab.
    data: g_objnr like jest-objnr.
    data: BEGIN OF gt_sele_tab OCCURS 0,
          werks like caufv-werks,
          fevor like marc-fevor,
          arbpl like IOOPER-arbpl,
          aufnr like caufv-aufnr,
          aufplA like caufv-aufpl,
          matnr like caufvd-matnr,
          gstrp like CAUFV-GSTRP,
          GLTRP LIKE CAUFV-GLTRP,
          rmatnr like resb-matnr,
          bdmng like resb-bdmng,
          GAMNG like caufv-GAMNG,
          aufpl like resb-aufpl,
          auart like caufv-auart,
          matkl like mara-matkl,
          istat like tj02t-istat,
         inact  like jest-inact,
    END OF gt_sele_tab.
    select-options:
    s_werks for CAUFV-werks,
    s_arbpl for iooper-arbpl,
    s_fevor for marc-fevor,
    s_aufnr for caufv-aufnr,
    s_sttxt for CAUFVD-STTXT,
    s_auart for caufv-auart,
    s_matnr for caufvd-matnr,
    s_matkl for mara-matkl,
    s_rmatnr for resb-matnr,
    s_gstrp for caufv-gstrp,
    s_gltrp for caufv-gltrp.
    start-of-SELECTION.
      SELECT  a~werks
              a~fevor
              a~aufnr
              a~PLNBEZ
              a~gstrp
              a~gltrp
              a~aufpl
              b~matnr
              b~bdmng
              a~gamng
              b~aufpl
              a~auart
              d~matkl
        into "CORRESPONDING FIELDS OF TABLE gt_sele_tab
        (gt_sele_tab-werks,
        gt_sele_tab-fevor,
        gt_sele_tab-aufnr,
         gt_sele_tab-matnr,
         gt_sele_tab-gstrp,
         gt_sele_tab-gltrp,
         gt_sele_tab-aufplA,
        gt_sele_tab-rmatnr,
        gt_sele_tab-bdmng,
        gt_sele_tab-GAMNG,
        gt_sele_tab-aufpl,
        gt_sele_tab-auart,
        gt_sele_tab-matkl)
         FROM  CAUFV as a
        join resb as b
        on b~rsnum = a~rsnum
        and b~rspos = b~rspos
        join afvc as C
        on c~aufpl = b~aufpl
        and c~aplzl = b~aplzl
        join mara as d
        on d~matnr = b~matnr
             WHERE  a~AUFNR  in s_aufnr
             AND    a~AUART  in s_auart
             AND    a~GLTRP  in s_gltrp
             AND    a~GSTRP  in s_gstrp
             AND    a~FEVOR  in s_fevor.
        append gt_sele_tab.
      ENDSELECT.
      loop at gt_sele_tab.
        clear g_objnr.
        concatenate 'OR' gt_sele_tab-aufnr into g_objnr.
    *append
        select *  from jest
          where objnr = g_objnr
          and   inact ne 'X'.
          gt_status_tab-aufnr = gt_sele_tab-aufnr.
          gt_status_tab-stat = jest-stat.
          append gt_status_tab.
        ENDSELECT.
        SELECT single arbpl into gt_sele_tab-arbpl
                 FROM  CRHD
               WHERE  OBJTY  = 'A'
               AND    OBJID  = gt_sele_tab-aufpl.
        gt_sele_tab-arbpl = '200'.
        MODIFY gt_sele_tab.
      endloop.
      perform fill_nodes.
      perform tree_display.
    **& Form FILL_NODES
    **text
    **--> p1 text
    **<-- p2 text
    form fill_nodes .
      DATA: L_ARBPL type arbpl.
      node_table-type = 'T'.
      node_table-name = 'Arbejdsplads'.
      node_table-tlevel = '01'.
      node_table-nlength = '15'.
    *  node_table-color = '4'.
      node_table-text = ''.
      node_table-tlength = '20'.
      node_table-tcolor = '3'.
      append node_table.
      clear node_table.
      loop at gt_sele_tab.
        at new arbpl.
          node_table-type = 'P'.
          node_table-name = gt_sele_tab-arbpl.
          node_table-tlevel = '02'.
          node_table-nlength = '20'.
    *      node_table-color = '4'.
          node_table-text = ''.
          node_table-tlength = '30'.
          node_table-tcolor = '3'.
          append node_table.
          clear node_table.
          L_ARBPL = gt_sele_tab-arbpl.
    *node_table-type = 'P'.
    *node_table-name = 'ITEM DATA'.
    *node_table-tlevel = '03'.
    *node_table-nlength = '20'.
    *node_table-color = '4'.
    *node_table-text = ''.
    *node_table-tlength = '30'.
    *node_table-tcolor = '3'.
    *append node_table.
    *clear node_table.
    break g-lmn.
          loop at gt_sele_tab where arbpl = l_arbpl.
            node_table-type = 'P'.
            node_table-name = gt_sele_tab-aufnr.
            node_table-tlevel = '04'.
            node_table-nlength = '20'.
    *        node_table-color = '4'.
    node_table-parent = '04'.
            node_table-text = ''.
            node_table-tlength = '30'.
            node_table-tcolor = '3'.
            node_table-TPOS2 = '2'.
            node_table-text2 = 'halløj'.
            node_table-TPOS3 = '3'.
            node_table-text3 = 'igen'.
            append node_table.
            clear node_table.
    *        break g-lmn.
            node_table-type = 'P'.
    *        node_table-name = 'Materiale'.
    *        node_table-tlevel = '04'.
    node_table-parent = '04'.
            node_table-nlength = '20'.
    *        node_table-color = '4'.
            node_table-text1 = gt_sele_tab-matnr.
            node_table-TPOS2 = '2'.
            node_table-text2 = 'halløj'.
            node_table-TPOS3 = '3'.
            node_table-text3 = 'igen'.
            node_table-tlength1 = '40'.
            node_table-tcolor1 = '3'.
            append node_table.
            clear node_table.
    *        node_table-type = 'P'.
    *        node_table-name = 'UNIT'.
    *        node_table-tlevel = '05'.
    *        node_table-nlength = '20'.
    **        node_table-color = '4'.
    *        node_table-text2 = 'test'.
    *        node_table-tlength2 = '30'.
    *        node_table-tcolor2 = '3'.
    *        append node_table.
    *        clear node_table.
    *node_table-type = 'P'.
    *node_table-name = 'QUANTITY'.
    *node_table-tlevel = '05'.
    *node_table-nlength = '20'.
    *node_table-color = '4'.
    *node_table-text = i_vbap-kwmeng.
    *node_table-tlength = '40'.
    *node_table-tcolor = '3'.
    *append node_table.
    *clear node_table.
    *node_table-type = 'P'.
    *node_table-name = 'DESCRIPTION'.
    *node_table-tlevel = '05'.
    *node_table-nlength = '20'.
    *node_table-color = '4'.
    *node_table-text = i_vbap-arktx.
    *node_table-tlength = '30'.
    *node_table-tcolor = '3'.
    *append node_table.
    *clear node_table.
    *endloop.
          endloop.
        endat.
    *loop at i_likp where vbelv = i_vbak-vbeln.
    *node_table-type = 'P'.
    *node_table-name = 'DELIVERY'.
    *node_table-tlevel = '03'.
    *node_table-nlength = '20'.
    *node_table-color = '4'.
    *node_table-text = ''.
    *node_table-tlength = '30'.
    *node_table-tcolor = '3'.
    *append node_table.
    *clear node_table.
    *node_table-type = 'P'.
    *node_table-name = i_likp-vbeln.
    *node_table-tlevel = '04'.
    *node_table-nlength = '20'.
    *node_table-color = '4'.
    *node_table-text = ''.
    *node_table-tlength = '30'.
    *node_table-tcolor = '3'.
    *append node_table.
    *clear node_table.
    *endloop.
    *loop at i_vbrk where vbelv = i_vbak-vbeln.
    *node_table-type = 'P'.
    *node_table-name = 'INVOICE'.
    *node_table-tlevel = '03'.
    *node_table-nlength = '15'.
    *node_table-color = '4'.
    *node_table-text = ''.
    *node_table-tlength = '20'.
    *node_table-tcolor = '3'.
    *append node_table.
    *clear node_table.
    *node_table-type = 'P'.
    *node_table-name = i_vbrk-vbeln.
    *node_table-tlevel = '04'.
    *node_table-nlength = '20'.
    *node_table-color = '4'.
    *node_table-text = ''.
    *node_table-tlength = '30'.
    *node_table-tcolor = '3'.
    *append node_table.
    *clear node_table.
    *endloop.
      endloop.
    endform. " FILL_NODES
    **& Form TREE_DISPLAY
    **text
    **--> p1 text
    **<-- p2 text
    form tree_display .
      call function 'RS_TREE_CONSTRUCT'
      exporting
      insert_id = '000000'
      relationship = ' '
    *LOG =
      tables
      nodetab = node_table
      exceptions
      tree_failure = 1
      id_not_found = 2
      wrong_relationship = 3
      others = 4
    *if sy-subrc = 0.
    *message id sy-msgid type sy-msgty number sy-msgno
    *with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    *endif.
      call function 'RS_TREE_LIST_DISPLAY'
      exporting
    *CALLBACK_PROGRAM =
      callback_user_command = 'USER_COMMAND'
    *CALLBACK_TEXT_DISPLAY =
    *CALLBACK_MOREINFO_DISPLAY =
    *CALLBACK_COLOR_DISPLAY =
    *CALLBACK_TOP_OF_PAGE =
    *CALLBACK_GUI_STATUS =
    *CALLBACK_CONTEXT_MENU =
      status = 'IMPLICIT'
      check_duplicate_name = '1'
    *color_of_node = '4'
    *color_of_mark = '3'
    *color_of_link = '1'
    *color_of_match = '5'
      lower_case_sensitive = ' '
      modification_log = ' '
      node_length = 30
      text_length = 75
      text_length1 = 0
      text_length2 = 0
      return_marked_subtree = ' '
      screen_start_column = 0
      screen_start_line = 0
      screen_end_column = 0
      screen_end_line = 0
      suppress_node_output = ' '
      layout_mode = ' '
      use_control = 'F'
    *IMPORTING
    *F15 =
    endform.                    "tree_display
    " FINAL_DISPLAY

    Hi,
    Have you checked the examples in SALV_OBJECTS?
    /wg

  • How to get information from Oracle's views

    Hi,
    I need to get information from Oracle's views about:
    * in which table's column is set index
    * what type of index is on this column
    * name of a trigger which exist on a table
    * type of trigger (before, after etc)
    * trigger status (enable, disable)
    Thanks for help.

    Hi..
    One of the best way to know which views to use is doing select * from dict where table_name like 'xxx';
    For example in your case you needed to know about the indexes and triggers so
    SQL> select * from dictionary where table_name like 'DBA_IND%';
    TABLE_NAME                     COMMENTS
    DBA_INDEXES                    Description for all indexes in the database
    *DBA_IND_COLUMNS                COLUMNs comprising INDEXes on all TABLEs and CLUSTERs*
    DBA_IND_EXPRESSIONS            FUNCTIONAL INDEX EXPRESSIONs on all TABLES and CLUSTERS
    DBA_INDEXTYPES                 All indextypes
    DBA_INDEXTYPE_COMMENTS         Comments for user-defined indextypes
    DBA_INDEXTYPE_ARRAYTYPES       All array types specified by the indextype
    DBA_INDEXTYPE_OPERATORS        All indextype operators
    DBA_IND_PARTITIONS
    DBA_IND_SUBPARTITIONS
    DBA_IND_STATISTICS             Optimizer statistics for all indexes in the database
    10 rows selected.
    SQL> select * from dictionary where table_name like 'DBA_TRI%';
    TABLE_NAME                     COMMENTS
    DBA_TRIGGERS                   All triggers in the database
    DBA_TRIGGER_COLS               Column usage in all triggers
    Reading the comments you can know which view to use, then  describe the view and use what you need

  • In the photos app I have 2 camera rolls and 1 photo gallery. Each new photo that I take gets stored in one of the camera rolls, but when I back up the photos to my computer it only backs up the one camera roll, and not any of the new picks. Please help

    In the photos app I have 2 camera rolls and 1 photo gallery. Each new photo that I take gets stored in one of the camera rolls, but when I back up the photos to my computer it only backs up the one camera roll, and not any of the new picks. In the one I backed up I have 500 plus photos and the other over 1000. I need to back up the 1000 one- camera roll. Any help would be sincerely appreciated. Help .... Please

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    - Reset all settings  Already sugested
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up           
    - Restore to factory settings/new iOS device.
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar          

  • TS2972 I have 4 Apple TV's. All set up to Home share. One will not see the computer. It is also the only 720 I have. The other three are 1080's. How do I get the 4th one (the720) to recognize my Mac?

    I have 4 Apple TV's. All set up to Home share. One will not see the computer. It is also the only 720 I have. The other three are 1080's. How do I get the 4th one (the720) to recognize my Mac?

    Need more information to help you, but I am providing some suggestions.  Sorry if you are past these type of basic things.  But didnt really have much to start with and understand your technical level to start with. 
    Have you got into Settings > Computers > Turned on Home Sharing (Note: You must use the some Apple ID used by the iTunes library on your MAC for them to see one another)
    How is your MAC connected to the network vs the 720 ATV2?  Is one WiFi and the other Ethernet?  Have you tried switching the ATV2 to WiFi if Ethernet? 
    Has the MAC been restarted since this started happening?  Same with your Router and any other networking device being used?  Sometimes an IP conflict can arise in your networking and most consumer networking equipment does not know how to "self heal" without a reboot. 
    Make sure you have given those things a whirl and share back your results.  Any other information you can provide, such as how you connect to your network from each ATV and MAC. 

  • Getting information about an object from JList

    Hi
    I have created a movie application and i have a JList displaying all registered movies, it uses a DefaultListModel to display these.
    I want to be able to click on an element in the JList and then push a button called "Show movie details" to display all information about the selected movie.'.
    Every new movie is added to the DefaultListModel as an object with "Titlle", "Genere" etc. If someone click on a movie, what do i do to get information about which object that was clicked. All i can see is that integers can be returned with the getSelectedIndex/Value methods. If i use one of these methods to get the object from the DefaultListModel, that would work i guess, but what when someone deletes a movie in the middle of the JList, then the indexes wouldnt match.
    Can someone help me out here? :)

    I get a big fat exception when trying to cast the returned object to a Movie object which im using.
    Exception in thread "AWT-EventQueue-0" java.lang.ClassCastException: java.lang.S
    tring cannot be cast to Movie
    ...sure that this is the way to do it? If so, what am i doing wrong..

  • Can't open individual windows to go back and take information from one and put it on a different one :?

    ....so I'm on fema's website and I want to take an elevation from fema, and put it onto a different screen.
    Your windows all get dumped into one location.
    Can't go back and pull out the window I need....
    Jim

    Yo can't. apps are locked to the account thatpurchased them and in-app purchases can only be mad with the account that originally purchased the app.
    You will have to recover use of the first account
    How do I change or recover a forgotten Apple ID Password?
    If you've forgotten your Apple ID Password or want to change it, go to My Apple ID and follow the instructions. SeeChanging your Apple ID password if you'd like more information.
    If necessary:
    Forgotten Security Questions/Answers
    You need to contact Apple by:
    1 - Use the Express lane and start here:
    https://expresslane.apple.com
    then click More Products and Services>Apple ID>Other Apple ID Topics>Forgotten Apple ID security questions.
    or
    Apple - Support -form iTunes Store - Contact Us
    2 - Call Apple in your country by getting the number from here:
    http://support.apple.com/kb/HE57
    or           
    Apple ID: Contacting Apple for help with Apple ID account security
    3 - Use your rescue email address if you set one up
    Rescue email address and how to reset Apple ID security questions
    For general  information see:
    Apple ID: All about Apple ID security questions
    If you have not uses any of the $10 you redeemed to the new account, you can likely get that refunded by contacting iTunes
    Contact iTunes

  • I mistakenly wiped my mac ox from my macbook and i'm struggling with getting it fixed or getting a new one to install.

    i mistakenly wiped my mac ox from my macbook and i'm struggling with getting it fixed or getting a new one to install. Can anyone help me?  thanks
    <Email Edited By Host>

    Restart the Mac and hold down Command+Option+R. Choose to reinstall OS X. The version of OS X your Mac came with will be installed.

Maybe you are looking for

  • Preview : Can't step through pdf slideshows

    I've noticed in Preview that if you open a PDF and go into slideshow mode, you can't step through the slides with the arrow keys (or even the spacebar) until you hit the play button, wait a bit, then pause. This is different from Tiger, and very stra

  • Ufsdump acros ssh session seems to get corrupted

    Hi, I am trying to perform a ufsdump to a remote tape device by piping it through an ssh session to a server with an LTO drive locally attached. ie. ufsdump 0uf - / | ssh tapedump@tapeserver /usr/bin/dd bs=32k "of=/dev/rmt/0un" It completes succesful

  • Can not access a component already placed in Ultiboard, only way to highlight is in spreadsheet view/parts. It is not locked.

    Can not access a component already placed in Ultiboard, only way to highlight is in spreadsheet view/parts. It is not locked. Anyone encountered anything similar?

  • Nano - OS X Upgrade Needed - HELP!

    Hey, I need some help with my friends iPod Nano... she had an old 12" PowerBook which is running 10.3.9, but it says that it needs 10.4.9 or later. The specs (from what I can remember) is 1GHz PowerPC G4, Memory: 256(?)MB Built-In How can she upgrade

  • Export release build never completes

    Installed Flash Builder 4.7 64 bit, now projects won't export. I complete the packaging settings and click finish then it just sits there with the progress bar moving. I left it going for an hour but nothing, not even an error message. In the task ma