Load Balacing on VPN3000 with non-local address pools

Is it possible to load balance when the VPN3000 does not have an interface in the address pools, i.e. using "non-local" address pools as the documentation puts it? I know this works without clustering by setting static routes to the pool on the nearest router. But in a clustering setup it seems to me there is no way to assign a static route since there is no way to pre-determine which cluster member the client will connect to (an additional virtual address on the private network would solve this but I suppose it's too late to hope for new features!)

20 flows and a bit better result:
IOS-XR               Monitor Time: 00:00:08          SysUptime: 133:33:44
                     Last Clear:   00:00:06
Protocol:General
Interface             In(pps)      Out(pps)      InPkts/Delta   OutPkts/Delta
Te0/1/0/0             11794         14977             0/44696         0/44484
Te0/1/0/1             10682          8786             0/37924         0/25456
Te0/1/0/2             18243         16958             0/44596         0/57579
Quit='q',     Clear='c',    Freeze='f', Thaw='t',
Next set='n', Prev set='p', Bytes='y',  Packets='k'
(General='g', IPv4 Uni='4u', IPv4 Multi='4m', IPv6 Uni='6u', IPv6 Multi='6m')
Can the ASR9K more or less normal balance on uneven number of links?

Similar Messages

  • How to create groups with non-local addresses

    I want to create a mailing group that consists of non-local addresses like [email protected], [email protected]
    How to do this ? I know that editing /etc/aliases redirects to local accounts only. The above is possible by editing /etc/postfix/virtual and do a postmap on this file. Is there any alternate way ?

    I use an include file for my groups - easier to modify...
    In /etc/postfix/aliases...
    some_groupname: :include:/path_to/groupname.txt
    In the 'groupname.txt' file (textedit, plaintext file), a list of the members...
    localemailuser
    [email protected]
    After any edit of the group file... sudo newaliases
    -david

  • Teacher discounts for teachers with non-EDU addresses?

    I've seen a number of websites say that Best Buy will price match Apple's EDU discount, specifically mentioning teachers. However, from personal experience, I know that Apple accepts non-EDU email addresses from K-12 institutions when giving their educator discount. I was informed by somebody in store at Best Buy that this deal is only available for college students with .edu email addresses. So, what's the truth? Will Best Buy price match Apple's educator discount for K-12 teachers whose institutions do not use .edu, or is this discount solely for college students and educators with .edu addresses?

    Hi bbernardini,
    The start of a new school year can be a busy and expensive time for students and educators alike, so wanting to take advantage of the lowest price available on the latest tech is certainly understandable. It sounds like there may be some confusion between our Low Price Guarantee and timed promotions though, so I'd be glad to shed some light on the situation.
    Contrary to what you may have read elsewhere, Best Buy does not offer an official educator or student discount at this time. We are, however, able to match the price of most indentical in-stock products at local retail competitors and those shipped from and sold by select online retailers. A full list of requirements and exclusions can be found here:
    BestBuy.com > Help Center > Low Price Guarantee
    http://bbyurl.us/LPGFAQ
    As far as our College Student Deals are concerned, these limited-time offers are indeed resricted to college-bound students. For students attending a school that does not use .edu addresses or does not provide e-mail services, a process is in place to ensure they're still able to take advantage of these promotions. Regrettably, K-12 students and educators are not eligible for these offers.
    I hope this helps.
    Aaron|Social Media Specialist | Best Buy® Corporate
     Private Message

  • Is password security necessary for AirPort with Mac local address mode set?

    Hi,
    I use the Mac local access mode on my airport network and provide all Mac address that are allowed on my network. Since I specifically specify what computers are allowed on my network, why would I need to use some security protocol like WPA? Is there a risk of Mac address hijacking?
    Thanks.

    Hello ScootInSD. Welcome to the Apple Discussions!
    Since I specifically specify what computers are allowed on my network, why would I need to use some security protocol like WPA? Is there a risk of Mac address hijacking?
    Yes, MAC addresses can easily be "sniffed" and spoofed so using MAC address filtering will only thwart the most casual of network hijackers. Currently only the use of wireless encryption, either WPA or WPA2 with the stronger CCMP/AES cryptographic encryption with a strong non-dictionary password can really provide security.

  • Possible to associate one local hostname with two local addresses?

    I'm trying to set up a backup system for our LAN. Several of the programs involved (e.g., rsnapshot) have their configuration based around what they recognize as the hostname of the other end. It's easy enough to set the local hostnames as I like, either in /etc/hosts or in /etc/ssh/ssh_config.
    BUT the issue is that some of my machines might have different IP addresses depending on whether they're connected over wire or wifi. (Sometimes both connections are up; then wire should take precedence.) And some of the services I'm setting up (again, rsnapshot is an example) have the server initiate the connection to the client. (At least, it's what I think of as the server: the machine with the static wired LAN connection that the backup storage is kept on. The machines being backed up are the ones whose numeric IP isn't stable.)
    Again, this is all inside a LAN. The IPs involved are all 192.168.*.* stuff.
    How do I get the server to know what IP a given host, e.g., "wifeslaptop", has? If it were just a matter of a single network card, e.g., only wifi connections, then the router is already able to assign it a fixed local IP. But wifeslaptop might (instead or additionally) be connected by wire, too.
    I see five possible strategies for solving this.
    1. Is it possible to get the server to associate two numeric addresses with a single hostname? So that it recognizes both as instances of "wifeslaptop", and I guess if it wants to initiate a connection to that host, it tries the first numeric address then the second if that fails? Is it possible to do this simply, or does it require installing some kind of extra server/daemon?
    2. Failing that, I guess I need to wrestle with our router to try to get it to assign the same numeric address to the wired or the wifi connection, and ensure that both connections are never active at the same time.
    3. Or I've got to set up some kind of local dynamic dns system, so that my server can look up "wifeslaptop" and discover what LAN IP address it has.
    4. Failing all of that, maybe I need to instead dynamically generate the config files for the services I'm trying to use. E.g., before running rsnapshot, the server could ping the two numeric addresses wifeslaptop might have, then generate a rsnapshot config file on the fly associating the address which is present with the (single) backup store it keeps for wife's laptop.
    5. Or maybe simplest yet, if it works, I could (either with symlinks or with mount -o bind) let rsnapshot THINK there are two backup stores, one for each version of wifeslaptop, but have them point to the same place on disk.
    I'm listing all these strategies so that you can say "Forget about 1, 4 or 5 are much easier." But for the moment, what I'm thinking about is 1. Is this easy to do?

    There's some promising text in "man -s7 hostname" which says env variable HOSTALIASES can point to a file which expands simple hostname aliases (with no periods) to whatever you want (I think the expansion has to be to a hostname not a numeric address, but not sure). One could then just manipulate the alias file dynamically. However, this doesn't seem to work with any of the utilities I tried (ping, host).
    I guess I could try manipulating /etc/hosts or /etc/ssh_config, since I'm going to be using rsnapshot on top of ssh. But given the potential downsides of messing up either of those files, I'm now inclined to just generate rsnapshot's config file dynamically instead. And hope that similar workarounds can be found for other utilities...

  • Hi, After I try to load either an existing or new project in Adobe Premier Elements 9 I just get a blank grey screen with none of the timeline, etc. boxes on view. This has suddenly happened, one day OK next not! At the top of the screen I get the normal

    Hi, After I try to load either an existing or new project in Adobe Premier Elements 9 I just get a blank grey screen with none of the timeline, etc. boxes on view. This has suddenly happened, one day OK next not! At the top of the screen I get the normal Pre icon, File, Edit, Clip, etc.
    I am planning on purchasing Premier Elements 13, would it be better if I bought a new program rather than download an upgrade, just in case the upgrade doesn't load properly due to the error with my existing program?
    If I the deleted Premier Elements 9 on my PC would I lose all my existing videos that were produced using Premier Elements 9 or would they be saved so that they can still be worked on in Premier Elements 13?
    Does Premier Elements 13 work with Windows 7?
    Thanks
    Terry

    Premiere Elements 13 absolutely works with Windows 7!
    In fact, I'd highly recommend you download the free trial and give it a test run.
    Meantime, go to Windows Update and make sure you have all of the latest Windows updates, including those that don't install automatically. Then go to the nVidia or ATI site and ensure you have the latest driver for your graphics card, and go to Apple.com and ensure you have the latest version of Quicktime, per the program's requirements.

  • Hi there I have a iPhone 3G and it was with O2 but needed to go onto 3 network so someone on my local market unlocked it and the phone was working fine until I tried to update it through iTunes and it always now stops loading towards the end with an erro

    Hi there
    I ha
    Hi there I have a iPhone 3G and it was with O2 but needed to go onto 3 network so someone on my local market unlocked it and the phone was working fine until I tried to update it through iTunes and it always now stops loading towards the end with an error is there a way to get the phone working again please.

    Shame you had the iPhone hacked as  O2 usually unlock their customers iPhones happily.
    We cannot discuss your problem as it is in breach of the Ts&Cs you agreed to on registering
    However hint ....you have probably trashed it

  • Can I browse non-local disk with a JFileChooser?

    Hello :)
    Is there any possibility to browse files on other computers with a JFileChooser? Neither API doc nor tutorial say a word about reading from non-local disk.
    I tried it this wayJFileChooser chooser = new JFileChooser();                
    try{               
    chooser = new JFileChooser(new File(new URI("http://java.sun.com/j2se/1.3/docs/guide/collections/")));    
    // I believe  http: is wrong here,  but what is correct?
    } catch (URISyntaxException mue){                   
    mue.printStackTrace();               
    }and got java.lang.IllegalArgumentException: URI scheme is not "file"

    Only if those non-local disks are mounted to the PC you are using. I'm not aware that Java can actually mount it for you. So either it's a shared or mapped drive in Windows or a mounted drive in Unix. It can't use http because the HTTP protocol doesn't really allow for file browsing, per se. Web servers can serve a directory listing for directories if it's enabled on the server and no default file is in the given directory, but that isn't so much used anymore.

  • Sharing Address Book with non-Mobile Me members

    I maintain a mailing list for my volleyball friends via a group in my Address Book on my MacBook Pro. I have MobileMe. Most of my friends on the mailing list are PC users and don't have MobileMe. I want to provide everyone on the list a webpage (or whatever) that they can visit to see my current mailing list - we all like to keep in contact with each other. It would be nice if it could be kept current, with name, address, phone numbers, birthdays, photos, etc. I have not been able to figure out a way to do this - to create a shared Address Book that is accessible to everyone in the group, regardless of whether they are a MobileMe user or not. Can you recommend anything? Is there a way to design say a webpage that is perhaps built off an extract of my Address Book? Ideally, I would love for it to remain in sync, but if I can't do that perhaps I could at least manually refresh it periodically. Any ideas would be most appreciated, even if complicated. I can learn. Thanks! Paul

    But that is exactly what Address Book Server does. It synchronises (via iSync) with your clients local Address Book, so besides having all your data in a relational database, all your connected clients are also kept in sync an up-to-date. Address Book Server support most modern relational database engine but used H2 by default. Many users have configured MySQL and PostgreSQL is also an option. Depending on your choice of frameworks and technology you should be able to integrate it. However for those less enterprising, there is a friendly web interface already available in the "Enterprise Edition".
    To answer your question regarding how this is accomplished. The Address Book API allows direct access to contact information on OS X and the iPhone. However the data can also be accessed via the iSync API. Depending on your requirements either might be suitable for your requirements as well. You could also access the SQLLite backend directly, however this is not a supported method and not recommended. You would also have to figure the schema out for yourself.
    Maybe you should just try it out and see how it can be improved.
    Disclaimer : As the developer of Address Book Server I have a natural bias...

  • `created 2 Apple account, one with non existent E-mail address. How can i delete my fake Apple account?

    Hi,
    Did some non sense out of ignorance.Created 2 Apple ID account, one with non existent mail. It suddenly coming back to haunt me. Till now everything was ok, was dowlinding lots of apps, music... Now it suddenly swichted to the fake e-mail adress, i'm totally bloqued.
    How can i delete this second useless account?

    Hello,
    You don't need access to the email address to log in to the Apple ID and you can change the email if required.
    Assuming you don't need it for any services, as you can't actually delete an Apple ID, log in here (link) and remove all personal details from the page and then cease using that account. 
    regards
    mrtotes

  • When I send a text message to my two children with non-smart phones, the message comes throug blank. When I send a message to them one at a time it will go through but not multiple addresses. Can this problem be fixed?

    When I send a text message on my iPhone 4s to my two children with non-smart phones, the message comes through blank. If I send it to each one individually, it will go through ok. Is this a problem with my phone or it is something I am doing wrong.

    Check your phone to make sure MMS is turned on. If it is, check with your cell provider and make sure your phone is provisioned correctly.

  • Loading pages with non-English language scripts (e.g., Arabic)

    When I try to load a page that has non-English script, specifically Arabic, it just show's up as question marks or weird symbols. How do I get it to show the words but in Arabic or any other non-English script?

    Make sure that the correct encoding is selected.
    *Firefox > Web Developer > Character Encoding
    *View > Character Encoding

  • Problem description: My MacBook Pro is running really slow. Applications won't open or take up to 10 min.  EtreCheck version: 2.1.5 (108) Report generated December 27, 2014 at 9:15:58 PM CST  Click the [Support] links for help with non-Apple products

    Problem description:
    My MacBook Pro is running really slow. Applications won’t open or take up to 10 min.
    EtreCheck version: 2.1.5 (108)
    Report generated December 27, 2014 at 9:15:58 PM CST
    Click the [Support] links for help with non-Apple products.
    Click the [Details] links for more information about that line.
    Click the [Adware] links for help removing adware.
    Hardware Information: ℹ️
      MacBook Pro (13-inch, Late 2011) (Verified)
      MacBook Pro - model: MacBookPro8,1
      1 2.4 GHz Intel Core i5 CPU: 2-core
      4 GB RAM Upgradeable
      BANK 0/DIMM0
      2 GB DDR3 1333 MHz ok
      BANK 1/DIMM0
      2 GB DDR3 1333 MHz ok
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      Intel HD Graphics 3000 - VRAM: 384 MB
      Color LCD 1280 x 800
    System Software: ℹ️
      OS X 10.10.1 (14B25) - Uptime: one day 6:55:8
    Disk Information: ℹ️
      TOSHIBA MK5065GSXF disk0 : (500.11 GB)
      EFI (disk0s1) <not mounted> : 210 MB
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      HD (disk1) /  [Startup]: 498.88 GB (5.04 GB free) (Low!)
      Core Storage: disk0s2 499.25 GB Online
      MATSHITADVD-R   UJ-8A8 
    USB Information: ℹ️
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Inc. BRCM2070 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /System/Library/Extensions
      [loaded] com.epson.driver.EPSONProjectorUDAudio (1.30 - SDK 10.4) [Support]
      [not loaded] com.seagate.driver.PowSecDriverCore (5.2.6 - SDK 10.4) [Support]
      /System/Library/Extensions/Seagate Storage Driver.kext/Contents/PlugIns
      [not loaded] com.seagate.driver.PowSecLeafDriver_10_4 (5.2.6 - SDK 10.4) [Support]
      [not loaded] com.seagate.driver.PowSecLeafDriver_10_5 (5.2.6 - SDK 10.5) [Support]
      [not loaded] com.seagate.driver.SeagateDriveIcons (5.2.6 - SDK 10.4) [Support]
    Problem System Launch Agents: ℹ️
      [killed] com.apple.CallHistoryPluginHelper.plist
      [killed] com.apple.coreservices.appleid.authentication.plist
      [killed] com.apple.icloud.fmfd.plist
      [killed] com.apple.telephonyutilities.callservicesd.plist
      4 processes killed due to memory pressure
    Problem System Launch Daemons: ℹ️
      [killed] com.apple.ctkd.plist
      [killed] com.apple.icloud.findmydeviced.plist
      [killed] com.apple.ifdreader.plist
      [killed] com.apple.nehelper.plist
      [killed] com.apple.wdhelper.plist
      [running] com.seagate.TBDecorator.plist [Support]
      5 processes killed due to memory pressure
    Launch Agents: ℹ️
      [not loaded] com.adobe.AAM.Updater-1.0.plist [Support]
      [loaded] com.carbonite.launchd.carbonitealerts.plist [Support]
      [running] com.carbonite.launchd.carbonitestatus.plist [Support]
      [loaded] com.coupons.coupond.plist [Support]
      [loaded] com.hp.help.tocgenerator.plist [Support]
      [loaded] com.trendmicro.itis.dca.plist [Support]
      [running] com.trendmicro.itis.uimgmt.agent.plist [Support]
    Launch Daemons: ℹ️
      [failed] com.adobe.fpsaud.plist [Support]
      [running] com.carbonite.launchd.carbonitedaemon.plist [Support]
      [loaded] com.microsoft.office.licensing.helper.plist [Support]
      [running] com.trendmicro.icore.av.plist [Support]
      [running] com.trendmicro.icore.main.plist [Support]
      [running] com.trendmicro.icore.wp.plist [Support]
      [running] com.trendmicro.itis.plugin.plist [Support]
    User Launch Agents: ℹ️
      [loaded] com.adobe.AAM.Updater-1.0.plist [Support]
      [loaded] com.google.keystone.agent.plist [Support]
      [invalid?] com.jdibackup.JustCloud.autostart.plist [Support]
      [invalid?] com.jdibackup.JustCloud.backupstart.plist [Support]
      [loaded] com.trendmicro.itis.uninstaller.plist [Support]
    User Login Items: ℹ️
      iTunesHelper Application (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
      bomgar-scc-20130819-104735 UNKNOWN (missing value)
      bomgar-scc-20130905-143949 UNKNOWN (missing value)
      USB Display Agent Application (/Applications/USB Display/USB Display.app/Contents/Resources/USB Display Agent.app)
      WDDriveUtilityHelper Application (/Applications/WD Drive Utilities.app/Contents/Resources/WDDriveUtilityHelper.app)
      WDSecurityHelper Application (/Applications/WD Security.app/Contents/Resources/WDSecurityHelper.app)
      USB Display Agent Application (/Applications/USB Display/USB Display.app/Contents/Resources/USB Display Agent.app)
      bomgar-scc-20130819-104735 UNKNOWN (missing value)
      bomgar-scc-20130905-143949 UNKNOWN (missing value)
      HP Scheduler Application (/Library/Application Support/Hewlett-Packard/Software Update/HP Scheduler.app)
      HP Product Research Application (/Library/Application Support/Hewlett-Packard/Customer Participation/HP Product Research.app)
    Internet Plug-ins: ℹ️
      SharePointBrowserPlugin: Version: 14.4.7 - SDK 10.6 [Support]
      FlashPlayer-10.6: Version: 15.0.0.223 - SDK 10.6 [Support]
      CouponPrinter-FireFox_v2: Version: 5.0.5 - SDK 10.6 [Support]
      Flash Player: Version: 15.0.0.223 - SDK 10.6 Mismatch! Adobe recommends 16.0.0.235
      QuickTime Plugin: Version: 7.7.3
      Default Browser: Version: 600 - SDK 10.10
    User internet Plug-ins: ℹ️
      npBcsMcTcIO: Version: Unknown [Support]
    Safari Extensions: ℹ️
      Trend Micro Toolbar [Installed]
    3rd Party Preference Panes: ℹ️
      Carbonite  [Support]
      Flash Player  [Support]
      Paragon NTFS for Mac ® OS X  [Support]
      Seagate Dashboard for Mac OSX  [Support]
    Time Machine: ℹ️
      Skip System Files: NO
      Mobile backups: ON
      Auto backup: YES
      Volumes being backed up:
      HD: Disk size: 498.88 GB Disk used: 493.84 GB
      Destinations:
      Jens Seagate Backup [Local]
      Total size: 999.86 GB
      Total number of backups: 6
      Oldest backup: 2014-06-24 10:33:56 +0000
      Last backup: 2014-12-17 17:14:18 +0000
      Size of backup disk: Too small
      Backup size 999.86 GB < (Disk used 493.84 GB X 3)
      My Passport for Mac [Local]
      Total size: 2.00 TB
      Total number of backups: 14
      Oldest backup: 2013-08-21 19:19:35 +0000
      Last backup: 2014-12-19 11:44:23 +0000
      Size of backup disk: Excellent
      Backup size 2.00 TB > (Disk size 498.88 GB X 3)
    Top Processes by CPU: ℹ️
          6% coreaudiod
          5% CarboniteDaemon
          4% iMovie
          3% JustCloud
          3% Wondershare Player
    Top Processes by Memory: ℹ️
      335 MB iPhoto Library Manager
      180 MB Finder
      142 MB iMovie
      70 MB Preview
      51 MB Microsoft Word
    Virtual Memory Information: ℹ️
      149 MB Free RAM
      1.04 GB Active RAM
      897 MB Inactive RAM
      1.17 GB Wired RAM
      30.53 GB Page-ins
      1.42 GB Page-outs
    Diagnostics Information: ℹ️
      Dec 26, 2014, 05:17:12 PM /Library/Logs/DiagnosticReports/iPhoto_2014-12-26-171712_[redacted].cpu_resourc e.diag [Details]
      Dec 26, 2014, 03:47:17 PM /Library/Logs/DiagnosticReports/CarboniteDaemon_2014-12-26-154717_[redacted].cp u_resource.diag [Details]
      Dec 26, 2014, 02:22:01 PM Self test - passed
      Dec 26, 2014, 11:48:03 AM /Library/Logs/DiagnosticReports/CarboniteDaemon_2014-12-26-114803_[redacted].cp u_resource.diag [Details]

    You have nearly run out of disk space.  Either purchase a larger one or start cleaning out the one you have?

  • EtreCheck version: 2.1.5 (108) Report generated 4 January 2015 14:29:26 GMT  Click the [Support] links for help with non-Apple products. Click the [Details] links for more information about that line. Click the [Adware] links for help removing adware

    My Mac is very slow and applications take a long time to load, especially Safari and iTunes.  Please help.    I have run the Etrecheck report and these are results.
    Thanks Pat
    EtreCheck version: 2.1.5 (108)
    Report generated 4 January 2015 14:29:26 GMT
    Click the [Support] links for help with non-Apple products.
    Click the [Details] links for more information about that line.
    Click the [Adware] links for help removing adware.
    Hardware Information: ℹ️
      iMac (21.5-inch, Mid 2011) (Verified)
      iMac - model: iMac12,1
      1 2.7 GHz Intel Core i5 CPU: 4-core
      4 GB RAM Upgradeable
      BANK 0/DIMM0
      2 GB DDR3 1333 MHz ok
      BANK 1/DIMM0
      2 GB DDR3 1333 MHz ok
      BANK 0/DIMM1
      empty empty empty empty
      BANK 1/DIMM1
      empty empty empty empty
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      AMD Radeon HD 6770M - VRAM: 512 MB
      iMac 1920 x 1080
    System Software: ℹ️
      OS X 10.10.1 (14B25) - Uptime: 0:32:50
    Disk Information: ℹ️
      ST31000528AS disk0 : (1 TB)
      EFI (disk0s1) <not mounted> : 210 MB
      Macintosh HD (disk0s2) / : 999.35 GB (717.51 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      OPTIARC DVD RW AD-5690H 
    USB Information: ℹ️
      Apple Inc. FaceTime HD Camera (Built-in)
      Seagate Expansion Desk 2 TB
      EFI (disk1s1) <not mounted> : 210 MB
      Seagate Expansion Drive (disk1s2) /Volumes/Seagate Expansion Drive : 2.00 TB (1.66 TB free)
      Apple Inc. BRCM2046 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Inc. iPhone
      Apple Internal Memory Card Reader
      Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Library/Application Support/Avast/components/fileshield/unsigned
      [loaded] com.avast.AvastFileShield (2.1.0 - SDK 10.9) [Support]
      /Library/Application Support/Avast/components/proxy/unsigned
      [loaded] com.avast.PacketForwarder (2.0 - SDK 10.9) [Support]
    Problem System Launch Agents: ℹ️
      [failed] com.apple.syncservices.SyncServer.plist
    Launch Agents: ℹ️
      [loaded] com.avast.userinit.plist [Support]
      [running] com.epson.Epson_Low_Ink_Reminder.launcher.plist [Support]
      [loaded] com.epson.esua.launcher.plist [Support]
      [running] com.epson.eventmanager.agent.plist [Support]
      [loaded] com.oracle.java.Java-Updater.plist [Support]
      [running] com.trusteer.rapport.rapportd.plist [Support]
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist [Support]
      [loaded] com.avast.init.plist [Support]
      [loaded] com.avast.uninstall.plist [Support]
      [failed] com.avast.update.plist [Support]
      [loaded] com.microsoft.office.licensing.helper.plist [Support]
      [loaded] com.oracle.java.Helper-Tool.plist [Support]
      [running] com.trusteer.rooks.rooksd.plist [Support]
    User Launch Agents: ℹ️
      [loaded] com.adobe.ARM.[...].plist [Support]
      [invalid?] com.avast.home.userinit.plist [Support]
      [running] com.microsoft.LaunchAgent.SyncServicesAgent.plist [Support]
    User Login Items: ℹ️
      iTunesHelper ApplicationHidden (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
    Internet Plug-ins: ℹ️
      FlashPlayer-10.6: Version: 16.0.0.235 - SDK 10.6 [Support]
      Default Browser: Version: 600 - SDK 10.10
      AdobePDFViewerNPAPI: Version: 11.0.07 - SDK 10.6 [Support]
      AdobePDFViewer: Version: 11.0.07 - SDK 10.6 [Support]
      DivXBrowserPlugin: Version: 2.2 [Support]
      Flash Player: Version: 16.0.0.235 - SDK 10.6 [Support]
      OVSHelper: Version: 1.1 [Support]
      QuickTime Plugin: Version: 7.7.3
      JavaAppletPlugin: Version: Java 8 Update 25 Check version
    Safari Extensions: ℹ️
      wrc [Installed]
    3rd Party Preference Panes: ℹ️
      DivX  [Support]
      Flash Player  [Support]
      Flip4Mac WMV  [Support]
      GoToMyPC Preferences  [Support]
      Java  [Support]
      Trusteer Endpoint Protection  [Support]
    Time Machine: ℹ️
      Skip System Files: NO
      Auto backup: YES
      Volumes being backed up:
      Macintosh HD: Disk size: 999.35 GB Disk used: 281.84 GB
      Destinations:
      Seagate Expansion Drive [Local]
      Total size: 2.00 TB
      Total number of backups: 78
      Oldest backup: 2013-07-28 18:09:06 +0000
      Last backup: 2015-01-04 14:29:38 +0000
      Size of backup disk: Adequate
      Backup size 2.00 TB > (Disk used 281.84 GB X 3)
    Top Processes by CPU: ℹ️
          2% WindowServer
          1% mds
          0% fontd
          0% mds_stores
          0% com.avast.daemon
    Top Processes by Memory: ℹ️
      120 MB Safari
      112 MB com.avast.daemon
      94 MB com.apple.WebKit.WebContent
      56 MB spindump
      52 MB mds_stores
    Virtual Memory Information: ℹ️
      479 MB Free RAM
      1.56 GB Active RAM
      1.11 GB Inactive RAM
      904 MB Wired RAM
      5.37 GB Page-ins
      75 MB Page-outs
    Diagnostics Information: ℹ️
      Jan 4, 2015, 01:57:18 PM Self test - passed
      Standard users cannot read /Library/Logs/DiagnosticReports.
      Run as an administrator account to see more information.

    patbythesea wrote:
    Can I assume that with my Mac I do not need any additional virus protection software?  If I do, what should I use?
    See my Mac Malware Guide for help on protecting yourself from malware. You generally don't need anti-virus software.
    (Fair disclosure: I may receive compensation from links to my sites, TheSafeMac.com and AdwareMedic.com, in the form of buttons allowing for donations. Donations are not required to use my site or software.)

  • Enabling Silent Auto-update in Java 7.45 as a non-local administrator user, enterprise best practices?

    So I have been looking through forums, java help, and everywhere possible for more insight on java in an enterprise environment. What I have found so
    far is that there is no actual way to enable auto updates to install as a non-local admin user.
    I know you can turn on and off updates My company wants to install java JRE as a silent-autoupdate "always update" kind of installation, but all my users are domain users, without admin rights. When it finds an update - it prompts for credentials and obviously they are denied. Is this even possible?  If it is not possible to "auto-update" non local admins, I can make the case to management that java releases need to be QA'd and controlled releases. My environment is adminstudio/installshield and SCCM. I know auto-installing updates to java without QA per version , in a enterprise environment, is not good practice, but its not my decision right now.
    thank you very much!

    Hi and thank you very much for responding!
    I'd be interested in further answers:
    Our company is developing unsigned applets ...Why?Sufficient functionality. We dont want to e. g. access the customers local file system, we just wanted to use the applet as viewer sending data to and from the server where the applet was loaded from. Nothing else.
    1. What is the idea to show messages for unsigned applets running in a secure sandbox.. why when running in a sandbox, and why not also for potentially more dangerous signed applets?With a signed applet you know who is taking the responsibility.With unsigned applets, I rely on the sandbox responsibility. I actually couldn't do anything dangerous by accident.
    With signed applets, I'm fully responsible that nothing bad happens to the clients data. Preventing this is the main task for the java sandbox, so why not use it?
    Just to clarify: Is it right that each signed applet has full access rights?
    3. Is there any recommended strategy to sign an applet to work across browsers, platforms, JRE versions?Err, sign it?Does the signing scheme matter? According to http://mindprod.com/jgloss/signedapplets.html, there are lots of...
    Could you recommend a good tutorial? I'm an absolute beginner concerning signing of applets.
    4. Are there negative side-effects to sign an applet?Only that it forces you to sign all its components. Not sure what this question means.What about loading time and jar filesize?
    Does JarIndex work with multiple signed modular applet jars?
    Must javascript code also be signed to talk to signed applets?
    Is a client able to see a signed applet a) without see or interact with a confirmation window and b) without doing any prerequisites (like adding certificates or similar)?
    Thanks, Peter

Maybe you are looking for