IP over Infiniband network configuration best practices

Hi EEC Team,
A question I've been asked a few times, do we have any best practices or ideas on how best to implement the IPoIB network?
Should it be Class B or C?
Also, what are your thoughts in regards to the netmask, if we use /24 it doesn't give us the ability to visually separate two different racks (ie Exalogic / Exadata), whereas netmask /23, we can do something like:
Exalogic : 192.168.*10*.0
Exadata : 192.168.*11*.0
While still being on the same subnet.
Your thoughts?
Gavin

I think it depends on a couple of factors, such as the following:
a) How many racks will be connected together on the same IPoIB fabric
b) What rack configuration do you have today, and do you foresee any expansion in the future - it is possible that you will move from a purely physical environment to a virtual environment, and you should consider the number of virtual hosts and their IP requirements when choosing a subnet mask.
Class C (/24) with 256 IP values is a good start. However, you may want to choose a mask of length 23 or even 22 to ensure that you have enough IPs for running the required number of WLS, OHS, Coherence Server instances on two or more compute nodes assigned to a department for running its application.
In general, when setting a net mask, it is always important that you consider such growth projections and possibilities.
By the way, in my view, Exalogic and Exadata need not be in the same IP subnet, especially if you want to separate application traffic from database traffic. Of course, they can be separated by VLANs too.
Hope this helps.
Thanks
Guru

Similar Messages

  • RAID Level Configuration Best Practices

    Hi Guys ,
       We are building new Virtual environment for SQL Server and have to define RAID level configuration for SQL Server setup.
    Please share your thoughts for RAID configuration for SQL data, log , temppdb, Backup files .
    Files  RAID Level 
    SQL Data File -->
    SQL Log Files-->
    Tempdb Data-->
    Tempdb log-->
    Backup files--> .
    Any other configuration best practices   are more then welcome . 
    Like Memory Setting at OS level , LUN Settings. 
    Best practices to configure SQL Server in Hyper-V with clustering.
    Thank you
    Please Mark As Answer if it is helpful. \\Aim To Inspire Rather to Teach A.Shah

    Hi,
    If you can shed some bucks you should go for RAID 10 for all files. Also as a best practice keeping database log and data files on different physical drive would give optimum performance. Tempdb can be placed with data file or on a different drive as per
    usage. Its always good to use dedicated drive for tempdb
    For memory setting.Please refer
    This link for setting max server memory
    You should monitor SQL server memory usage using below counters taken from
    this Link
    SQLServer:Buffer Manager--Buffer Cache hit ratio(BCHR): IIf your BCHR is high 90 to 100 Then it points to fact that You don't have memory pressure. Keep in mind that suppose somebody runs a query which request large amount of pages in that
    case momentarily BCHR might come down to 60 or 70 may be less but that does not means it is a memory pressure it means your query requires large memory and will take it. After that query completes you will see BCHR risiing again
    SQLServer:Buffer Manager--Page Life Expectancy(PLE): PLE shows for how long page remain in buffer pool. The longer it stays the better it is. Its common misconception to take 300 as a baseline for PLE.   But it is not,I read it from
    Jonathan Kehayias book( troubleshooting SQL Server) that this value was baseline when SQL Server was of 2000 version and max RAM one could see was from 4-6 G. Now with 200G or RAM coming into picture this value is not correct. He also gave the formula( tentative)
    how to calculate it. Take the base counter value of 300 presented by most resources, and then determine a multiple of this value based on the configured buffer cache size, which is the 'max server memory' sp_ configure option in SQL Server, divided by 4 GB.
      So, for a server with 32 GB allocated to the buffer pool, the PLE value should be at least (32/4)*300 = 2400. So far this has done good to me so I would recommend you to use it.  
    SQLServer:Buffer Manager--CheckpointPages/sec: Checkpoint pages /sec counter is important to know about memory pressure because if buffer cache is low then lots of new pages needs to be brought into and flushed out from buffer pool, 
    due to load checkpoint's work will increase and will start flushing out dirty pages very frequently. If this counter is high then your SQL Server buffer pool is not able to cope up with requests coming and we need to increase it by increasing buffer pool memory
    or by increasing physical RAM and then making adequate changes in Buffer pool size. Technically this value should be low if you are looking at line graph in perfmon this value should always touch base for stable system.  
    SQLServer:Buffer Manager--Freepages: This value should not be less you always want to see high value for it.  
    SQLServer:Memory Manager--Memory Grants Pending: If you see memory grants pending in buffer pool your server is facing SQL Server memory crunch and increasing memory would be a good idea. For memory grants please read this article:
    http://blogs.msdn.com/b/sqlqueryprocessing/archive/2010/02/16/understanding-sql-server-memory-grant.aspx
    SQLServer:memory Manager--Target Server Memory: This is amount of memory SQL Server is trying to acquire.
    SQLServer:memory Manager--Total Server memory This is current memory SQL Server has acquired.
    For other settings I would like you to discuss with vendor. Storage questions IMO should be directed to Vendor.
    Below would surely be a good read
    SAN storage best practice For SQL Server
    SQLCAT best practice for SQL Server storage
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it.
    My TechNet Wiki Articles

  • Network Services Best Practices

    Hello
    I've been using the Network Services Best Practices document  (27 Sep 2006) for some years now and I wonder if there has been actually an update to it. If not would you guys have any new Network Best Practices document you would suggest? Something that talks about Virutalization, etc.... would be great

    Hi Scott,
    Thank you for posting your issue in the forum.
    I am trying to involve someone familiar with this topic to further look at this issue. There might be some time delay. Appreciate your patience.
    Thank you for your understanding and support.
    Best Regards,
    Justin Gu

  • DNS Configured-Best Practice on Snow Leopard Server?

    How many of you configure and run DNS on your Snow Leopard server as a best practice, even if that server is not the primary DNS server on the network, and you are not using Open Directory? Is configuring DNS a best practice if your server has a FQDN name? Does it run better?
    I had an Apple engineer once tell me (this is back in the Tiger Server days) that the servers just run better when DNS is configured correctly, even if all you are doing is file sharing. Is there some truth to that?
    I'd like to hear from you either way, whether you're an advocate for configuring DNS in such an environment, or if you're not.
    Thanks.

    Ok, local DNS services (unicast DNS) are typically straightforward to set up, very useful to have, and can be necessary for various modern network services, so I'm unsure why this is even particularly an open question.  Which leads me to wonder what other factors might be under consideration here; of what I'm missing.
    The Bonjour mDNS stuff is certainly very nice, too.  But not everything around supports Bonjour, unfortunately.
    As for being authoritative, the self-hosted out-of-the-box DNS server is authoritative for its own zone.  That's how DNS works for this stuff.
    And as for querying other DNS servers from that local DNS server (or, if you decide to reconfigure it and deploy and start using DNS services on your LAN), then that's how DNS servers work.
    And yes, the caching of DNS responses both within the DNS clients and within the local DNS server is typical.  This also means that there is need no references to ISP or other DNS servers on your LAN for frequent translations; no other caching servers and no other forwarding servers are required.

  • Server 2008 R2 RDS HA Licensing configuration best practices

    Hello
    What is the best practice for setting up and HA licensing environment for RDS?  I'm using a mixture of RDS CALs for my internal/AD users and External Connector license for my external/Internet users. 
    Daddio

    Hi,
    To ensure high availability you want to have a fallback License Server in your environment. The recommended method to configure Terminal Service
    Licensing servers for high availability is to install at least two Terminal Services Licensing servers in Enterprise Mode with available Terminal Services CALs. Each server will then advertise in Active Directory as enterprise license servers with regard to
    the following Lightweight Directory Access Protocol (LDAP) path: //CN=TS-Enterprise-License-Server,CN=site name,CN=sites,CN=configuration-container.
    To get more details on how to setup your License Server environment for redundancy and fallback, go over the "Configuring License Servers for High Availability"
    section in the Windows Server 2003 Terminal Server Licensing whitepaper
    Regards,
    Dollar Wang
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support,
    contact [email protected]
    Technology changes life……

  • SRST Configuration - Best Practices

    We are starting a new Unified Communication deployment and will have an SRST at each remote location. I am wondering if there are any best practices in regards to the configuration of the SRST.
    For example Does it matter what interface is specific for the source address. I have seen some that say it needs to be the LAN address and others say it needs to be a Loopback address. Since the phones themselves will be attached to a VLAN on a switch that is connected to the router is there a benefit either way? Are there any considerations not really covered in the base configuration that need to be considered as a best practice?
    I am sure I will have more questions as we progress so thanks for the patience in advance...
    Brent                    

    Hi Brent,
    The loopback is used because it is an interface that remains up regardless of the physical layer, so provided that appropriate routing is in place, the lo address will be reachable through the physical interfaces.
    Best practices on the top of my mind should include looking at the release notes for the software version you're using, check network requirements and compatibility matrix, interworking, caveats, and reserve time for testing.
    I'm sure you'll be just fine
    hth

  • SRP Target setup over infiniband network

    Hi All,
    I'm very new to Solaris and have come over to get out of the box support for SRPT. I've trying to setup a SRT Target to use over an infiniband network. I'm using a HP BL460c G1 with IB 4xDDR Mezz card which is connected to an unmanaged IB switch inside a C7000 blade server
    I can't see the IB HBA as per below:
    root@Blade03:~# prtconf
    System Configuration: Oracle Corporation i86pc
    Memory size: 8190 Megabytes
    System Peripherals (Software Nodes):
    i86pc
    scsi_vhci, instance #0
    pci, instance #0
    pci103c,31fd, instance #0
    pci8086,25e2, instance #0
    pci8086,3500, instance #8
    pci8086,3510, instance #10
    pci1166,103, instance #12
    pci103c,703b, instance #1
    pci8086,3514, instance #11
    pci8086,350c, instance #9
    pci8086,25e3, instance #1
    pci1166,103, instance #13
    pci1166,104, instance #1
    pci103c,3211, instance #0
    sd, instance #0
    sd, instance #1
    pci8086,25e4 (driver not attached)
    pci8086,25e5 (driver not attached)
    pci8086,25e6 (driver not attached)
    pci8086,25e7 (driver not attached)
    pci103c,31fd (driver not attached)
    pci103c,31fd, instance #1
    pci103c,31fd (driver not attached)
    pci103c,31fd (driver not attached)
    pci103c,31fd (driver not attached)
    pci103c,31fd (driver not attached)
    pci103c,31fd (driver not attached)
    pci8086,2690, instance #6
    pci1166,103, instance #7
    pci103c,703b, instance #0
    pci103c,31fe, instance #0
    pci103c,31fe, instance #1
    pci103c,31fe, instance #2
    pci103c,31fe, instance #3
    pci103c,31fe, instance #0
    pci8086,244e, instance #0
    display, instance #0
    pci103c,3305 (driver not attached)
    pci103c,3305 (driver not attached)
    pci103c,3305, instance #4
    device, instance #0
    keyboard, instance #0
    mouse, instance #1 (driver not attached)
    hub, instance #0
    pci103c,3305 (driver not attached)
    isa, instance #0
    i8042, instance #0
    keyboard, instance #0
    mouse, instance #0
    asy, instance #0
    asy, instance #1
    pit_beep, instance #0
    fw, instance #0
    cpu (driver not attached)
    cpu (driver not attached)
    cpu (driver not attached)
    cpu (driver not attached)
    sb, instance #1
    used-resources (driver not attached)
    iscsi, instance #0
    fcoe, instance #0
    options, instance #0
    pseudo, instance #0
    agpgart, instance #0
    root@Blade03:~# cfgadm -a
    Ap_Id Type Receptacle Occupant Condition
    c7 scsi-bus connected configured unknown
    c7::dsk/c7t0d0 disk connected configured unknown
    c7::dsk/c7t1d0 disk connected configured unknown
    usb2/1 unknown empty unconfigured ok
    usb2/2 unknown empty unconfigured ok
    usb3/1 unknown empty unconfigured ok
    usb3/2 unknown empty unconfigured ok
    usb4/1 unknown empty unconfigured ok
    usb4/2 unknown empty unconfigured ok
    usb5/1 unknown empty unconfigured ok
    usb5/2 unknown empty unconfigured ok
    usb6/1 unknown empty unconfigured ok
    usb6/2 unknown empty unconfigured ok
    usb6/3 unknown empty unconfigured ok
    usb6/4 unknown empty unconfigured ok
    usb6/5 unknown empty unconfigured ok
    usb6/6 unknown empty unconfigured ok
    usb6/7 unknown empty unconfigured ok
    usb6/8 unknown empty unconfigured ok
    usb7/1 usb-device connected configured ok
    usb7/2 usb-hub connected configured ok
    usb7/2.1 unknown empty unconfigured ok
    usb7/2.2 unknown empty unconfigured ok
    usb7/2.3 unknown empty unconfigured ok
    usb7/2.4 unknown empty unconfigured ok
    usb7/2.5 unknown empty unconfigured ok
    usb7/2.6 unknown empty unconfigured ok
    usb7/2.7 unknown empty unconfigured ok
    I've installed and enabled
    root@Blade03:~# svcadm enable ibsrp/target
    root@Blade03:~# svcadm enable stmf
    root@Blade03:~# svcadm enable -r ibsrp/target
    Any help I could get on this would be great

    Ok I think I have this all fixed...
    I found this is the boot logs /var/adm/messages
    *Oct 25 01:02:22 Blade03 hermon: [ID 271130 kern.warning] WARNING: hermon0: Device Error: HCA firmware not at minimum version*
    *Oct 25 01:02:22 Blade03 hermon: [ID 549348 kern.notice] Unsupported Hermon FW version: expected: 0002.0006.0000, actual: 0002.0002.0000*
    which pointed me to a fireware issue
    root@Blade03:~# fwflash -l
    Class [IB]
    GUID: System Image - 001b78ffff34704b
    Node Image - 001b78ffff347048
    Port 1 - 001b78ffff347049
    Port 2 - 001b78ffff34704a
    Mac 1 - ffffffffffffffff
    Mac 2 - ffffffffffffffff
    Firmware revision  : 2.2.000
    Product : 448262-001 A0
    No additional hardware info available for this device
    Saved the current firmware just in case
    root@Blade03:~# fwflash -y -r ib-firmware-2.2.000.bin -d /devices/pci@0,0/pci8086,25f9@6/pci103c,1718@0:devctl
    root@Blade03:~# ls
    ib-firmware-2.2.000.bin
    I then downloaded the latest firmware from vendor (HP) and uploaded the new firmware, I was alittle worried doing this
    root@Blade03:~# fwflash -f ./fw-25408-2_8_0000-448262-B21-clp-171.bin -d /devices/pci@0,0/pci8086,25f9@6/pci103c,1718@0:devctl
    fwflash: hermon: No PSID match found
    fwflash: hermon: Unable to verify firmware is appropriate for the hardware
    fwflash: Do you want to continue? (Y/N): y
    About to update firmware on /devices/pci@0,0/pci8086,25f9@6/pci103c,1718@0:devctl
    with file ./fw-25408-2_8_0000-448262-B21-clp-171.bin.
    Do you want to continue? (Y/N): y
    Unable to completely verify that this firmware image (./fw-25408-2_8_0000-448262-B21-clp-171.bin) is compatible with your HCA /devices/pci@0,0/pci8086,25f9@6/pci103c,1718@0:devctlDo you really want to continue? (Y/N): y
    . . . . . . . . . . . . . . . . +
    fwflash: New firmware will be activated after you reboot
    After the reboot all looks well
    root@Blade03:~# fwflash -l
    Device[100] /devices/pci@0,0/pci8086,25f9@6/pci103c,1718@0:devctl
    Driver hermon
    Class [IB]
    GUID: System Image - 001b78ffff34704b
    Node Image - 001b78ffff347048
    Port 1 - 001b78ffff347049
    Port 2 - 001b78ffff34704a
    Mac 1 - 00001b7800347049
    Mac 2 - 00001b780034704a
    Firmware revision  : 2.8.000
    Product : 448262-001 A0
    No additional hardware info available for this device
    now in /var/adm/messages I see the below:
    Oct 25 01:45:46 Blade03 hermon: [ID 904943 kern.info] vpd 448262-001
    Oct 25 01:45:50 Blade03 pcplusmp: [ID 805372 kern.info] pcplusmp: pciex15b3,634a (hermon) instance 0 irq 0x1b vector 0x60 ioapic 0xff intin 0xff is bound to cpu 0
    Oct 25 01:45:50 Blade03 pcplusmp: [ID 805372 kern.info] pcplusmp: pciex15b3,634a (hermon) instance 0 irq 0x1c vector 0x61 ioapic 0xff intin 0xff is bound to cpu 1
    Oct 25 01:45:50 Blade03 pcplusmp: [ID 805372 kern.info] pcplusmp: pciex15b3,634a (hermon) instance 0 irq 0x1b vector 0x60 ioapic 0xff intin 0xff is bound to cpu 2
    Oct 25 01:45:50 Blade03 hermon: [ID 753898 kern.info] NOTICE: Hermon is operational
    Oct 25 01:45:50 Blade03 pcieb: [ID 586369 kern.info] PCIE-device: pci103c,1718@0, hermon0
    Oct 25 01:45:50 Blade03 npe: [ID 236367 kern.info] PCI Express-device: pci103c,1718@0, hermon0
    Oct 25 01:45:50 Blade03 genunix: [ID 936769 kern.info] hermon0 is /pci@0,0/pci8086,25f9@6/pci103c,1718@0
    Oct 25 01:45:50 Blade03 hermon: [ID 749262 kern.info] hermon0: FW ver: 0002.0008.0000, HW rev: 160
    *Oct 25 01:45:50 Blade03 hermon: [ID 969628 kern.info] hermon0: MT25408 ConnectX Mellanox Technologies (0x001b78ffff347048)*
    *Oct 25 01:45:50 Blade03 hermon: [ID 330282 kern.info] Hermon attach complete*
    Oct 25 01:46:46 Blade03 genunix: [ID 408114 kern.info] /ib/rpcib@0 (rpcib0) online
    Oct 25 01:46:46 Blade03 genunix: [ID 483743 kern.info] /ib/rpcib@0 (rpcib0) multipath status: degraded: path 2 hermon0/rpcib@rpcib,0 is online
    Oct 25 01:46:46 Blade03 genunix: [ID 408114 kern.info] /ib/eibnx@0 (eibnx0) online
    Oct 25 01:46:46 Blade03 genunix: [ID 483743 kern.info] /ib/eibnx@0 (eibnx0) multipath status: degraded: path 3 hermon0/eibnx@eibnx,0 is online
    Oct 25 01:46:46 Blade03 genunix: [ID 408114 kern.info] /ib/rdsib@0 (rdsib0) online
    Oct 25 01:46:46 Blade03 genunix: [ID 483743 kern.info] /ib/rdsib@0 (rdsib0) multipath status: degraded: path 4 hermon0/rdsib@rdsib,0 is online
    Oct 25 01:46:46 Blade03 ib: [ID 842868 kern.info] IB device: daplt@0, daplt0
    Oct 25 01:46:46 Blade03 genunix: [ID 936769 kern.info] daplt0 is /ib/daplt@0
    Oct 25 01:46:46 Blade03 genunix: [ID 408114 kern.info] /ib/daplt@0 (daplt0) online
    Oct 25 01:46:46 Blade03 genunix: [ID 483743 kern.info] /ib/daplt@0 (daplt0) multipath status: degraded: path 5 hermon0/daplt@daplt,0 is online
    Oct 25 01:46:46 Blade03 genunix: [ID 408114 kern.info] /ib/rdsv3@0 (rdsv30) online
    Oct 25 01:46:46 Blade03 genunix: [ID 483743 kern.info] /ib/rdsv3@0 (rdsv30) multipath status: degraded: path 6 hermon0/rdsv3@rdsv3,0 is online
    Oct 25 01:46:46 Blade03 ib: [ID 842868 kern.info] IB device: sol_uverbs@0, sol_uverbs0
    Oct 25 01:46:46 Blade03 genunix: [ID 936769 kern.info] sol_uverbs0 is /ib/sol_uverbs@0
    Oct 25 01:46:46 Blade03 genunix: [ID 408114 kern.info] /ib/sol_uverbs@0 (sol_uverbs0) online
    Oct 25 01:46:46 Blade03 genunix: [ID 483743 kern.info] /ib/sol_uverbs@0 (sol_uverbs0) multipath status: degraded: path 7 hermon0/sol_uverbs@sol_uverbs,0 is online
    Oct 25 01:46:46 Blade03 ib: [ID 842868 kern.info] IB device: sol_umad@0, sol_umad0
    Oct 25 01:46:46 Blade03 genunix: [ID 936769 kern.info] sol_umad0 is /ib/sol_umad@0
    Oct 25 01:46:46 Blade03 genunix: [ID 408114 kern.info] /ib/sol_umad@0 (sol_umad0) online
    Oct 25 01:46:46 Blade03 genunix: [ID 483743 kern.info] /ib/sol_umad@0 (sol_umad0) multipath status: degraded: path 8 hermon0/sol_umad@sol_umad,0 is online
    Oct 25 01:46:46 Blade03 genunix: [ID 408114 kern.info] /ib/sdpib@0 (sdpib0) online
    Oct 25 01:46:46 Blade03 genunix: [ID 483743 kern.info] /ib/sdpib@0 (sdpib0) multipath status: degraded: path 9 hermon0/sdpib@sdpib, is online
    Oct 25 01:46:46 Blade03 genunix: [ID 227219 kern.info] This Solaris instance has UUID 41bed47a-ebb3-44bf-b1ad-cfe670b645e0
    Oct 25 01:46:46 Blade03 ib: [ID 842868 kern.info] IB device: iser@0, iser0
    Oct 25 01:46:46 Blade03 genunix: [ID 936769 kern.info] iser0 is /ib/iser@0
    Oct 25 01:46:46 Blade03 genunix: [ID 408114 kern.info] /ib/iser@0 (iser0) online
    Oct 25 01:46:46 Blade03 genunix: [ID 483743 kern.info] /ib/iser@0 (iser0) multipath status: degraded: path 10 hermon0/iser@iser,0 is online
    Now I can see the physical IB-PORT as per below:
    root@Blade03:~# cfgadm -a
    Ap_Id Type Receptacle Occupant Condition
    c7 scsi-bus connected configured unknown
    c7::dsk/c7t0d0 disk connected configured unknown
    c7::dsk/c7t1d0 disk connected configured unknown
    ib IB-Fabric connected configured ok
    ib::1B78FFFF34704A,0,ipib      IB-PORT      connected    configured   ok
    ib::1B78FFFF347049,0,ipib      IB-PORT      connected    configured   ok
    ib::daplt,0 IB-PSEUDO connected configured ok
    ib::eibnx,0 IB-PSEUDO connected configured ok
    ib::iser,0 IB-PSEUDO connected configured ok
    ib::rdsib,0 IB-PSEUDO connected configured ok
    ib::rdsv3,0 IB-PSEUDO connected configured ok
    ib::rpcib,0 IB-PSEUDO connected configured ok
    ib::sdpib,0 IB-PSEUDO connected configured ok
    ib::sol_umad,0 IB-PSEUDO connected configured ok
    ib::sol_uverbs,0 IB-PSEUDO connected configured ok
    ib::srpt,0 IB-PSEUDO connected configured ok
    and proconf now also looks good
    root@Blade03:~# prtconf
    System Configuration: Oracle Corporation i86pc
    Memory size: 8190 Megabytes
    System Peripherals (Software Nodes):
    i86pc
    ib, instance #0
    srpt, instance #0
    rpcib, instance #0
    eibnx, instance #0
    rdsib, instance #0
    daplt, instance #0
    rdsv3, instance #0
    sol_uverbs, instance #0
    sol_umad, instance #0
    sdpib, instance #0
    iser, instance #0
    output snipped
    pci8086,25f9, instance #2
    pci103c,1718, instance #0
    ibport, instance #0
    ibport, instance #1
    output snipped

  • RDS & network printers best practices

    We are in the process of designing a multi site remote desktop solution for a customer, they have around 80 users with 5-10 users per site. I've been searching for some recommendations about the best way to deploy their network printers.
    The RDS farm is located in a single site, the other remote sites will not have a local server. Traditionally we've used site-site VPN's and just set the printers up as network printers on a central file/print server. Doing this works but you lose the benefits
    of Easy Print and potentially we may struggle with bandwidth at some sites.
    Is there a better way to do this?  One train of thought is to add the printers locally to the thin clients, then use individual printer redirection so that it utilises Easy Print. This seems to work but from a management point of view it's pretty unfriendly.
    Any other suggestions?
    Thanks
    Robert Grigsby

    Hi Robert,
    Thank you for your posting in Windows Server Forum.
    Please check the answer by Clarence Zhang for some basic suggestion.
    RDS printing best practices
    http://social.technet.microsoft.com/Forums/en-US/4dc0e050-a6ca-42d3-86f6-17babc3003fe/rds-printing-best-practices?forum=winserverTS
    WS2008: Terminal Services Printing
    http://blogs.technet.com/b/askperf/archive/2008/02/17/ws2008-terminal-services-printing.aspx
    Hope it helps! 
    Thanks,
    Dharmesh

  • RDM Configuration (Best Practices...)

    Folks,  when attaching multiple RDM's on a VM, would you add one RDM per vSCSI adapter, or would you add multiple RDM's to the same vSCSi adapter?
    Also,  when creating the RDM would you keep it with the virtual machine, or store it on a seperate datastore (RDM pointers)?
    Just looking for some best practices. 

    Stuarty1874 wrote:
    Folks,  when attaching multiple RDM's on a VM, would you add one RDM per vSCSI adapter, or would you add multiple RDM's to the same vSCSi adapter?
    multiple
    Also,  when creating the RDM would you keep it with the virtual machine, or store it on a seperate datastore (RDM pointers)?
    Keep it the same
    Just looking for some best practices. 
    Also you might find this good
    http://pubs.vmware.com/vsphere-50/topic/com.vmware.ICbase/PDF/vsphere-esxi-vcenter-server-50-storage-guide.pdf
    start with p135

  • Cisco Network 2009 - Best practices for migrating previous versions of cisco unified communications manager to cucm 7.1

    Does anybody have a copy of the above referenced presentation that you could send me. 
    Thanks in advanced. 
    The presentation can be purchased at the following site:
    http://www.scribd.com/doc/33211957/BRKVVT-2011-Best-Practices-for-Migrating-Previous-Versions-of-Cisco-Unified-Communications#archive
    but felt I ask one of my peeps first. 
    Thanks in advanced.
    Dennis

    Hi Dennis,
    Well..let's give this a try
    Cheers!
    Rob

  • RMAN/TSM Configuration - Best Practices?

    Wondering how best to configure RMAN with TSM from a network perspective. Dual HBA's? Suggestions?
    Thanks.

    * The OWB client software will reside on each user's windows desktop.
    Yes.
    * Should there be one repository that will deploy to the runtime environments of TEST, USER ACCEPTANCE and PRODUCTION environments? or should there be three repositories, one for each environment?
    One.
    * If there is only a single repository that will deploy to all three environments, should it reside on TEST, USER ACCEPTANCE or PRODUCTION server?
    Test, but you need a repository on the other environments too.
    * Does OWB have sufficient version control capabilities to drive three environments simultaneously?
    No, no version control at all. You can buy a third-party tool like http://www.scm4all.com
    * Is it possible to have an additional development repository on a laptop to do remote development of source/target definition, ETL etc and then deploy it to a centralized development repository? Perhaps it is possible to generate OMB+ scripts from the laptop repository and then run them against the centralized repository on the shared server.
    Use the export/Import from the OWB via mdl-Files.
    Regards
    Detlef
    Message was edited by:
    289512
    null

  • Deployment specific configuration - best practice

    I'm trying to figure out the best way to set-up deployment specific configurations.
    From what I've seen I can configure things like session timeouts and datasources. What I'd like to configure is a set of programmatically accessible parameters. We're connecting to a BPM server and we need to configure the URL, username and password, and make these available to our operating environment so we can set-up the connection.
    Can we set-up the parameters via a deployment descriptor?
    What about Foreign JNDI? Can I create a simple JNDI provider(from a file perhaps?) and access the values?
    Failing these, I'm looking at stuffing the configuration into the database and pulling it from there.
    Thanks

    Which version of the product are you using?
    Putting the configs in web.xml config params as in this example:
    https://codesamples.samplecode.oracle.com/servlets/tracking/remcurreport/true/template/ViewIssue.vm/id/S461/nbrresults/103
    Will allow you to change the values per deployment easily with a deployment plan.
    Another alternative 10.3.2 and later is to use a features that allows resources like normal properties files to be overloaded by putting them in the plan directory. I don't have the link to this one right now.

  • WS application configuration - best practice advice

    Hi there,
    I'm a newbie on web services.
    I'm currently developing a Web Service using JAX-WS 2.1 and deploying on Tomcat 6.
    I'm wondering where to put my application's configuration. If I was developing a standalone java application I would put it in a Java Properties file or perhaps use the Java Preferences API.
    But this is not a standalone java application, it is something that runs in a container, in this case Tomcat.
    I have a fealing that web.xml is the intended place to put this information but I've also read posts discouraging this. I'm also in the dark as to how to access the information in web.xml (Context parameters section) from within my web service.
    Basically I would like to use a solution which is a much standard as possible, i.e. not tied to any specific container.
    Thanks.
    Changed typo: "have" changed to "how"

    What is the model number of the switch?
    Normally a switch that cannot be changed does not have an IP address.  So if your switch has an address (you said it was 192.168.2.12)  I would assume that it can be changed and that it must support either a gui or have some way to set or reset the switch.
    Since Router1 is using the 192.168.1.x  subnet , then the switch would need to have a 192.168.1.x  address (assuming that it even has an IP address), otherwise Router1 will not be able to access the switch.
    I would suggest that initially, you setup your two routers without the switch, and make sure they are working properly, then add the switch.  Normally you should not need to change any settings in your routers when you add the switch.
    To setup your two routers, see my post at this URL:
    http://forums.linksys.com/linksys/board/message?board.id=Wireless_Routers&message.id=108928
    Message Edited by toomanydonuts on 04-07-2009 02:39 AM

  • Configuration best practice

    My final deployed solution is going to consist of several PC-Fieldpoint pairs all located on the company intranet. Each PC talks to its own Fieldpoint and not any other. I have the sequences and Users.ini stored on the server.
    Now I'm trying to come up with the best place to store the Fieldpoint IP address on the station. I know I could create a property loader and associated xml file, and will do that if it the preferred method. But it seems like overkill to store one IP address.
    Is there a better place to store information like this? I'm a beginner, so no suggestion is too obvious for me.
    I'm trying to make a system that will be maintainable by a real TestStand expert - either me in the future or my replacement<g>.

    Hi jtdavies,
    It sounds like the use of Station Globals would be the ideal route for your application. Attached is an easy example showing the use of Station Globals.
    Nestor
    Attachments:
    stationGlobals_access2.zip ‏38 KB

  • Network home best practice

    We are setting up a new network of iMacs and laptops to use Network Home directories. All stations will be running 10.9 and the server will be 10.9 with Server.app 3.1. We have it currently set up, but the sync is not working. We keep having issues every 20 minutes or so and people are having issues saving permissions. We have them set up as SMB for homes. Would we do better with AFP? Any permissions that I might have wrong for the folder that the homes are being saved to?

    In theory using SMB for Mavericks clients should be faster. Apple have had teething problems with SMB support in Mavericks and it is still not clear it is stable enough yet.
    For laptops you would not want pure network home directories which are stored only on the server, you would want what at least used to be called portable home directories. With this the account and home directory are still stored on a server but are synced to the computer, this allows the computer to use the files even when it has no connection to the server e.g. when out of the office. When back in the office it will then sync the changes back to the server.
    It used to be that you would define whether a computer was to use a pure network home directory or a portable home directory via managed preferences in Workgroup Manager. You would create a computer group to define those you wanted to have portable home directories, add the computer to the group and any user of that computer would then have their home directory synced as a portable home directory. Now with Mavericks you need to do the samething but you have to set it up via Profile Manager. You enrol the computer in to Profile Manager add it to a device group and set the device group to again sync the home directories.

Maybe you are looking for

  • In IE 11 copy and paste not working for CRM 7.1

    The PC's with the problems are running Windows 8.1 running IE 11 The users are copying the numbers from a spreadsheet, and pasting it into the search criteria in SAP CRM. The process is the same whether you are searching for Service Orders, Service C

  • Problem removing silverlight

    I have been trying to remove Silverlight so I can install current version, but having found plug in and dragged to trash and restarted it still says there is an earlier version installed. Any Ideas? Al

  • How do I add files to my TV shows folder on iTunes?

    I really need help, I have been at it for hours but I cannot find a way to add files to the TV shows folder. I have gone to the far corners of the internet without ANY working progress! Please help I'm wanting to put a show into the TV shows folder b

  • Afteburner has no audio in video capture?

    I'm not really sure if this is the right section for this topic but i'd just like to know if there's any way to have audio when video capture is used. Thank you.

  • How to Check source systems in RSA1 and verify that connections are working

    How to Check source systems in RSA1 and verify that connections are working ok and how to Check Planning Area have green status.................