Configure Jabber for Mac with local CUCM and WebEx Connect

Hi, I was wondering if someone could set up the Jabber client Mac 8.6.2 to use the server of presence of WebEx Connect with a local farm the CUCM and connection of the unit. The tab preferences accounts show or allow the addition of voice services. I added work CUCM preferences plist file local, which, according to me, are the correct entries, however I still can't see the accounts under the Preferences tab. We currently do not have a presence server local cisco where the obligation of trial WebEx Connect Server because I can't get past the first step of configuration without it.

concerning

Paul

You must connect to your Webex portal and activate these settings to connect.  Once they are allowed, log out/log in Connect and you should be able to configure CUCM TFTP, etc..

Tags: Cisco Support

Similar Questions

  • Videoconferencing using Jabber for Mac

    Greetings,

    I will allow video conferencing using Jabber for Mac for two offices in different cities. Number of users would be<50, no="" networking="" or="" conferencing="" equipment="" is="" present="" other="" than="" the="" internet="" link="" provided="" by="">

    What is the list of all the hardware, software and product licenses necessary for a solution that would allow video conferencing required from end to end?

    Take a look at Ubiety, it is based on Acano, which means that you will be able to connect in a conference with everything you want.

    /Jens

    Please note the answers and score the questions as "answered" as appropriate.

  • I installed windows 7 on a mac with boot camp and then used parallels to create a virtual machine to run windows inside Mac os10.6. Now he says I need to activate windows again, but he said I need a new activation key. Any ideas would be appreciated

    I installed windows 7 on a mac with boot camp and then used parallels to create a virtual machine to run windows inside Mac os10.6.  Now he says I need to activate windows again, but he said I need a new activation key.  Any ideas would be appreciated

    Yes, you must purchase a full license for the second installation of Windows 7 product key.  1 activation allows only one Windows 7 product key.  Apparently, you now have a second facility that requires a second product key. Carey Frisch

  • I can't open the RAW files from my Nikon D800 (i.e. NEF files).  I use a Mac with Photoshop CS5 and El Capitan 10.11.2 version running.  I get a message "could not complete your request because the file appears to be a model of camera that is n

    I can't open the RAW files from my Nikon D800 (i.e. NEF files).  I use a Mac with Photoshop CS5 and El Capitan 10.11.2 version running.  I get a message that "could not complete your request because the file appears to be a model of camera that is not supported by the installed version of Camera Raw. Please visit the Camera Raw help documentation for more information. "Yet the Nikon D800 is on the list of supported devices.  Can anyone help?

    And temporarily disable the Gatekeeper by allowing downloads from anywhere, or your installer will be marked as 'damaged' because that CS5 is out before Gatekeeper and is not "signed" that is not approved.

  • I would like to install a copy of the CS6 on mac with os x and pc with WIN7. Is this possible?

    I would like to install a copy of the CS6 on mac with os x and pc with WIN7. Is this possible?

    In order to use it on Mac, you will need to purchase another license for Mac.

    Purchase CS 6 Creative Cloud now includes Creative Suite Master Collection and Design Premium features

    Or, you can go for creative cloud that you can use on both machines Alternately, one at a time. Pricing and membership creative cloud plans | Adobe Creative Cloud

  • flow of Installer for tables with source schemas and destination is different

    How to set up courses of water for tables with source schemas and destination is different? But the structure of the table is the same.

    Please paste a small example too.

    Thank you
    Bala

    Hello

    I have a concrete example of this issue, I tested in my environment. Please follow the steps below to install this on your databases.

    My global_name to database source is: REP102A. WORLD
    My global_name to database target is: REP102B. WORLD

    Source table: ORDERS. ORDER_ENTRY
    Target Table: MERCHANT NAVY. ORDER_ENTRY

    Replication will happen as follows:
         
    ORDERS. ORDER_ENTRY (REP102A)-> SHIPPING. ORDER_ENTRY (REP102B)

    Needs to follow the steps below as the one proposed at each site. You may need to make the changes required for your environment.

    SCRIPT:
    =======

    * 1. Remove the configuration of the flow of SOURCE and TARGET sites: *.

    CONNECT / as SYSDBA
    RUN DBMS_STREAMS_ADM. REMOVE_STREAMS_CONFIGURATION;
    DROP USER CASCADE STRMADMIN;

    * 2. Installation STRMADMIN user and streams queued on the Source database: *.

    CONNECT / as sysdba
    Strmadmin CREATE USER IDENTIFIED BY strmadmin;
    GRANT dba, connect, resource, aq_administrator_role to strmadmin;
    ALTER SYSTEM SET aq_tm_processes = 1;
    BEGIN
    DBMS_STREAMS_AUTH. () GRANT_ADMIN_PRIVILEGE
    dealer-online "strmadmin."
    grant_privileges => TRUE);
    END;
    /

    CONNECT strmadmin/strmadmin
    BEGIN
    DBMS_STREAMS_ADM. () SET_UP_QUEUE
    queue_table-online "streams_queue_table."
    queue_name-online "streams_capture_queue."
    queue_user-online "strmadmin");
    END;
    /

    * 3. Installation STRMADMIN user and streams queued to the database target: *.

    CONNECT / as sysdba
    Strmadmin CREATE USER IDENTIFIED BY strmadmin;
    GRANT dba, connect, resource, aq_administrator_role to strmadmin;
    ALTER SYSTEM SET aq_tm_processes = 1;
    BEGIN
    DBMS_STREAMS_AUTH. () GRANT_ADMIN_PRIVILEGE
    dealer-online "strmadmin."
    grant_privileges => TRUE);
    END;
    /

    CONNECT strmadmin/strmadmin
    BEGIN
    DBMS_STREAMS_ADM. () SET_UP_QUEUE
    queue_table-online "streams_queue_table."
    queue_name-online "streams_apply_queue."
    queue_user-online "strmadmin");
    END;
    /

    * 4. Create ORDERS. ORDER_ENTRY Table on the Source database: *.

    CREATE USER controls IDENTIFIED BY;
    GRANT connect, resource TO arrested;
    CONNECT orders/orders

    CREATE THE ORDERS TABLE. ORDER_ENTRY
    (
    order_id number (8) primary key,.
    ORDER_ITEM varchar2 (30),
    ship_no number (8)
    );

    * 5. Create shipping. Target ORDER_ENTRY Table on the database: *.

    CREATE USER IDENTIFIED BY expedition expedition;
    GRANT connect, navigation resources;
    CONNECT shipping/delivery

    CREATE TABLE EXPEDITION TO FRANCE. ORDER_ENTRY
    (
    order_id number (8) primary key,.
    ORDER_ITEM varchar2 (30),
    ship_no number (8)
    );

    * 6. On the target, add the rules to apply and create a dblink from destination to source: *.

    CONNECT strmadmin/strmadmin
    SET SERVEROUTPUT ON
    DECLARE
    v_dml_rule VARCHAR2 (80);
    v_ddl_rule VARCHAR2 (80);
    BEGIN
    DBMS_STREAMS_ADM. () ADD_TABLE_RULES
    table-name => ' EXPEDITION. ORDER_ENTRY',.
    streams_type-online "apply."
    streams_name-online "streams_apply."
    queue_name-online "strmadmin.streams_apply_queue."
    include_dml to-online true.
    include_ddl-online fake,
    include_tagged_lcr-online fake,
    source_database => ' REP102A. WORLD ',.
    dml_rule_name-online v_dml_rule,
    ddl_rule_name-online v_ddl_rule,
    inclusion_rule-online true);
    DBMS_OUTPUT. Put_line (' apply rule DML for SHIPPING.) ORDER_ENTRY => ' | v_dml_rule);
    END;
    /

    CREATE DATABASE LINK rep102a.world CONNECT TO strmadmin IDENTIFIED BY strmadmin USING 'rep102a ';
    -check the link works with:
    SELECT * from [email protected];

    BEGIN
    DBMS_APPLY_ADM. () ALTER_APPLY
    apply_name-online "streams_apply."
    apply_user-online "strmadmin");
    END;
    /

    * 7. The source adds the rules of capture, transformation, create a database link for target, add spread rules, then prepare the tables for instantiation: *.

    CONNECT strmadmin/strmadmin
    SET SERVEROUTPUT ON
    DECLARE
    v_dml_rule VARCHAR2 (80);
    v_ddl_rule VARCHAR2 (80);
    BEGIN
    DBMS_STREAMS_ADM. () ADD_TABLE_RULES
    table-name => ' ORDERS. ORDER_ENTRY',.
    streams_type-online "capture."
    streams_name-online "streams_capture."
    queue_name-online "strmadmin.streams_capture_queue."
    include_dml to-online true.
    include_ddl-online fake,
    include_tagged_lcr-online fake,
    source_database => ' REP102A. WORLD ',.
    dml_rule_name-online v_dml_rule,
    ddl_rule_name-online v_ddl_rule,
    inclusion_rule-online true);
    DBMS_OUTPUT. Put_line ('Capture DML rule for ORDERS.) ORDER_ENTRY => ' | v_dml_rule);
    -Add the schema to rename it to change ORDERS to NAVIGATION for this rule
    DBMS_STREAMS_ADM. () RENAME_SCHEMA
    nom_regle-online v_dml_rule,
    from_schema_name-online "ORDERS."
    to_schema_name-online 'EXPEDITION. "
    operation => "ADD");
    END;
    /

    CREATE DATABASE LINK rep102b.world CONNECT TO strmadmin IDENTIFIED BY strmadmin USING 'rep102b ';
    -check the link works with:
    SELECT * from [email protected];

    -post-harvest enqueues the LCR will have schema as EXPEDITION via renamed of schema processing
    -then add the rule of propagation for SHIPPING. ORDER_ENTRY

    SET SERVEROUTPUT ON
    DECLARE
    v_dml_rule VARCHAR2 (80);
    v_ddl_rule VARCHAR2 (80);
    BEGIN
    DBMS_STREAMS_ADM. () ADD_TABLE_PROPAGATION_RULES
    table-name => ' EXPEDITION. ORDER_ENTRY',.
    streams_name-online "streams_prop."
    source_queue_name-online "strmadmin.streams_capture_queue."
    destination_queue_name-online "[email protected]."
    include_dml to-online true.
    include_ddl-online fake,
    include_tagged_lcr-online fake,
    source_database => ' REP102A. WORLD ',.
    dml_rule_name-online v_dml_rule,
    ddl_rule_name-online v_ddl_rule,
    inclusion_rule to-online true.
    queue_to_queue-online fake);
    DBMS_OUTPUT. Put_line ("rule DML of Propagation for SHIPPING. ORDER_ENTRY => ' | v_dml_rule);
    END;
    /

    BEGIN
    DBMS_CAPTURE_ADM. () PREPARE_TABLE_INSTANTIATION
    table-name => ' ORDERS. ORDER_ENTRY',.
    SUPPLEMENTAL_LOGGING-online 'key');
    END;
    /

    * 8. Set the instantiation scn for ORDERS. ORDER_ENTRY on the site target and start apply: *.

    -Apply on site
    CONNECT strmadmin/strmadmin
    SET SERVEROUTPUT ON
    DECLARE
    iSCN NUMBER;
    BEGIN
    iSCN: = DBMS_FLASHBACK. [email protected] ();
    DBMS_OUTPUT. Put_line (' instantiation SCN is: ' | iSCN);
    DBMS_APPLY_ADM. () SET_TABLE_INSTANTIATION_SCN
    source_object_name => ' ORDERS. ORDER_ENTRY',.
    source_database_name => ' REP102A. WORLD ',.
    instantiation_scn-online iSCN,
    apply_database_link => NULL);
    COMMIT;
    END;
    /

    BEGIN
    DBMS_APPLY_ADM. START_APPLY ('streams_apply');
    END;
    /

    -Check if apply is enabled
    SELECT apply_name, dba_apply State;

    * 9. Start capturing on source: *.

    CONNECT strmadmin/strmadmin
    BEGIN
    DBMS_CAPTURE_ADM. START_CAPTURE ('streams_capture');
    END;
    /

    * 10. Wait capture change its status of 'CAPTURER the CHANGES' and check that the status of propagation is ENABLED: *.

    CONNECT strmadmin/strmadmin
    SELECT capture_name, State FROM v$ streams_capture;
    SELECT propagation_name, dba_propagation State;

    * 11. Perform inserts in ORDERS. Table ORDER_ENTRY on the source site: *.

    CONNECT orders/orders
    INSERT INTO orders.order_entry VALUES (23450, 'Johnny Walker', 98456);
    INSERT INTO orders.order_entry VALUES (23451, "Chivas Regal", 98457);
    COMMIT;

    * 12. On the site apply, check the DELIVERY. ORDER_ENTRY and check if the data is replicated: *.

    CONNECT shipping/delivery
    SELECT * FROM shipping.order_entry;

    * 13. Check the application errors in the queue to apply: *.

    CONNECT strmadmin/strmadmin
    SELECT apply_name, local_transaction_id, error_number, error_message FROM dba_apply_error;

    Thank you
    Florent

  • I've updated for picture with the captain and when I plug in my iPhone it loads the same pictures twice each time how it stop loading the same things every day?

    I've updated for picture with the captain and when I plug in my iPhone it loads the same pictures twice each time how it stop loading the same things every day?  I tried to make the old default iphoto but picture still open when I plug in my iPhone?

    I tried to make the old default iphoto but picture still open when I plug in my iPhone?

    When the iPhone is connected and Photos opens, select iPhone in sideba of the windowr of Photos. Then, uncheck the option 'Open for this iPhone Photos' below the toolbar.  Do this for all your iPhones. The hook should be unmarked for each device individually.

  • Can someone tell me if I should delete the following startup programs for Windows 7: customer ComcastAntispy and FlexNet connect?

    Can someone tell me if I should delete the following startup programs for Windows 7: customer ComcastAntispy and FlexNet connect?  I have read several articles and most of them say that I should remove.

    Original title: startup programs in Windows 7

    They are third-party programs and only you can know if you need and uninstall, if so

  • Wireless configuration of HP C4780 with new router and Mac (wireless network not found)

    About 10 months ago, I bought a new router. I already had several problems connecting my HP C4780 to my old router, and after setting up the new router, I was totally unable to connect the printer wireless to my router.

    I have reset the system to the printer on my Mac, I have reset the settings on my printer wireless, I downloaded the latest HP software, I've uninstalled and reinstalled the HP software several times and I have had no success. When running through the Setup Wizard, I was able to select the printer and method (wireless network set up by USB) before plugging the USB key. After that, the Setup Wizard says "Device not connected" (DUH!) and the screen select network said simply "no discovery goes Wi - Fi network." I ran the print to the printer from the Network Configuration, and he identified 15 networks (mine included). So, it seems that the Wi - Fi receiver on the printer still works...

    Any suggestions?

    P.S. This printer has been nothing trouble since I got it, and I wouldn't recommend it to ANYONE (I like actually...).

    After attempting to run the installer on my boot camp Windows 7 Ultimate version, I fell at last on an obscure statement in the configuration of the PC software for the c4780. It says to connect the computer to the router using the router WPS button.

    I have reset the configuration on the printer and turned off wireless the wireless, then I pushed the the router WPS button until the blue WiFi light on the c4780 lit. THIS SEEMED to BE THE KEY STEPS to CONNECT THE c4780 to MY ROUTER.

    After that, the configuration and setting up the printer on my Mac using the system of preferences was a piece of cake. Functions of the printer and the scanner work with Mac drivers.

    Problem solved... For now... This printer is so buggy, I have no doubt I'll have similar problems in the future.

  • How to configure NAT for Hyper-V on laptop with wifi, wired and vpn connectivity

    Me, as I suspect a lot of people, I have a laptop with WiFi connection, cable connection and VPN connection (Cisco AnyConnect), which

    also uses a virtual adapter (activated when active). I searched for some time a way to be able to move to

    Hyper-V in VirtualBox. Blocker full for me is the need for a lot of my virtual machines to be able to connect to the

    Internet through 'the connection active' in the way that VirtualBox and VMWare Workstation/Player through their NAT feature.

    I'm not a networking wait, but after looking around, can't seem to find something that is simple enough for me to configure,

    with a minimum of resources, which allows me to connect a Hyper-V virtual network via a simple NAT device adapter

    all three potential network connections - most seem to not assume that one connection out of the machine, which of course does not

    me what I want.

    Three questions:

    1. is there a Windows application available that an adapter (like loopback) internal which acts as a real NAT device to one of the surfaces

    external access via the active network connections and through the Windows Firewall and any other antivirus, components etc. for

    the road to (i.e. behaves like a "normal app" inside Windows for internet access)? It would be the best option, because it would be

    "always there" when I run virtual machines

    2. display of my lack of knowledge around this feature, don't RRAS (and I know that this is not an option "minimum contact") allow you to

    Connect an internal network adapter to several external network adapters?

    3. on the Linux/OpenBSD various base/NAT routers, are everything that allow several external adapters and who are

    relatively easy to set up (by an independent expert of the network)?

    Really, we could do with this feature for Hyper-V on the desktop, but willing to work around him, if there is a way to at least the

    use virtual machines, once it is easy to install.

    Hello

    The question is more suited in the TechNet forums. So I would say you mention the link and send the request in this forum for better support.

    http://social.technet.Microsoft.com/forums/en-us/w8itpronetworking/threads

    For any information related to Windows, feel free to get back to us. We will be happy to help you.

  • 2808 LAG for use with VMware ESXi and Linux collage

    I posted the month last about setting up my work with groups LAG http://en.community.dell.com/support-forums/network-switches/f/866/t/19537080.aspx servers (I'll effectively implementing implement this Saturday)

    I decided to buy a 2808 for my ESXi server get more aggregated connections to my staff iSCSI Linux server but now I'm worried I might have made a mistake to buy the 2808.

    After looking in the manual before I realized I could have been mistakenly assuming that the 2808 had STP and LACP, as I can't find LACP anywhere in the PDF file. I guess that the configuration of my Linux machine for 802.3ad is out (a hope to make mode 4), so now for the configuration of my house, I wonder (* 1 *) that I have to configure my VMware NIC team like and what mode of binding should I use on my Linux host? As for the section at the top (my working configuration) (* 2 *) I don't know what to do about the road other than the leave as 'route based on originating virtual port ID "? (This is how our other data centers are configured, but I'm waiting for my admin network as agglomerates ESXi hosts are configured with the channels of port on our cisco switches)

    For the House, I want to try to increase the bandwidth by using three NICs in each server, I was hoping that it works:
    VMware: Route of IP hash function?
    w/Linux: balance-alb?

    -VMware:
    Before you begin:

    -Linux:
    * Descriptions of bonding modes *.
    + Mode 0 balance-rr: Round-robin policy: transmit packets in the sequential order of the first available through the last high school. This mode provides load balancing and fault tolerance.

    + 1 active-backup mode: Active-backup policy: only one slave in the link is active. A different slave becomes active if and only if, the active slave fails. MAC address of the binding is visible from the outside on a single port (NIC) to avoid confusion between the switch. This mode provides fault tolerance. The first option affects the behavior of this mode.

    + 2 balance-xor mode: XOR policy: transmit based [(adresse MAC XOR avec destination MAC traiterait de source) modulo County slave]. This selects the slave even for each destination MAC address. This mode provides load balancing and fault tolerance.

    + 3 broadcast mode: broadcasting policy: transmits everything on all slave interfaces. This mode provides fault tolerance.

    + Mode 4 802.3ad: IEEE 802.3ad dynamic aggregation of links. Creates aggregation groups who share the same speed and duplex settings. Use all the slaves in the active aggregator according to the 802.3ad specification.

    -Prerequisite:
    -1.Ethtool support in the base drivers to retrieve the speed and duplex of each slave.
    -Switch 2.A which takes care of IEEE 802.3ad dynamic aggregation of links. Most of the switches will require some type of configuration to activate 802.3ad mode.

    + Mode 5 balance-tlb: Adaptive load balancing transmission: Channel link that doesn't require any special switch support. Outgoing traffic is distributed according to the intensity of the current (relative speed) on each slave. Inbound traffic is received by the current slave. If the receiving slave fails, another slave takes over the MAC address of the failed receiving slave.

    -Prerequisite:
    -1.Ethtool support in the base drivers to retrieve the speed of each slave.

    + 6 balance-alb mode: Adaptive load balancing: includes balance-tlb plus receive balancing (rlb) for IPV4 traffic and doesn't require any special switch support. Receive load balancing is achieved by ARP negotiation. Link driver intercepts the ARP replies sent by the local system on their way and replaces the hardware address of source with the unique hardware address of one of the slaves in the bond as different counterparts use different physical addresses for the server.

    The topic dell nearest you, I have found a useful was: http://en.community.dell.com/techcenter/networking/f/4454/t/19415629.aspx

    my previous post was more concerned with VLAN tagging and spanning tree issues, but now I see I should have feared groups LAG it as well.

    Any help would be appreciated, thanks in advance all :)

    -

    PS. http://i.dell.com/sites/doccontent/shared-content/data-sheets/en/Documents/dell-powerconnect-2800-series-spec_sheet.pdf said that the 2800 series supports LACP, so if I'm worried about anything on my iSCSI side slap me please in the face, but I guess even in this case, I'm still not sure how to configure the ESXi host because it does not support LACP without vSphere and my original configuration is a free version , so I have no web vSphere management needed to make the LACP allow the change.

    Not sure if it is of no use: example configuration of EtherChannel / switches control protocol LACP (Link Aggregation) with ESXi/ESX and Cisco/HP (1004048), but that's where I was to base the choice on IP hash from.

    It must have the support of layer 3 to achieve IP hash, IP addressing is a 3-layer technology, so a 6200 series or higher or the soon to be released N3000 series.

  • Bridge of Sony for Mac. wanted an update, and phone won't turn on now!

    Hello

    Today, I tried to transfer files from my phone to my Mac. When I plugged my phone the Sony Bridge for Mac asked me if I'd like to update so I clicked Yes and it started to be updated with my phone connected. Then out of it, my phone off and it won't turn on. It will only vibrate and display the Sony logo but won't go any futher. I tried the combination of flight + and start/stop button and many others, but nothing works! I need my phone very quickly at work, and I really don't want to lose all the files!

    Help, please!

    It sounds more like you had an update to the system firmware and you can have disconnected your phone that this process was going on - anything you can do I'm afraid to say is a repair of the system, but this will erase all data on your phone

  • 'Local only' and 'Limited connectivity' is displayed when I try to connect with my laptop and I can't get online!

    Almost every day for the last 5 months or so, I try to get online and a "local only" or "limited connectivity" appears when trying to connect to my wireless internet.  It seems to do this whenever I try to get when another computer is also about that.  By example, if my mother found on the internet on his computer and I try to get on the internet too it does this thing 'local only' and I can't connect and it launches my mother of the internet too (she also has windows vista).  This seems to be a common problem with vista.  I don't understand all this technique _ so if you know how to fix it please don't try "computer talk" with me-keep simple or explain in detail.

    Hello
     
    Troubleshooting connection problems can be a challenge because there are so many possible causes. First of all, try the following steps:
    Step 1: Diagnose and repair the connection.
    1. open Network Diagnostics by right-clicking the network icon in the notification area, then click on diagnose and repair.
    2. check the result.
     
    Step 2: Uninstall and reinstall the wireless card driver.
    Consult the manufacturer of the wireless device or the system manufacturer's Web site to download the driver of wireless network card.
    1. click on start, type devmgmt.msc and press to enter.
    2. expand network adapters.
    3. right click the network point sup wireless driver and click on uninstall.
    4 restart the computer for changes to take effect.
    5. install the driver for the wireless card and restart the computer.
    6. check connectivity.
     
    The other possible solution for this problem is to install the latest service pack on the computer. Visit this link for more information: http://support.microsoft.com/kb/932063
     
    Try the steps and post back with the results, so that we can help you better.
     
    Kind regards
    Syed
    Answers from Microsoft supports the engineer.
  • Network configuration required for VIO with VDS integration

    You are looking for assistance with the requirements of network for a new installation VIO, I plan.

    Requirements, I see that it takes 3 VLAN

    API with 5 IPs

    Management with 18 IPs

    Provider with x IPs

    I plan this configuration will be in a network of laboratories. My plan is to use a subnet I can connect to in the laboratory for the vlan API I will need access to the dashboard VIO etc..

    For two other VLANs, I was going to use two private ip ranges

    My question is, pole management provide connectivity/routing between these 3 VLAN or do you need to configure a router out to route between the 3 VLAN?

    Any help appreciated

    Your layout looks ok and should be good.

    I don't understand what you mean by 'cluster management provide a connectivity/routing between these 3 VLAN... '. » ? The routing between these VLANS is up to you. VIO didn't need connectivity amongst these VLAN that is to say that they can be separated segments without any L3 L2.

    However, must the hosts in the cluster Management, be transmitted to each of these VLANs. See the section "Physical networking" in the little quick start guide more color on the L2/L3 amongst connectivity these VLANS.

    Please feel free to expand on your question and provide you with a more precise guidance.

    Arvind

  • Need help with the data storage store, local array and network connections

    Need help with my ESXi 4.1 installation

    My hardware:

    I built a server with an Asus P6T whitebox, i7 920, 12 Gig RAM, NIC, Intel Pro1000 PT Quad, 3ware 9650SE-12ML with 8 1.5 TB SATA green in a raid 6 array gives me about 8 + TB with a spare drive all housed within a NORCO RPC-4220 4U Rackmount Server chassis.  I also have a 500 GB SATA drive which will hold the ESXi and virtual machines.

    The network includes a firewall, Netgear Prosafe FVS336G, GS724Tv of Netgear ProSafe 24 port Gigabit Managed Switch on a dhcp cable modem internet service provider.

    I also have 2 old NetGear SC101T NAS disks (4to) I want to connect to the system how some - at a later date have... data on them and want to transfer to the new storage array. I always looking into the question of whether they will work with ESXi 4.1, or I might have to only access it through Windows XP.

    My Situation:

    I have already installed ESXi 4.1 and vsphere client with no problems and it is connected to a dhcp cable internet service.  I've set up host via a dynamic DNS service name give me a static hostname on the internet.  I installed three machines to virtual OS successfully at the moment and now want to first start by creating a multimedia storage server which will use some of this new 8 TB array, then separate data storage for use with a web server small overhead storage and a backup.  It is a domestic installation.

    Help with the data store and network:

    I was doing some reading, because I'm new to this, and it looks like I'll probably want to set up my table via ESXi as a nfs disk format.  Now, the data store is usually in another physical box from what I understand, but I put my readers and ESXi all in the same box.  I'm not sure that the best way to put in place with grouped network cards, but I want to make this work.

    I understand that in ESXi 4.1 using iSCSi LUN must be less than 2 TB, but nfs - I should be able to add a bigger partition then 2 TB (for my multimedia) in nfs, right? or should I still add it separately as a separate 2 TB drives and then extend them to get the biggest space.

    Any suggestions or direct resources showing examples on how to actually add some parts of the table as data warehouses separate nfs.  I know that to go to the configuration tab, and then select Add to storage, and then select nfs. I have not my picture, but it's here that I don't know what to do because ESXi 4.1 system already has an address, should I put the same thing to the new data store array also (will it work?), and what should I use for the name of the folder and the store of data... just do something to the top.  I thought to later install Openfiler (for a multimedia storage using this table server) as a virtual machine, use the table with esxi so that I can access the same storage space with widows and linux-based systems.

    I also know I have to find a way to better use my quad nic card... put in place of virtual switches, grouping, etc HELP?

    Any direction, assistance, similar facilities to sample, suggestions or resources that would help would be great. I did a lot of hunting, but still a little confused on how to best to put in place.

    You must think of VMDK files of large databases with records of random size guest go read some data (a DLL or an INI file), maybe write some data back, then go read other data. Some files are tiny, but certain DLLs are several megabytes. It's random i/o all and heavy on the search time. IO Opsys is small random operations that are often sequential (go read data, write data, go read other data,...) so that deadlines are critical to the overall performance. That's why people say OPS are / s of reference and forget the MBs flow. The only time where you bulk transfers are when you read media (ISO files).

    Well, now forget all this. Actually the disk activity will depend on the specific applications (database? mail server? machines compiler?), but the above is true for boots, and whenever applications are idle. You should see the profile to know.

    RAID 10 is faster (and often more reliable) than RAID 5 or RAID-6 except in certain specific cases. In General RAID 10 is ideal for many random writes, since the calculation of parity for RAID-5 and - 6 adds to the overall latency between command and response - latency is cumulative if a little slow here and a little slow it adds up to a lot of overall slow synchronous especially with e/s on a network. OTOH RAID-5 and -6 can produce faster readings due to the number of heads, so you can use it for virtual machines that transfer bulk. Test. You may find that you need several different types subdashboards for best results.

    You said 3ware, they have some good grades on their site, but don't believe it. With my 9650 that I found myself with only a couple of their recommendations-, I put the (simple) table for allocation size 256 k, nr_requests at 2 x the queue_depth and use the planner date limit. I had the habit for the Ext4 file system formatted with stride and stripe-width synced to the table and used the options large_files with fewer inodes (do not use the huge_files option unless you plan to have single VMDK files in the terabyte range). Use a cache of great reading in advance.

    Virtual machines use VMDK files in all cases except raw iSCSI LUN that they treat native disks. VMDK is easier to manage - you can make a backup by copying the file, you can move it to a PC and load it into another flavour of VMware, etc. There could be some features iSCSI to your San as a transparent migration but nothing for me. NFS has less chatter of Protocol if latency lower times to complete an operation. NFS is good to read and write a block of data, that's all it boils down to.

    UPS is good, but it won't help if something inside the machine explodes (UPS does nothing if the PC power supply goes down). If the RAID card has an option for a battery backup module, so it can contain some writings in memory and may end up the disk i/o after replacing the power supply. 3ware also limits the types of caching available if help is not installed, and you get just the right numbers with the module.

Maybe you are looking for

  • No digital noise

    I recently bought a new computer from desktop HPE-300z, personalized with a card his Creative Sound Blaster X - Fi Xtreme Audio (Windows 7 Home Premium OS).  I tried to reach my old Boston Acoustics speakers 'Digital Media Center' system but not soun

  • Update the bios Tecra M2

    Hi I have an old Tecra M2 PTM20 and you need to update the Bios, have found the bios listed for the downloaded M2but when I try to run the update I get the message that this computer is not supported Concerning Post edited by: nickj

  • Equium A60-157: lines on the start screen

    Hi, I have a problem with my Equium A60-157.When the machine starts and get you the LOGO LOGO & P4 TOSHIBA lines running down the screen there is a fault or a common thing with Toshiba? Thank you

  • 62 G hard drive: I need a hard drive of my laptop HP G62

    I need a hard drive of my laptop HP G62. Model No. b17SA can someone help me?

  • Upgrade of RAM for n100 0768

    Hey there. I am looking to upgrade my RAMz.XD; My computer: 3000 n100 (0768) Vista Home Premium SP1 1.00 GB OF RAM Genuine CPU intell @ 1.60 GHZ Mobile Intel 945 Express Chipset Family (tell me if you need more!) The part I am looking at: CLICKY! My