Friday, January 17, 2014

Sharing progress on Python Learning & Tweaking vSphere Shortcut

Learning Python course from http://www.codecademy.com/, 58% completed till date. Hopes are high on this one. I think if i practice Python regularly, i will soon advance to intermediate level. great job to me.



Another progress i'm making on learning Hadoop (it's kind a side project), completed the "CBT Nuggets for Hadoop" course and built my single node hadoop install for revision and testing hadoop commands. however installing hadoop for single node is pretty straight forward (if you got the right guide), don't worry i will document the steps for the same in future blog post.

one cool trick that i want to share with you guys is how to automate login into vSphere Client with tweaking vsphere client shortcut.


For logging in with your Windows session credentials:
-s vcenter.yourdomain.com -passthroughAuth

For logging in with any other credentials:
-s vcenter.yourdomain.com-u username -p password 

So, if you're like me and manage 5-6 vCenter servers, this will really help you out.

TGIF...

No comments:

Post a Comment