Tuesday, December 13, 2011

How to Zone a Brocade SAN Switch

This Document By :

Ryan’s Tech Notes


Here are the basics to add a new device to a SAN fabric. I’m working with a Brocade Silkworm 4900. In this scenario, I replaced a server that connects to a tape library for backup.

Terminology

HBA - Host Bus Adapter, which in this case, refers to the Fibre Channel Card. In LAN networking, it’s analogous to an Ethernet card.
WWN - World Wide Name, a unique 8-byte number identifying the HBA. In Ethernet networking, it’s analogous to the MAC address.
FC Zone - Fibre Channel Zone, a partitioned subset of the fabric. Members of a zone are allowed to communicate with each other, but devices are not allowed to communicate across zones. An FC Zone is loosely analogous to a VLAN.

Steps to Zone Brocade Switch

  1. Plug in the FC Connector into an open port on the switch.
  2. Login to the server and verify the HBA connection. It should see the switch but not the storage device.
  3. Login to the Brocade Switch GUI interface. You’ll need Java enabled on your browser.
  4. Check the Brocade Switch Port.
    1. On the visual depiction of the switch, click on the port where you plugged in the FC connector.
    2. The Port Administration Services screen should pop up. You’ll need to enable the pop-up.
    3. Verify that the Port Status is “Online”. Note the port number.
    4. Close the Port Administration Services screen.
  5. Find the WWN of your new device
    1. Navigate back to the original GUI page.
    2. Select Zone Admin, an icon on the bottom left of the screen. It looks like two squares and a rectangle.
    3. Expand the Ports & Attaching Devices under the Member Selection List.
    4. Expand the appropriate port number. Note the attached WWN.
  6. Create a new alias for this device
    1. Click New Alias button
    2. Follow menu instructions
  7. Add the appropriate WWN to the alias
    1. Select your new device name from the Name drop down menu
    2. Expand the WWNs under Member Selection List
    3. Highlight the appropriate WWN
    4. Select Add Member
  8. Add the alias to the appropriate zone
    1. Select the Zone tab
    2. Select the appropriate zone from the Name drop down menu
    3. Select the appropriate alias from the Member Selection List
    4. Click Add Member
  9. Ensure that the zone is in Zone Config in the Zone Config tab
  10. Save your changes by selecting ZoningActions -> Enable Config
  11. Login back in to the server to verify. It should now see the storage devices.

Monday, November 21, 2011

How to: Exchange 2010 e-mail signature based on Active Directory information

A cool new feature in Exchange 2010 is to add a signature to your e-mail based on Active Directory information. So if you fill in the correct information in the Active Directory, the signature will be automatically added to your e-mail. You need to follow these steps:

1.) Open the Exchange Management Console
2.) Navigate to Organization Configuration, Hub Transport, Transport Rules
3.) Create a new transport rule
4.) Design the signature based on the Active Directory information, in my example it is:
Met vriendelijke groet,

%%displayName%%
%%Department%%
(Note: you can find all the user attributes using ADSIEDIT for example).
5.) Send a e-mail to another user and check the e-mailsignature