Need advice from ViewSonic VG2236wm-LED 22 "LCD

Can someone give me a review on this monitor please.

Hello

I suggest you to see link below and check if it helps.

http://www.ViewSonic.com/products/vg2236wmled.htm

It will be useful.

Tags: Windows

Similar Questions

  • Need advice from first Apple TV purchase

    Hello

    I need some advice on the purchase of my first Apple TV.

    I want an Apple TV for two reasons:

    (1) for watching movies and TV shows I purchased/rented from iTunes

    (2) Watch Netflix

    I have the choice between the 3rd and 4th gen Apple TV. The 3rd generation is MUCH less expensive than the 4th Gen seeing that my priority is my iTunes and Netflix content, it's worth spending a lot more on the 4th generation? Other than games and fancy remote what can the 4th gen cannot 3rd generation?

    A colleague suggested that I'd rather have a Google Chromecast because it much cheaper than the Apple TV. I know even less about this than the Apple TV. The Chromecast will be able to play my purchased DRM protected iTunes movies and TV shows?

    Any advice will be greatly appreciated.

    4th Gen has also access to the subscription service music Apple 3rd generation does not, and as developers more come aboard, it will have at its disposal more Apps as the current 3rd generation is now basically 3 years and does not get a new round of software updates this time and no way of knowing if it will get any in the future.

    4th Gen will probably continue to receive updates and support of the 3rd party developers such as Netflix for a while.

    The Chromecast plays basically everything that is on your computer or mobile device screen. Unlike the Apple Tv, it does not on its own plays anything nor has an interface, you can see on the screen. It's just a receiver and you "cast" content. You cannot however "cast" iTunes protected content to it. This means that you can not directly play iTunes purchases and rentals on it.

    Since you plan on playing iTunes content, the best bet is the Apple Tv. If you do not really need the apps and games, go for the 3rd GEN, otherwise you can go for the cheapest 32 GB 4th Gen

  • Need advice from WildCard RegEx

    I have a delicate situation where over a large body of code, spaces have been deleted inadvertently, so I need to find some words which must have a space after them, but now doesn't. In other words, I find errors.

    So let's say I need to find all occurrences of the word 'and' who are missing space after d, that the word "and" would have normally. At first I thought that I could add a space after all occurrences of 'and', but 'and' is often in the middle of a longer word, so this would create more problems. If I want to find all occurrences of 'and' that run in the following as "then" or "compound" Word, ignoring normal bodies "and" with a space after, how I would set that in my search box? Is there a wildcard RegEx that recognize a character, but ignore a space?

    Thanks for any help.

    Cayce

    In case no one answers, you can ask the question here RegexAdvice - Forums

  • Need advice from the scriptUI expert on the correct application of the scriptUI Photoshop dialog box

    I'm in the middle of my base obsolete flash to HTML5 version Panel port. Part of the SLA of my group, I wrote a script to create a new photoshop document, including settings for video editing. Since the Panel a separate script file called generating then a window of dialogue for user input. Once the completed script the dialog box and any reference to it has been automatically deleted.

    Because now I'm using a file single hostscript.jsx for my duties I run on issues related to the (re) opening - of the dialog box after the first time.

    The behavior is replicated better when you run the script directly in the ExtendScript Toolkit (oriented itself).

    I'm looking for someone who can give me some advice on how to implement this so that the dialog box can be called a second time without problems.

    Thanks in advance.

    Here is my script:

    Table of predefined parameters

    var vidSizes = [["HD 720 p", 1280, 720], ["HD 1080 p", 1920, 1080], ["Cineon half", 1828, 1332], ['Cineon Full', 3656, 2664], ['Film (2K)", 2048, 1556], ['Film (4K)', 4096, 3112]];

    placeholder for the sequence of AnimationProject

    tempLayer var = "";

    The window reference

    West var;

    BEGINNING OF FUNCTION-

    function makePanelWindow() {}

    value of the width of the list box and text entry

    var charWidth = 15;

    w = Window.find ("dialog", "new project");

    Alert (w);

    {if(w==null)}

    push names in the drop-down list

    var vidFormats = [];

    for (a vidSizes in var) {}

    vidFormats.push (vidSizes [a] [0])

    }

    Animation scriptingUI project settings window

    w = new window ("dialogue {text: 'The Animation project settings'} ',' new project'");

    var grName = w.add ("group");

    var _labelName = grName.add ('statictext');

    var _docName = grName.add ("edittext ', undefined,' '");

    _docName.characters = 40;

    kader owner

    var grKader = w.add ("group");

    Kader 1 ~ parameters

    var size_group = grKader.add ('Committee', undefined, 'Settings');

    size_group.alignChildren = 'right ';

    size_group. PreferredSize = ["", 160];

    drop-down list

    var grDropdown = size_group.add ('group');

    grDropdown.margins.top = 12;

    var _labelSize = grDropdown.add ('statictext');

    _size var = grDropdown.add ('dropdownlist', undefined, vidFormats);

    _size. Selection = 0;

    _size. PreferredSize = [164,22];

    field width

    var grHWidth = size_group.add ('group');

    var _labelWidth = grHWidth.add ('statictext');

    _width = grHWidth.add var ('edittext', undefined, 1280);

    _width. Characters = charWidth;

    var _labelUnit1 = grHWidth.add ('statictext');

    _labelUnit1.characters = 3;

    entry height field

    var grHeight = size_group.add ('group');

    var _labelHeight = grHeight.add ('statictext');

    _height = grHeight.add var ('edittext', undefined, 720);

    _height. Characters = charWidth;

    var _labelUnit2 = grHeight.add ('statictext');

    _labelUnit2.characters = 3;

    Framerate input field

    var grLabel = size_group.add ('group');

    var _labelFramerate = grLabel.add ('statictext');

    var _frameRate = grLabel.add ('edittext', undefined, 24);

    var _labelUnit3 = grLabel.add ('statictext');

    _labelUnit3.characters = 3;

    Kader 2 ~ Generate

    var opt_group is grKader .add ('Committee', undefined, 'Build');.

    opt_group. PreferredSize = ["", 160];

    Checkboxes

    var grCheck = opt_group.add ("group {orientation:"column", alignChildren:"gauche"}");} ")

    grCheck.margins.top = 12;

    var wantND = grCheck.add ('checkbox', undefined, 'New Document');

    wantND.value = true;

    var wantVL = grCheck.add ('checkbox', undefined, "Vidéo Layer");

    var wantVLG = grCheck.add ('checkbox', undefined, 'Group of video layers');

    Cancel and ok

    var buttons = w.add ("group");

    Buttons.Alignment = ['right', 'bottom'];

    var buttons.add = cancelButton ('button', undefined, 'Cancel', {name: 'Cancel'});

    var applyButton = buttons.add ('button', undefined, 'OK', {name: 'ok'});

    Buttons.Alignment = 'right ';

    Values of the label and the name

    _labelName.text = "name:";

    _docName.text = 'new Animation project. "

    _labelSize.text = "size:";

    _labelWidth.text = ' width: ';

    _labelUnit1.text = "px";

    _labelHeight.text = ' height: ';

    _labelUnit2.text = "px";

    _labelFramerate.text = "frame rate:"

    _labelUnit3.text = "Fps";

    // Panel Functions ----------------------------------------------------

    Behavior of the list

    _size. OnChange = function () {}

    var salt = Number (_size.selection);

    _height. Text = vidSizes [salt] [2];

    _width. Text = vidSizes [salt] [1];

    }

    OK and Cancel buttons

    applyButton.onClick = function() {}

    makeDoc();

    Return w.close ();

    }

    cancelButton.onClick = function() {}

    Return w.close ();

    }

    }

    w.Show ();

    }

    END OF FUNCTION-

    makePanelWindow();

    Patrick, try this:

    Replace

    return w.close();
    

    with

    w.close ();
    w = null;
    delete w;
    $.gc ();
    

    in your button functions.

    Hope that helps.

    --

    tomaxxi.com

  • Need advice from configuration to the flash cache multi-node RAC/ASM

    We have a database of CARS to work two nodes. We install a new fusion 640 GB flash card in each node. The is a double card, so that it shows up as two devices: / dev/fioa and/dev/fiob on each node.
    We have created two groups of private drives, one on each node. The Group of disks on node 1 is '+ FLASHCACHE' and the disk on node 2 group is "+ FLASHCACHE2".

    We have not found specific examples of how to configure the parameters of the init for flashcache on RAC/ASM. We guess that we must do the following. If anyone would be critical and confirm or suggest something different, we would appreciate it very much!

    "prod1.db_flash_cache_file ='+ FLASHCACHE/flash1"
    prod2.dg_flash_cache_file = '+ FLASHCACHE2/flash2'
    * .db_flash_cache_size = 600G

    Thanks for any advice.

    Jim

    Published by: jimbev90 on January 5, 2012 08:18

    Hi Jim,.

    prod1.db_flash_cache_file='+FLASHCACHE/flash1'
    prod2.dg_flash_cache_file='+FLASHCACHE2/flash2'
    *.db_flash_cache_size=600G
    

    Your configuration is correct.

    Smart Flash Cache database is not shared across RAC nodes. It is private to each RAC instance. For this reason, each RAC instance must define its own local cache of flash file path. When the flash cache is managed by ASM, a separate diskgroup is necessary for each instance flash cache.

    You can use ALTER SYSTEM for db_flash_cache_size set to zero to disable the flash cache. Alternatively, you can use ALTER SYSTEM to deliver the flash cache to its original size to reactivate it.

    Read this white paper Oracle database Smart Cache Flash
    http://www.Oracle.com/technetwork/articles/systems-hardware-architecture/Oracle-DB-smart-Flash-cache-175588.PDF

    Kind regards
    Levi Pereira

  • Need advice from resizing of photos and save the selection

    Hello

    I photograph the new employees and post it on our intranet. Whenever I take a photo with the same camera and the same distance. I import the image into Photoshop Elements 8.0 and resize it 2592 x 4608 pixels to 800 x 1422 and then I make a rectangular selection that shows only the head and neck. Then I cut the image to a new file and try to resize to 100 x 145 pixels, which is more suitable for our intranet. Usually this method works, but sometimes it can be very time consuming.

    Is there a better way to accomplish the same task? Is it possible to make a selection that is exatly 100 x 145, save and reuse the next time?

    Try using the crop tool. First select the tool and choose custom from the dropdown menu; then enter your dimensions in the boxes in the options bar. In the resolution box, type 72

    Drag the crop on your image tool and then click in the middle of the outline of the rectangle and position your image so that head and neck appear in the sketch of the harvest.

    Tap the checkmark to confirm and save.

  • Need advice from a pro - 3D and Illustrator CS5 AE files annimation

    I'm using CS5 and I systematically use an Illustrator file in product videos that I'm trying to change, and I would like to add features to the video, but I can't seem to find answers to what I assumed that would be a pretty common situation.

    I want to add depth to the logos (3D) files and animate for the intro to the video. I came to the conclusion that After Effects is the best solution for animation, I can then import into Premiere Pro timeline. Assuming the above is correct, I'm having a hard time to find how to import these Illustrator files in After Effects, and whether it is an ideal environment in which to create the 3D file. There are of course options 3D in Illustrator, and then there are options in Photoshop and once again in After Effects and Premiere Pro. I don't know where to start with that, and treat all resources I saw how to do this with text, but not with an existing Illustrator file.

    So my question is, what don't recommend this as the best method of manufacturing pros Illustrator files into a 3D object that can be animated in After Effects or Premiere Pro. I am not in a position to buy a plugin to simplify the process (Zaxwerks doesn't have a compatible version of CS5 yet anyway) so I'm curious to know what would be the best way to achieve these effects using CS5 software and existing features. All links to the resources that address this specific issue would also be much appreciated.

    Well, your best bet would be to copy & paste the paths to Photoshop, then regrowth can add depth, color / textures it and add light and then import the PSD 3D resulting in AE. is not glorious and fitted with a number of problems of performance and other obstacles, but the best solution if you don't want to spend the extra money or go through the process of learning a program entirely in 3D...

    Mylenium

  • Need advice from 11g - I should install last Patch BEFORE I create the database?

    Hi experts,

    I installed the software of database 11g only - without databases exist.

    I want to do 2 things - create a user database and also install the latest patch for 11.2 level

    I guess I'll have less work to do if I first install the patches to 11.2 g before you create the database. In this way, the base will automatically have the latest patch. Is this correct?

    Thank you, John

    Best practices, such as defined by Oracle is:

    1. base version of the software install only
    2. apply patches on Oracle home
    3. run netca
    4. run dbca

  • Need advice. Kindly Guide

    Hello

    Don't know if this is the right place to ask such questions...

    I need advice.

    I have 5 years of expereince in Oracle. (4 years in Oracle PL/SQL and 1 year while Oracle DBA). The company's management now wants to move me in the security line Oracle.

    I'm confused. Should I stay and work as a DBA as backup recovery, db monitoring etc or should I pass security Oracle online.

    I wonder is there really a difference between a DBA or be an Expert in Oracle security? isn't security Oracle in Oracle DBA?

    My apologies if I asked something stupid... but I need advice from gurus.

    Thanks in advance.

    Kind regards
    ISHR

    SID3 wrote:
    Actually, I'm pretty well aware of what the Oracle security

    So I don't understand your doubts.

    ... I think that Oracle security is essentially a subset of Oracle DBA.

    I wouldn't say that.
    Security must not take lightly, and I know people very strong knowledge dedicated to who, without being 'subset' of DBA. This is a rather complementary position.
    But even once, that depend on your company, the company you are involved, etc.

    Nicolas.

  • I'm recently back from Berlin where I accidentally left my iPhone 6. My friend tried to send it to me; However, he was returned by customs. Need advice on getting my iPhone 6 sent from Berlin to California.

    I'm recently back from Berlin where I accidentally left my iPhone 6. My friend tried to send it to me; However, he was returned by customs. Need advice on getting my iPhone of Berlin has been sent to California.

    You'll have to talk to the German customs and find out what their requirements are to send an iPhone.

  • Need advice on replacing hard drive Toshiba

    I have other manufacturers with a 60 GB MK6021GAS HDD Toshiba laptop. According to me, the hard disk is endangered and I want to shoot anything on the restore disc to another new. I need everything from the disk because the OS image is one that has been charged by the company, with that I have a contract and apparently the standard that came with the laptop is not compatible with their applications that I have also loaded on the laptop.

    I don't want to travel more than 100 miles in business COMPUTING of offices to have another OS loaded on the new drive I did not, so what I guess I want to do is to create an accurate picture of the existing drive, then restore the image to the new drive when I get it.

    I tried to make an image of the disc using Paragon exact Image 7 SE, but download from the failed hard drive on a dump of DVD disc fails consistently, after copying 1.6 Go Go 8,32, the statement that the hard drive is damaged.

    Another piece of software, Active SMART also reports that of the disk failure is imminent, reporting a status of 'Bad' for this disc. I have run chkdsk many times over the past months on the hard drive and on a few occasions, he isolated the defective sectors. So, everything indicates that the days of the disk being really numbered.

    I want to be able to do is buy another unit of MK6021GAS HDD and get all the files from that defective to the new without having to reload the operating system, data software application etc.

    Is this possible? If Yes, what is the best way? How can I get all of the disc if this software Paragon doesn't let me extract everything? Any advice greatly appreciated.

    Thank you
    Phil.

    Hi Phil,

    Your problem seems to be that certain parts of your drive hard existing cannot be read and thus your attempts to copy the data on the drive will fail. You will need to use a suitable backup utility must take into account segments on your drive so that you can get a copy of safety as much as possible your system.

    I know that Norton Ghost has the option to ignore bad sectors when you take a backup (I myself have used in the past). You could then do a restore of the magnified image to a new disk, but if ignored bad sectors were in a critical area of the operating system, then you still have problems after restoring.

    Alternatively, you can copy both of your personal folders as possible to an external support and then reinstall your OS from scratch even if obviously would need you a valid drive of installation/recovery of Microsoft (or OEM). You can then restore your personal files.

  • Inspiron s 660: hard disk failure. Need advice please.

    Long story short my sister gave me a s Inspiron 660 she received as a gift a few years back (legitimate).  She said that was no longer working and I could.  I suspected a faulty hard drive and after several diagnostic tests later confirmed the WD Blue crashed the original; complete failure. Now, here's where I need advice:

    1. when it has received, it came not with a physical disk from the Windows 8.0 operating system.  It was pre-installed and then upgraded through its work of departmental to 8.1 it.

    2. I can't access the code of Windows because it is in the BIOS.

    3. I have a hard drive to work with Windows 7 installed and tried hooking laptop to see if he should realize that he was a long shot at best.  As you have probably concluded he was not recognized.

    4. I thought wiping one of my hard drives and do a clean install of Windows 10.

    Question: With a new hard drive (or possibly an SSD) would work #4 or I still have problems with the BIOS and Windows embedded product code?

    Question: What do you suggest I should try?  It's a nice little system and everything is clean and stable.  I have someone who needs a system, but can't afford it, and I thought I'd give something that would meet its needs.

    Thank you.

    ROUTE29

    Re: 4. I thought wiping one of my hard drives and do a clean install of Windows 10.

    Yes, it should work, but to do this, you must either buy an OEM copy of W-10, which has its own product key.

    http://www.BestBuy.com/site/Microsoft-Windows-10-home-64-bit-Windows/4423102.p?skuId=4423102

    https://softwarekeep.com/Microsoft-Windows-10-Home-Edition-32-bit.html?gclid=CNXh5ev3wc8CFQGSaQod5A4LMQ

    The upgraded version free of W-10, Windows 8, 8.1, 7 ended July 26.

    Bev.

  • Guard application launch at the start of the appliance, also need advice for the implementation of network methods

    Hi all

    I'm new to the development of Blackberry and I'm writing a relatively simple application to run on 7.1.

    So far the development was interesting, I managed to create my user interface using resources online (mainly this forum), but today I tried to implement some of the network classes that I need and now I just met constant problems.

    I use Eclipse SDK 3.7.2 (the one that comes with the plugin RIM)

    First question:

    I'm not sure what I changed, but today I noticed that whenever I start the Simulator (by sim 9360) my application is started during the initial startup process. I don't think he did this before, but to be honest, I wasn't paying much attention. I think it starts at the start of the device is because I put a breakpoint in the constructor for my class from the main screen, which is hit before the Simulator happens even to the point where it is ready for user interaction. In addition, once it is ready, if I press the BB button, I see my registered application.

    I don't have it set to automatic start in .xml descriptior enforcement.

    I started this application on the HelloBlackBerry sample, here is my main method for the entry of the application:

    public static void main( String[] args ) {
            appSettings = AppSettings.fetch();
            // Create a new instance of the application and make the currently
            // running thread the application's event dispatch thread.
            HelloBlackBerry theApp = new HelloBlackBerry();
            theApp.enterEventDispatcher();
            //openConnection();
    
        }
    
    
    

    As far as I know, this is the only entry point for the application.

    More code

        public HelloBlackBerry() {
            // Push a screen onto the UI stack for rendering.
            mainScreen = new ScreenHelloBlackBerry();
            pushScreen( mainScreen );
        }
    

    Here is the method of. my class AppSettings fetch()

        // Retrieves a copy of the effective properties set from storage.
        public static AppSettings fetch()
        {
            AppSettings savedSettings = (AppSettings) _store.getContents();
            return new AppSettings(savedSettings);
        }
    

    Some of this code that I wrote myself, the persistence store cause the launch of my car?

    I tried to reset the Simulator to the factory settings, no change.

    All applications initialized during the startup of the device and then closed shortly after?

    Part 2: Need advice for the implementation of functions of network in the application

    I need to implement some methods that will retrieve data from a web service, and I also need to send data to this service. What I've read, the ConnectionFactory is the way to go. I want my application to make a request when the application is open and can check on a set interval. I didn't know exactly how to go about adding another thread for networking, I understand that network connections should not be created on the thread main event, so I tried to do this:

    The constructor of my class that implements screen (ScreenHelloBlackBerry), I use the following to create a modal dialog box to prompt the user for a username, I also try networking wire in the same segment of spawning:

            public ScreenHelloBlackBerry(){...initialize fields and managers, add it all together...then near the end
    
    //This will open the confirm dialog when the application is launched
            UiApplication.getUiApplication().invokeLater(new Runnable() {
                  public void run() {
                      openConfirmDialog();
                    //start connection - Possibly broken
                      ConnectionThread ct = new ConnectionThread();
                      ct.start();
                  }
            });
    

    I don't know if it's somehow OK to do, but it seems to work for what I need. I want a user who launches the application at the prompt, and if a user switch applications, when they come back they wondered again (unless they close the app and reopen it).

    Here is my ConnectionThread:

    public class ConnectionThread extends Thread
    {
    
        public void run()
        {
    
              ConnectionFactory connFact = new ConnectionFactory();
              ConnectionDescriptor connDesc;
              connDesc = connFact.getConnection("http://www.google.com");
              if (connDesc != null)
              {
                  HttpConnection httpConn;
                  httpConn = (HttpConnection)connDesc.getConnection();
                  try
                  {
                      final int iResponseCode = httpConn.getResponseCode();
                      UiApplication.getUiApplication().invokeLater(new Runnable()
                      {
                          public void run()
                          {
                              Dialog.alert("Response code: " +
                                            Integer.toString(iResponseCode));
    
                          }
                       });
                      httpConn.close();
    
                   }
                   catch (IOException e)
                   {
                     System.err.println("Caught IOException: "
                          + e.getMessage());
                   }
              }
        }
    }
    

    At the moment it has basically unmodified code from a sample that I found, I'll be retooling to meet my needs whenever I can make it work. I HAD this work to the point where, after the closed user confirm this dialog, a few moments later a an alert dialog appears with the 302 response code. I don't know what changed, but now it doesn't work at all, and if I try to scroll with the debugger, I can't past the httpCon.getResponseCode (). I've seen some mistakes earlier on "no record of service was set up", and I also had once a timeout exception.

    I'm sure I'm doing this wrong, but at the same time as I said WAS working, and now it is not. If someone has done this far, thank you very much for your time and advice are much appreciated.

    Also, should I try to start the thread of the network of the UIApplication class instead of the screen? There is currently very little happening in the class that extends UIApplication, do I spend most of my business logic out of the class of the screen and in the UIApplication class?

    Thanks in advance!

    Hi all

    Just to conclude this topic for those who are interested, I found an excellent guide to the implementation of networks in applications of BB, click here for a link.

    About my application being started at the start of the simulator of the device, I found that on a device real this behavior is not complied with, and in addition, the behaviour seems to have stopped after uninstallation and reinstallation of my Simulator.

    See you soon,.

  • need advice on which version of Dreamweaver to purchase

    Hello.  I need advice I can buy it on which version of Dreamweaver.  I have an iMac v. 10.10.5.  I want a monthly fee, want just a one-time software purchase so that I can build my own personal Web site

    Creative cloud is simply a distribution model & payment.  You always download & install the software on your computer as you always have.  You always save the files on your local hard drive, you always. Nothing has changed in this regard.

    CS2, 3, 4, 5, 5.5 is no longer supported or sold by Adobe.  If you buy software from another source in line do so at your own risk.  The pirated versions were circulating these last time and they do not work.  In some cases, they contain malware that could compromise your computer.

    You have a modern operating system.  This is another reason to use current software. Several older versions required Rosetta which Apple is more included in its press releases.  Purchase of old copies similarly ligit software does not mean that it will work on your system.  Let's face it, the stuff you used 8 years ago are useless today because Apple & Win continue to change operating systems.

    I use a little media with DW CC.  It is a very fast, modern code editor.   In fact, Adobe will soon integrate DW CC 2016 version supports.

    Nancy O.

  • Best network design... Need advice on the best use of NIC

    I'm new to the concept of Distributed Switch so I need advice.

    Our current environment is the result of a vCenter 4.1 and ESXi 4.1 Enterprise Plus, but we are just using the standard vSwitch (1 for vMotion/Console and 1 for virtual machines).  When the distributed switch came out, we were warned that a vDSwitch could cause us problems if the server vCenter or database is down.  We could not connect directly to the host and make network changes because the vDSwitch is set in the database.  That's why we stayed with the Standard vSwitch only.

    Our farm is quite small, only 5 hosts but we run around 100 mV in this regard.

    We use currently servers HP DL385 G7, which have 4 cards integrated network, and we have a map of installed NETWORK 4 port card.

    I use the NETWORK 4 EtherChannel ports and trunk card to our virtual machines.

    I am currently using only 1 network card integrated for vMotion and 1 for the Service Console and they all have two of the other defined as secondary.

    This configuration has worked very well for us, but I realize that the latest version of ESXi has some new features that we could use.

    NEW CONFIGURATION

    I'll put up a new vCenter 5 and ESXi 5 environment and I am considering using the switch distributed instead of the usual vSwitch we use.  I'm also eager to take advantage of the multiple NIC vMotion.  All our cards are 10/100/1000 MB capable... No. 10 GigE.

    I think... use that map 4 NETWORK ports for my EtherChannel/trunk for just as our virtual machine before, but this would be set to vDSwitch1

    The mixture of my 4 other integrated ports, it's causing me grief.  Should they be on a standard vSwitch or vDSwitch?  Use 2 ports for vMotion and 2 for the Console?  I really thought to use 3 ports for vMotion and 1 Console port.  I could put the Console port to use one of the vMotion ports such as adapter of standby is... I'm so confused freaking!

    Any recommendations on how I should put up?

    Hello

    Given that you can't split your vmnic for each vSwitch I would recommend either keep configuration simular with the knoweldge if a whole nic fails, you will take a failure or as autumn has already been mentioned on 'Origin Port ID'. Lets do this out and give a little better example

    Current configuration

    vSwitch0

    VMNIC0 - NETWORK interface integrated - Service Console

    VMNIC1-Onboard NIC - VMotion (different IP or VLAN?)

    VMNIC2-Onboard NIC - VMotion (different IP or VLAN?)

    VMNIC3 - NETWORK interface integrated - VMotion (eve of Console of Service) (different IP or VLAN?)

    vSwitch1

    VMNIC4 - extension PCI NIC - Etherchannel trunk - PortGroup - VMNET

    Extension VMNIC5 - PCI NIC Etherchannel trunk-PortGroup - VMNET

    Extension VMNIC6 - PCI NIC Etherchannel trunk-PortGroup - VMNET

    Extension VMNIC7 - PCI NIC Etherchannel trunk-PortGroup - VMNET

    Now, to captured to eliminate any single point of failure that you could do is break your Etherchannel trunk and back this vSwitch from Port ID and Setup VMNIC2, VMNIC3, VMNIC4, VMNIC5 as vSwitch1 for your VMNET. Then the cable to multiple switches eliminate any single point of faiulre. If your standard configuration would look like this

    vSwitch0

    VMNIC0 - on - Board Service Console

    VMNIC1 - Board - Vmotion

    VMNIC6 - extension PCI NIC - Vmotion

    VMNIC7 - extension PCI NIC - Vmotion (standby Service Console)

    vSwitch1

    VMNIC2 - VMNET

    VMNIC3 - VMNET

    VMNIC4 - VMNET

    VMNIC5 - VMNET

    So to finish any request for psyhical nics on this particular configuration the Port ID of origin essentially around robins. If during your first VM is online it will be use VMNIC2 and nic forever, until a failure, in which case he will grab the next nic online. When your second VM is online it will use VMNIC3 forever, until a failure and so on. This still will give you around the same way through to as far as networking is concerned. However if you are attached to the trunk, etherchannel 4 GB and can obsorb a failure in case of failure, the network card 4 ports can stay.

    Distributed switching Setup

    Allows you to see how you can switch to distributed switching

    Let's start first of all, you can have EVERYTHING in switches distributed even the service console port if you wish. The resason why some people do not like to do this with the service console port is because IF your database is broken you cannot make any changes to the distributed switch. However it will not prevent a feature to your distributed it switches simply means, you can change them. Also if just getting worse and your DB has been declining for some time and you REALLY need to make a change to the service console port you can go into the console and change back to a standard vSwitch if need be. This allows the said look at some standard configs, you can work

    vSwitch0 (Standard)

    VMNIC0 - Service Console Port (Port Original ID or standby)

    VMNIC4 - Service Console Port (Port Original ID or standby)

    vSwitch1 (Standard)

    VMNIC1 - Vmotion

    VMNIC5 - Vmotion

    Distributed switch

    VMNIC2 - VMNET

    VMNIC3 - VMNET

    VMNIC6 - VMNET

    VMNIC7 - VMNET

    Now this config using originating port ID and breaks your etherchannel if you want to keep your configuration with the etherchannel it can look like this

    vSwitch0

    VMNIC0 - NETWORK interface integrated - Service Console

    VMNIC1-Onboard NIC - VMotion (different IP or VLAN?)

    VMNIC2-Onboard NIC - VMotion (different IP or VLAN?)

    VMNIC3 - NETWORK interface integrated - VMotion (eve of Console of Service) (different IP or VLAN?)

    Distributed switch

    VMNIC4 - VMNET

    VMNIC5 - VMNET

    VMNIC6 - VMNET

    VMNIC7 - VMNET

    Other changes to the configuration may also put the vmotion in distributed witch the VMNET but you would to VLAN, or you could create a second Distributed switch and put it as long as there are 2 network cards. It can go either way. The main advantage of a distributed switch is that it brings all of your settings with you in any host. So trade ect all your VIRTUAL networks is really easy to reproduce if a new host is brought online, all you have to do is to add the new host network cards in the distributed switch and your config is done. With that in mind lets look at the service console. This console is always configured on EACH Setup program that out you of the box if not that you really need to have these parameters transported on several hosts that is another reason why most people just don't. VMotion is up to you, I have seen and configured two ways, it all depends on how simple you want to keep it or think of switching / vlaning / port of groups.

    If you have any questions please let me know, I hope this has helped

Maybe you are looking for

  • Tecra A10 with Intel WiFi 5100 running Vista 32 bit fails to connect WiFi

    Hello a whole new Tecra A10 with buildin Intel 5100 WiFi fails to connect to the Wlan router, using the pre-installled Vista Business 32-bit. Vista has always said: wrong password. Yes, Wifi hardware is enabled, of course. And Tecra WiFi OK MAC is st

  • Updates to Windows KB2844285 and KB2833940 keep appearing

    The above updates keep appearing and update windows history say, they have been installed successfully many times. Is this a Microsoft Update site problem or a problem with my pc? Windows xp. Tried a few repair Microsoft update tool and it didn't wor

  • What are the compatible motherboards for the Presario 6350US

    Hello What should I look for to determine if a replacement motherboard will be compatible with my Compaq Presario 6350US? Thank you in advance.

  • Feeling stuck in a stone

    Have C5280 All in one XP. used HP Diagnostics, HPDR, I uninstalled, reinstalled, rebooted and cannot print. Allows printing of glass and can scan but not print any file, computer file, or a Web site. HPDR for scanning control says "HP Twian Scan" que

  • Impossible to uninstall service pack 2 last step 2 of 3

    original title: service pack 2, step 2 of 3, he froze. I rebooted, now my windows loops between step 3 of 3, login for abt 2 seconds, then restart and try to install again. 24 hours later, always looping I am currently opperating on an Acer laptop, t