Extended Log Format Issue

Hello,
I am rather new to BEA, and I am experiencing a little bit of a problem here. I am trying to configure the access logs in order for them to generate output concerning Browser information. I have gone through and was successfully able to change the configuration to extended. The browser information is now displayed.
I have one MAJOR problem. When using the common log format, the usernames are logged just fine. But when I changed to the extended format, I only get a value of '-'. I believe all of my configuration is correct according to w3c standards, as I am using 'cs-username' in the '#Fields' directive. I have been searching all over for information reguarding how this field can be documented, but I cannot find anything.
I have even gone out and tried to configure our apache logs to read this field, and yet I get the same '-' value there as well.
If anyone could PLEASE help me in this matter, I would greatly appreciate it, as I am going down a river without a paddle on this one.
Thanks in advance,
Garret

<p>Hello,</p>
<p>Have you read through common log format doc and Enabling and Configuring HTTP Access Logs? Oddly they don't mension cs-username in the supported field identifiers section. You could try the common log format field name: auth_user. Or a custom identifier. I would also raise a support case with BEA if you don't get anywhere to make sure they do actually support this field.</p>
<p>
Hussein Badakhchani</br>
</p>

Similar Messages

  • Extended Log Format

    Does iPlanet v6 support the Extended Log format [http://www.w3.org/TR/WD-logfile.html]?
    If so, would anyone recommend using the time-taken field to monitor page download times?

    Web Server does not directly support the Extended Log Format. In most cases, however, the flex-log format that Web Server does support can be manipulated to log the same data in the same order as the Extended Log Format.
    If you want to request time from Web Server then do this:
    1) Enable Statistics Gathering in the server (see the Performance and Tuning Guide for details), and
    2) Add \"%duration%\" to your flex-log init line in the magnus.conf (or via the Log Format Adming UI screen).
    This will log the time taken for a request to be completed to the access log.

  • Extended Logging Format

    Hi, I have been asked to log and report data that is application specific. Rather than maintaining yet another application log I was hoping to make use Extended Log Format and have all the information wriiten to my existing web logs.
    I was wondering if WLS 8.1 supports Extended Log Format and if so how would I go about configuring it.
    Thanks in advance.
    Lisa.

    Hello,
    WebLogic Server does support extended log file format, version 1.0, as defined by the W3C.
    All you have to do is add a few directives to the log file itself. For complete instructions see:
    http://e-docs.bea.com/wls/docs81/adminguide/web_server.html#113870
    (scroll down a bit)
    Cheers,
    Hoos

  • Archive Log Format Issues

    Hi DBAs,
    I have 2 Archive destination. My archive log format is ARC%S_%R.%T
    But In my 1 location E:\app\Administrator\product\11.1.0\db_1\RDBMS format shows ARC00025_0769191639.001
    2 location shows E:\app\Administrator\flash_recovery_area\BASKAR\ARCHIVELOG\2011_12_08\O1_MF_1_25_7G15PVYX_.ARC
    SQL> select destination from v$archive_dest;
    DESTINATION
    E:\app\Administrator\product\11.1.0\db_1\RDBMS
    USE_DB_RECOVERY_FILE_DEST
    My Question is that, I am using this format only ARC%S_%R.%T
    but it shows different format in each location. May i know what 's the reason behind this?
    Thanks in Advance

    If you are using other archive destination other than FRA it will creates as per LOG_ARCHIVE_FORMAT,
    and the FRA configured then the archive format for FRA is O1_MF_1_25_7G15PVYX_.ARC
    from your query it is clear that there are two destinations are configured, So if you dont want *.ARC* files, you have to disable FRA.
    But recommended to use FRA easy to manage.

  • Activate extended log files

    Hi,
    Can anyone tell me where you activate extended log files for the webcache. At present we have common log files.
    We are using Portal 9.0.2.2.14a
    Oracle Appli. Server 9.0.2.0.1
    Many Thnaks,
    Karl

    Hi Karl,
    You can do so by selecting the different fields required for the extended log format. Essentially, you'd be customizing the "common" log file.

  • Using extended common log format

    Hello
    I wanted to set up access log file format to capture referer and user-agent info.
    After reading the docs I added the 2 variables via admin console.
    So HTTP Service ->Access Log -> Format contains following:
    %client.name% %auth-user-name% %datetime% %request% %status% %response.length% %header.referer% %header.user-agent%After saving and restarting the domain, I am still not getting the referrer and user agent.
    There is not even a "-" indicating that the info was unavailable....
    Any thoughts?
    Z....

    Can someone please help me with this issue.
    Our company needs extensive web metric reports and the only way to do so is by adding more info in the logs.
    Again, following is my Configuration->HTTP Service->Access Log setup from the admin console.
    Rotation: Enabled
    Rotation Policy: time
    Rotation Interval: 1440
    Rotation Suffix: %YYYY;%MM;%DD;-%hh;h%mm;m%ss;s
    Format: %client.name% %auth-user-name% %datetime% %request% %status% %response.length% %header.referer% %header.user-agent% %cookie.value%Again, the log does not record last 3 values....There are not even "-" indicating missing values.
    Much appreciated.
    Z

  • When running a BI session, what is "detailed/extended log" for?

    Hello all,
    I couldn't find any information about "detailed log" checkbox (forum, notes, online help, sap library, google).
    It is displayed in a popup when we run a BI session from SM35 transaction. It's also the LOGALL parameter ("extended log") of RSBDCSUB program.
    By debugging the system, I noticed that it was used only with All-screen and Error-only display modes. In No-screen mode, the BI session is run with detailed log on.
    In All-screen and Error-only modes, the message 00355 "Transaction was processed successfully" is not stored in the log if the detailed log option is off.
    Are there any other differences?
    Thx a lot

    Thx Harald, I missed it.
    But unfortunately, it doesn't work as described, or there is something I don't understand. You can try with the following code which changes FR 1234567890 bank name to sy-uzeit using FI02 transaction (please create the bank before running the program), and produces both S and W messages, whatever extended log is on or off. The only difference is about the message number 00355 as I stated previously.
    REPORT  zzysro_test6.
    PARAMETERS p_logall TYPE flag AS CHECKBOX.
    DATA ls_bdcdata TYPE bdcdata.
    DATA lt_bdcdata TYPE TABLE OF bdcdata.
    DEFINE d.
      clear ls_bdcdata.
      ls_bdcdata-program = '&1'.
      ls_bdcdata-dynpro  = '&2'.
      ls_bdcdata-dynbegin = '&3'.
      append ls_bdcdata to lt_bdcdata.
    END-OF-DEFINITION.
    DEFINE f.
      clear ls_bdcdata.
      ls_bdcdata-fnam = '&1'.
      ls_bdcdata-fval = '&2'.
      append ls_bdcdata to lt_bdcdata.
    END-OF-DEFINITION.
    DEFINE f2.
      clear ls_bdcdata.
      ls_bdcdata-fnam = '&1'.
      ls_bdcdata-fval = &2.
      append ls_bdcdata to lt_bdcdata.
    END-OF-DEFINITION.
    d sapmf02b  0100  x.
    f bdc_cursor  bnka-banks.
    f bdc_okcode  /00.
    f bnka-banks  fr.
    f bnka-bankl  1234567890.
    d sapmf02b  0110  x.
    f bdc_cursor  bnka-banka.
    f2 bnka-banka sy-uzeit.
    f bdc_okcode  =upda.
    DATA l_bi_qid TYPE apqi-qid.
    DATA l_group TYPE apqi-groupid VALUE 'ZSRO'.
    CALL FUNCTION 'BDC_OPEN_GROUP'
      EXPORTING
        group = l_group
        keep  = 'X'
        user  = sy-uname
      IMPORTING
        qid   = l_bi_qid.
    CALL FUNCTION 'BDC_INSERT'
      EXPORTING
        tcode      = 'FI02'
      TABLES
        dynprotab  = lt_bdcdata.
    CALL FUNCTION 'BDC_CLOSE_GROUP'.
    * now go to SM35 to start the session in A, E or N display mode
    * (N mode always use extended log on, whatever checkbox is ticked or not)
    * There are 2 messages issued by FI02: W210(BF00) (as the bank has been
    * flagged for deletion) and S207(BF00) ("bank modified")
    Edited by: Sandra Rossi on Jun 15, 2010 10:06 AM
    > In sample code above, I removed call to RSBDCSUB program so that we can choose the display mode in SM35 when we execute the BI session

  • Can't install windondows 8.1 on my macbook pro - format issue

    Can't install windondows 8.1 on my macbook pro - format issue
    Running latest version of Mavericks.
    Followed the exact bootcamp proceduce.
    Have official window 8.1 version on cd.
    All goes well until I have to format the 65Gb partition. Disk=0 and partition=4
    Can't get over it. Altough I formatted it via a hint found on the internet with "dislpart" in NTFS. Wich also went weel and give the labelname "BOOTCAMP". But still no luck.
    I have two questions:
    1/ How to start my mac again in normal mavericks mode?
    2/ How can I overcome the windows installation issue?
    Tried already a lot of hints found on the internet.

    First, make a time machine backup. You will need to erase ands reformat your hard drive. I had the same issue. The issue is that you can't install Windows using bootcamp without having the hard drive formatted as Mac OS Extended (Journaled). Do this from disk utility or recovery mode (hold down command and r at startup). Then you have to restore the backup to the hard drive. Then make a usb installer drive with bootcamp and then partition and install. Here's a tip: after you install bootcamp and are in the Windows desktop, go into the installer drive and then go into the bootcamp or support folder, then find a installer that contains the Apple bootcamp drivers. Also, you will need to convert the disk to an iso file. TO MAKE THE USB DRIVE FROM A DISC, USE THIS LINK
    Boot Camp: Creating an ISO image from a Windows installation DVD - Apple Support

  • Recent convert to Apple. Previously, I backed up my family pictures from PC to an external hard drive,  a WD MyBook 3T. I can view the pics on my Macbook Pro, but I can't add new pictures. I'm sure this is a format issue, any easy way to correct it?

    Recent convert to Apple. Previously, I backed up my family pictures from PC to an external hard drive,  a WD MyBook 3T. I can view the pics on my Macbook Pro, but I can't add new pictures. I'm sure this is a format issue, any easy way to correct it?

    Install NTFS 3G
    http://macntfs-3g.blogspot.com/
    If you were going to be reading and writing to a NTFS System Partition, you might have to worry about the instability messing up the operating system.  However, you are reading/writing from a non system, backup device so you don't have to worry about screwing up an operating system.
    I would still temporarily move my data to another device and reformat the drive for Mac OS X Extended.

  • How to convert case-sensitive to extended journal format

    I have two apple computers (extended journal format) that have been backed up via a time capsule. I have just noticed that the TC is formatted as case-sensitive. I do not know why case-sensitive. In an effort to ensure consistency of file format then I seek to somehow remove case-sensitive formatting. I presume no/minimal underlying case-sensitivity issues within file names as source data is not formatted in case-sensitive manner.
    I have tried SuperDuper to clone the TC to an external HDD but the application cloned the formatting in addition to the data.
    I have attempted use of Disk Utility to copy content from source (TC) to destination (HDD) but this yielded error messages that noted different file format types.
    It there a way to convert/remove case sensitive formatting from TC?
    I appreciate that I could simply reformat TC to extended journal format but this would presumably erase all my backup data.
    Any guidance most welcomed.

    RossM wrote:
    So I guess my choice is to "leave well alone" as Pondini suggests and accept the fact that cloning TC onto HDD has now formatted my new HDD as case-sensititive.
    Actually, you may have two choices, depending on how you're going to be backing-up to the new HD:
    Your best bet, by far, is to back up to it directly, rather than connecting it to the TC.  That's much faster and more reliable.  If so:
    * Leave the TC backups alone.  Reformat the HD as case-ignorant and let Time Machine start fresh on it.  You can always see and restore from the old ones via the Browse... option, per Time Machine - Frequently Asked Question #17.  
    * Format the HD as case-sensitive and copy the backups from the TC to it. But don't copy the whole sparse bundle; copy the Backups.backupdb folder from the sparse bundle to the top level of the HD.  (Sparse bundles are used only for network backups.)  See #18 in the FAQ; you'll need the 4th procedure (copy network backups to be used locally.
    But if you're going to connect the HD to the TC and back up to it that way, it doesn't matter how you format the HD, since the backups must be in a sparse bundle, that has its own format.  Two choices for that:
    * Leave the TC backups alone. Connect the HD to the TC and select it as the TM destination, and Let Time Machine start fresh on it.  You can always see and restore from the old ones via the Browse... option, as above.   (There is a way to speed up the first backup; see the blue box in #Q2 of Using Time Machine with a Time Capsule.)
    * Copy ("Archive") the TC's internal disk to the external HD, per the green box in #Q6 of the same article.  Then select the external as your Time Machine destination via Time Machine Preferences.
    Is this simply deferring a problem issue to another time (aagh)? Or to somehow try and remove this inconsistency and remove case-sensitive formatting from all tech items, even if this might mean reformatting and losing old backup data?
    No.  There's not really a problem, unless you change the case of file/folder names and try to restore the old ones to the same place via the TM browser, per the link in my earlier post.  That's the only possible downside.
    Does Time Machine require case-sensitive formatting on its destination drive?
    No.  It's the default, but case-ignorant is fine, unless you ever want to add a case-sensitive volume.  Then you're in a pickle.
    Or does Time Capsule only function witih case-sensitive formatting?
    No.  The TC's actual disk is case-ignorant; it's only the Time Machine sparse bundle that's case-sensitive by default.
    The benefit of case-sensitive formatting as Apple default seems rather unclear to me
    It's the default only for Time Machine backups.  Everything else defaults to case-ignorant.
    The advantage is, once you've been backing-up your internal HD for weeks, months, or years, and want to add a case-sensitive external HD to be backed-up, you can.   If the backups are case-ignorant, you can't. 

  • Extended logs for Office 365 repair operation ?

    Hello,
    I am deploying Office 365 in parallel of an Altiris Software virtualization solution.
    Office 365 is deployed as a physical program but every time Visio starts, it makes a repair that is due to the virtualization packages that lie around.
    Is there a way to know which file/reg key is causing the repair to happen ?
    With Office 2010, there was such information in the events, telling exactly which file/key was causing the self-healing.
    But with Office 365, is there a way to get such information ?
    I already use extended logs, but there is very few information when the repair occur, indeed nothing about the cause of the repair:
    10/31/2014 09:47:46.920 OFFICECL (0x788) 0xc28  Click-To-Run aox3p Verbose AppVEvents:: VirtualEnvironmentTerminated 
    10/31/2014 09:47:57.653 OFFICECL (0x788) 0xd08  Click-To-Run aqdyh Verbose ProcessPool::CreateOMutex - Creating Mutex Global\ClickToRun_TaskIntegrateRepair_DoRepairForApp 
    10/31/2014 09:47:57.653 OFFICECL (0x788) 0xd08  Click-To-Run aqo42 Medium TaskIntegrateRepair::DoRepairForApp: Starting repair for appID "Visio"... 
    10/31/2014 09:47:57.653 OFFICECL (0x788) 0xd08  Click-To-Run ap6et Verbose TaskIntegrateRepair::RepairConfiguration: Starting CCS::Repair for appID "Visio"... 
    10/31/2014 09:47:57.653 OFFICECL (0x788) 0xd08  Click-To-Run amcxp Verbose OISVAPI::ReIntegrateVirtualApplications: packageIdString = 9AC08E99-230B-47e8-9721-4577B7F124EA, versionIdString = 1A8308C7-90D1-4200-B16E-646F163A08E8
    10/31/2014 09:55:53.708 OFFICECL (0x788) 0xd08  Click-To-Run ap6ev Verbose TaskIntegrateRepair::RepairConfiguration: CCS::Repair done. 
    10/31/2014 09:55:53.708 OFFICECL (0x788) 0xd08  Click-To-Run ap6ew Verbose TaskIntegrateRepair::RepairCustomExtensionsAndMSIs: Repairing Custom Extensions and MSIs, licensingOnly=0... 
    10/31/2014 09:55:53.708 OFFICECL (0x788) 0xd08  Click-To-Run aoh2j Medium ProcessSpawnerAdapter::SpawnProcessAndWait - Spawning process. Command: "C:\Program Files\Microsoft Office 15\root\integration\integrator.exe",
    Args: "/R /Extension /Msi PackageGUID="9AC08E99-230B-47e8-9721-4577B7F124EA" PackageRoot="C:\Program Files\Microsoft Office 15\root"" 
    10/31/2014 10:00:39.438 OFFICECL (0x788) 0xd08  Click-To-Run aoh2k Verbose ProcessSpawnerAdapter::SpawnProcessAndWait - Process successfully created and completed. Command: C:\Program Files\Microsoft Office 15\root\integration\integrator.exe,
    Args: /R /Extension /Msi PackageGUID="9AC08E99-230B-47e8-9721-4577B7F124EA" PackageRoot="C:\Program Files\Microsoft Office 15\root" 
    10/31/2014 10:00:39.438 OFFICECL (0x788) 0xd08  Click-To-Run apz3i Verbose TaskIntegrate::RunIntegrator: Successfully completed Extensions Repair. 
    10/31/2014 10:00:39.438 OFFICECL (0x788) 0xd08  Click-To-Run ap6ex Verbose TaskIntegrateRepair::RepairCustomExtensionsAndMSIs: Custom Extensions and MSIs repair done 
    10/31/2014 10:00:39.438 OFFICECL (0x788) 0xd08  Click-To-Run aqo43 Medium TaskIntegrateRepair::DoRepairForApp: Repair for appID "Visio" complete... 
    10/31/2014 10:02:12.976 OFFICECL (0x788) 0xd08  Click-To-Run apvcy Medium ClickToRunData::GetConfigurationSetting - Failed to get value for VisioProRetail.MEDIATYPE. 
    Many thanks

    SVS is Software Virtualization Solution,  the software virtualization tool provided by Altiris / Symantec
    If you read correctly my message, I don't have a problem to install Office 365, but when I launch Visio, it repairs itself each time (which means it takes 10min to launch).
    I know this is due to the SVS tool I am using besides, but I can't change from using this SVS tool (we have 250 applications packaged with SVS), so I am trying in understand what makes Visio launch a self-repair.
    When using MSI technology (like for Office 2010) a self-Healing of a program is traced in the event log, a specific event is logged that permit to know what caused the self-Healing (repair) to occur.
    But with the Click-to-Run technology of Office 365, I don't find any similar information.
    I'm not familiar with SVS, but it does seem to me that you are very likely correct in suspecting SVS as contributing to your symptoms. If you have coexistence in your scenario (C2R Office and also MSI Visio), this scenario by itself can be problematic
    (just the same as coexistence of differing Office products versions e.g. 2007+2010 or 2010+2013 can be troublesome).
    I'd check in the SVS forums, to see if other SVS customers are having similar issues.
    It may be necessary to raise a case with SVS support, who might need to engage with MSFT support at a partner level.
    We don't use SVS in our organization, but do have a number of other non-MSFT components, and they can often "fight" over which component registration should "win"..
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • Weblog Log Format

    hi,
    can anybody tell me how i can change the log format in weblog5.1
    to NCSA format (extended)
    Regards,
    Bibin

    Looks like the bug CSCin07036.

  • Office Extend printers have issues with pullprint.

    Office Extend printers have issues with pullprint. 
    This only happens when using Office Extend. Some office locations have been connected using Office Extend and then moved over to subscriber line which fixes the issues. printer is connected to port 4 of  OEAP 600. Please suggest 
    Manish

    when the error occurs, the office temp files are owned by someone with the same uid, so office says the documents are in use even though they're not.
    do your users login with network or portable homes? if so, they should all have unique uids/gids.
    if they're logging in locally, then mounting afp shares with unique ids, that won't cut it.
    the most efficient way to avoid this is to have your users login with network or portable homes. this may not make sense for your environment, however.
    the other option is to change users' local uids, as outlined in the mvps article linked above. use dscl instead of nicl to do this.

  • HELP: Strange Number Formatting Issue

    G'day All,
    I have a stored procedure which is available via the web which generarates a customer report. I've just noticed that my number fields that have decimal values are being rounded to the nearest whole number.
    The SQL that grabs the data to be used in generating this specific table uses TO_CHAR(decimal_field, '9990.00') etc a number of times. example values are:
    0.27 becomes 0.00
    45.44 becomes 45.00
    I've double checked the underlying data and the values definitely have decimal values as the examples I listed above are from. When I run similar queries via the SQL COMMANDs web page the data is correctly formatted. It just appears to be with in the stored procedure.
    BUGGER I've just noticed that it is happing on "Report Regions" where I have also used TO_CHAR(decimal_Value, '99990.00') etc.
    Does anyone know WTF I've done or not done. I'm pulling my bloody hair out as "IT SHOULD JUST WORK!!" :(
    Regards
    Mark

    G'day Chrissy,
    Thanks for you response, I've just logged it the demo application on my local instance of apex v 3.0.1 on Oracle XE and and as you would have it, I cannot for the life of me get the Number Formatting issue to occur at home.
    So when I get back into work, I'll give your suggestion a go.
    That said, I've modified the DEMO application specifically the TOP 10 Product report using every combination of the TO_CHAR (your way, the ways that I believe I'm using) and it works fine. I've created a new table with decimal values and a new report and it works fine. I even tries putting records with null values in the decimal field, but it worked fine.
    I've just switched themes (even though themes have no influence of a dynamically create html page via procedure) annnnnd it works fine.
    AHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH!!!!
    Just maybe, just maybe it was Friday-itise and when I get in Monday it will just work, unless I get stung by Monday-itise :)
    I'll keep plodding along,
    Mark

  • IMac 27" Late 2013 Wi Fi Log in Issue

    Hello everyone,
    I apologize if my questions have been asked in the past. I'm completely new to the Apple Mac OS. I bought a new iMac 27" in the middle of 2014 and use it about once or twice a week and have had no issues to-date. I'm still in the process of learning though so my use of it is limited to basic emailing, web browsing and Skype.
    In the last 2 weeks I have had problems logging into my Wifi network at home. It would not log on even after I had reset the modem. After trying and rebooting my iMac 3-4 times it would finally do so without changing anything in the it. I'm not sure what is causing it, but thought I would ask here.
    What would be causing the log in issue to my Wi Fi network?
    Do I need to be concern with the findings in the Etre check?
    Startup after logging in my password would take longer than usual...what would be causing it?
    Here is the result from the Etre scan. I guess what concerns me is in red...and also if it shows the Wi Fi log in issue.
    Thank you in advance for your help and advice.
    EtreCheck version: 2.1.8 (121)
    Report generated 9 February 2015 11:23:18 am AEST
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        iMac (27-inch, Late 2013) (Technical Specifications)
        iMac - model: iMac14,2
        1 3.4 GHz Intel Core i5 CPU: 4-core
        32 GB RAM Upgradeable
            BANK 0/DIMM0
                8 GB DDR3 1600 MHz ok
            BANK 1/DIMM0
                8 GB DDR3 1600 MHz ok
            BANK 0/DIMM1
                8 GB DDR3 1600 MHz ok
            BANK 1/DIMM1
                8 GB DDR3 1600 MHz ok
        Bluetooth: Good - Handoff/Airdrop2 supported
        Wireless:  en1: 802.11 a/b/g/n/ac
    Video Information: ℹ️
        NVIDIA GeForce GTX 780M - VRAM: 4096 MB
            iMac 2560 x 1440
    System Software: ℹ️
        OS X 10.9.5 (13F34) - Time since boot: 0:24:23
    Disk Information: ℹ️
        APPLE SSD SD0128F disk0 : (121.33 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Boot OS X (disk0s3) <not mounted> : 134 MB
            Macintosh HD (disk2) / : 1.11 TB (1.04 TB free)
                Encrypted AES-XTS Unlocked
                Core Storage: disk0s2 120.99 GB Online
                Core Storage: disk1s2 999.35 GB Online
        APPLE HDD ST1000DM003 disk1 : (1 TB)
            EFI (disk1s1) <not mounted> : 210 MB
            Recovery HD (disk1s3) <not mounted>  [Recovery]: 650 MB
            Macintosh HD (disk2) / : 1.11 TB (1.04 TB free)
                Encrypted AES-XTS Unlocked
                Core Storage: disk0s2 120.99 GB Online
                Core Storage: disk1s2 999.35 GB Online
    USB Information: ℹ️
        VIA Labs, Inc.          USB3.0 Hub             
            VIA Labs, Inc.          USB3.0 Hub             
                Seagate  Backup+  SL 2 TB
            EFI (disk3s1) <not mounted> : 210 MB
            Seagate Backup Plus Drive (disk3s2) /Volumes/Seagate Backup Plus Drive : 2.00 TB (1.82 TB free)
            Recovery HD (disk3s3) <not mounted>  [Recovery]: 650 MB
                Initio   INIC-3609       
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple Inc. BRCM20702 Hub
            Apple Inc. Bluetooth USB Host Controller
        Logitech Inc. Logitech USB Headset H340
        Apple, Inc. Keyboard Hub
            Apple Inc. Apple Keyboard
        VIA Labs, Inc.          USB2.0 Hub             
            VIA Labs, Inc.          USB2.0 Hub             
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Startup Items: ℹ️
        ProTec6b: Path: /Library/StartupItems/ProTec6b
        Startup items are obsolete in OS X Yosemite
    Launch Agents: ℹ️
        [loaded]    com.google.keystone.agent.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.bombich.ccc.plist [Click for support]
        [loaded]    com.google.keystone.daemon.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
    User Launch Agents: ℹ️
        [failed]    com.spotify.webhelper.plist [Click for support]
        [not loaded]    jp.co.canon.Inkjet_Extended_Survey_Agent.plist [Click for support]
    User Login Items: ℹ️
        iTunesHelper    Application  (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
        Alfred 2    Application  (/Applications/Alfred 2.app)
        Spotify 08-26-32-444    Application  (/Users/[redacted]/.Trash/Spotify 08-26-32-444.app)
        Dropbox    Application  (/Applications/Dropbox.app)
        Canon IJ Network Scanner Selector EX    Application Hidden (/Applications/Canon Utilities/IJ Network Scanner Selector EX/Canon IJ Network Scanner Selector EX.app)
        Speech Startup    Application  (/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogn ition.framework/Versions/A/Speech Startup.app)
    Internet Plug-ins: ℹ️
        FlashPlayer-10.6: Version: 16.0.0.296 - SDK 10.6 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        Flash Player: Version: 16.0.0.296 - SDK 10.6 Outdated! Update
        EPPEX Plugin: Version: 3.0.5.0 [Click for support]
        Default Browser: Version: 537 - SDK 10.9
        SharePointBrowserPlugin: Version: 14.4.3 - SDK 10.6 [Click for support]
        Silverlight: Version: 5.1.20125.0 - SDK 10.6 [Click for support]
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
    Time Machine: ℹ️
        Auto backup: YES
        Volumes being backed up:
            Macintosh HD: Disk size: 1.11 TB Disk used: 75.54 GB
        Destinations:
            Seagate Backup Plus Drive [Local]
            Total size: 2.00 TB
            Total number of backups: 33
            Oldest backup: 2014-04-16 03:45:27 +0000
            Last backup: 2015-02-09 01:07:51 +0000
            Size of backup disk: Adequate
                Backup size 2.00 TB > (Disk used 75.54 GB X 3)
    Top Processes by CPU: ℹ️
             3%    WindowServer
             2%    Safari
             2%    Google Chrome
             1%    fontd
             1%    coreaudiod
    Top Processes by Memory: ℹ️
        481 MB    WindowServer
        309 MB    Airmail
        206 MB    mds_stores
        206 MB    Safari
        172 MB    Google Chrome
    Virtual Memory Information: ℹ️
        27.13 GB    Free RAM
        4.39 GB    Active RAM
        1.08 GB    Inactive RAM
        1.75 GB    Wired RAM
        912 MB    Page-ins
        0 B    Page-outs
    Diagnostics Information: ℹ️
        Feb 9, 2015, 10:58:33 AM    Self test - pass

    Hi, Jiyujin.  
    Thank you for visiting Apple Support Communities.
    I would need some clarification of the reference to log on and a little more information about the behavior to provide a better answer.  However, here is a troubleshooting article that may help.  
    Wi-Fi: How to troubleshoot Wi-Fi connectivity
    http://support.apple.com/HT202222
    Cheers,
    Jason H.

Maybe you are looking for

  • Two Ipods - one computer - user accounts?

    I have just gotten a second Ipod for my husband. I have read the article about using two Ipods with one PC - and want to use the two user accounts as my husband already has a separate account on the pc. Do I have to download a separate copy of Itunes

  • Tnsping doesnt work. cant connect to oracle on linux from windows client

    Installed Oracle 11g on Linux VM. Tried connecting from Tora/SqlDeveloper from Windows machine, but fails. TNSPING fails. PING works fine. Any idea how to resolve below issue? Below is the info and checks made : [oracle@oraclelinux6 admin]$ more *.or

  • PS is crashing whilst printing - how to save prefs

    How do I export and import preferences? I need to trash them often because PS is crashing when I try and print. Suport only gave me this instruction and couldn;t figure out a solution - just trash my prefs. John

  • Low Performance on two macs - Audio / photo editing software

    I have terrible performance with Protools, and Adobe Lightroom. I'm very frustrated about it today, so I'm just posting to see if anyone might have some info. First: 2 computers. 1 macbook pro with 2 gigs of ram. It was the santa rosa model I believe

  • Is PSE10 compatible with OSX 10.10 Yosemite?

    I am considering upgrading from OSX 10.9 Mavericks to OSX 10.10, but want to make sure that Elements 10 will still run smoothly. Is anyone here able to use PSE10 on Yosemite? If so, are you experiencing any issues? Thanks!