December 2011

2011 was my year for social media. I increased my communications with the interwebz this year compared to 2010. So in order here are the websites I visited the most.

1. Google

In particular it’s Gmail, Google Reader and Google+. The first two I happen to use quite a lot. Gmail is my main email communication and Google Reader houses all the news I want to follow. Recent changes to Gmail weren’t looking great in my eyes but I think Google will get this right sooner or later. Their improvements to Google Reader were great and went more in line with their new social media platform.

That brings me to Google+. For me, had lots of potential. But now I’m reconsidering my engagement there because lack thereof. Everyone seems to want to communicate in 140 characters or less.

2. Facebook

Social media with my friends. Need I say more? If you’re not a close friend to me then I probably communicate with you on Twitter.

3. Serverfault

Great resource and community of techies. The guys at Serverfault (or Stackexchange) have a system nailed perfectly. It’s a Q&A site for those needing help with anything technical related. They also have subsites of other topics.

4. Hootsuite

I use this service to communicate on my social networks, such as Twitter. They give me the ability to schedule out Tweets, organize tweets and access more than one social media account. It’s a great resource for anyone.

5. Cisco

Projects at work kept me busy on Cisco’s website. I’ve read quite a few configuration guides and also visited their support forums. I think their site needs a lot more work to make things more efficient such as their search.

6. Reddit

The ultimate time waster. Reddit has many sub-sites (called sub-reddits) where you can absolutely kill time and have a good laugh.

What web services have you visited the most?

{ 0 comments }

Do you have ritual before, during and after your certification exams? I was watching ESPN and thought to myself,

What if we treated an examination like a sports game?

So let’s say I finish my exam and hit “Grade” stand up from my chair, step aside and do the Tebow

Should You Do The Tebow After Cert Exam?

{ 0 comments }

Virtualize while you virtualize

Just to warn you, these concepts are from my own knowledge and how I came to understand how the ACE understands load balancing. Please refer to the full documentation on Cisco’s website.

To fully understand how the ACE works there are core areas to be familiar with:

  • Virtualization
  • Server load balancing
  • Security

The ACE works in terms of virtualization. Within virtualization you have different areas:

  • Contexts
  • Domains
  • Role-based access control
  • Resource Classes

Contexts

A context is an actual virtualized environment in the ACE. You can configure multiple contexts which are all divided and act as a single ACE appliance. Within each context you can apply policies, servers, serverfarms, interfaces and even different administration rules.

Cisco ACE Contexts

Domains

Within each context you can create multiple domains. Domains allow you to control user access to objects in a context. A user is an account you create to allow administration to resources defined within the domain which is associated to a context.

Role-based Access Control

Otherwise known as RBAC. A set of permissions assigned to users which gives them predefined roles for access.

Resource Classes

You create resource classes and associate contexts to a resource class to manage access to ACE resources. This is useful for controlling how much resources can be used per context so that one context does not utilize all resources on the ACE. When all resources are exhausted you will have performance issues.

Diving In

Define a resource class. When configuring an ACE you will start off in the Admin context. From there you will create a Resource Class for the virtual context(s) you will create to load balance your website.

Create a context. After a Resource Class is created and configured you create a Context and associate it with a Resource Class. This context will serve as the virtual ACE which will manage traffic to the site you want load balanced.

By default, traffic to the newly created context is denied so you will have to create an access list to allow traffic. (Later described)

To begin configuring load balancing you will have to define an rserver. An rserver is a “Real Server”. This maps back to your web server. rservers host the same content which is why we’re load balancing, right?

Those rservers will be associated with a serverfarm. A server farm is a group of networked real servers (rservers).

So in summary and for simplicity, you would configure the ACE in this manner:

  1. Resource Class
  2. Context
  3. Access-lists
  4. Real Servers
  5. Server Farm

That’s just a quick rundown on configuring an ACE. Also, when configuring Contexts, you must specify how traffic will exit so a default route will need to be configured.

{ 0 comments }