How to start career in Cloud Computing?

Please suggest me career path for cloud computing. I have experience in Application packaging and virtualization app-v 4.6. Apart from it I have experience in applications deployement using SCCM 2012.
Firoz Ahmad

Hi there. You should get control of the Cloud OS vision, if you want this career to be the Microsoft way. 
MVA got great jump-start courses so that you can learn more about the cloud offerings from Microsoft, such as Windows Server with Hyper-V, System Center, Windows Azure and Windows Azure
Pack.
-kn
Kristian (Virtualization and some coffee: http://kristiannese.blogspot.com )

Similar Messages

  • How to start up with another computer

    Hi all, my wife has an ibook that I initialized thinking it would help when installing a 9.2.2 that she was having problems with. It didn't as somehow the disc still will not install, it says programme will not run on computer. Now there is nothing at all in the computer so will have to reinstall the OS X.
    How do I start the computer up with another one (step my step please) so I can get the 9.2.2 disc out?

    Hi, and welcome to Apple Discussions.
    You don't need to start up from another computer to get the OS 9.2.2 CD out. Check out the Apple Knowledge Base article on opening the iBook's optical drive tray and ejecting a CD or DVD:
    http://docs.info.apple.com/article.html?artnum=50991
    Additionally, this article may be helpful:
    http://docs.info.apple.com/article.html?artnum=106294
    Good luck!

  • How to start career in SAP MM domain

    Hello Veterans,
    Need your advise..!
    I, shivakumar completed BBM in 2007 and have done MBA (marketing) thru open univeristy while working in MNC.
    I have total 3.8 year domain work experience (worked in order Mgt & supply chain mgt & BPO) and currently working for Hewlett packard as a Process associate.
    i also well trained for SAP MM module with my own interest & love to start my career in that.
    But i can see there are no much opening for SAP MM freshers with domain exp.
    Could you please advise that how can i go through for job in SAP?
    Hope i expect some of your experience those can may help me!
    Thank you very much for considering & advising me.
    Best Regards,
    Shivakumar

    Hi,
    Thank you very much for your kind reply.
    Could you suggest me how to get certified in SAP MM? Is this through Online or offline.
    Thank you again for your information
    Best Regards,
    Shivakumar

  • How to start career in Success factor consultant

    How to get into career on Success factor consultant after SAP certification? Which are the Training Partners of  Success Factors?

    Dear friends Reddy HCM and Johan T
    Personal information not allowed...
    Please read the rules and engagement The SCN Rules of Engagement | SCN
    Regards
    Dev

  • How to start rmi on a computer with 2 network cards ?

    I would like to write a programm to get system informations from any linux computer connected to a network. A RMI server installed on each network computer measures the informations and send them to a RMI Client based on a central computer, where the information is stored on database.
    Each computer is identified by its IP address. This is why the IP adress is sent with the string of system informations. For instance, the information sent for a CPU measure is :
    <Computer>
    <AddIP>192.168.1.1</AddIP>
    <CPU><Frequency>500</Frequency><Brand>Intel</Brand></CPU>
    </Computer>
    In the case when a computer has two IP adresses : 192.168.1.1 and 192.168.2.64, if the computer is reached by 192.168.1.1 it should return the following string :
    <Computer>
    <AddIP>192.168.1.1</AddIP>
    <CPU><Frequency>500</Frequency><Brand>Intel</Brand></CPU>
    </Computer>
    and if reached by 192.168.2.64 :
    <Computer>
    <AddIP>192.168.2.64</AddIP>
    <CPU><Frequency>500</Frequency><Brand>Intel</Brand></CPU>
    </Computer>
    The string does not contains all IP adresses but these from which the computer was asked for a measurement. Here is the code for the RMI server :
    public class ServeurAgent {
    public ServeurAgent() {
    try {
    // we launched a RMI service for each IP address :
    LocateRegistry.createRegistry(portRMIAgent);
    // the 192.168.1.1 parameter for AgentImpl is only
         // used to generate the XML String
    Agent agent1 = new AgentImpl(192.168.1.1);
    Naming.rebind("rmi://192.168.1.1:1099/serviceRMI",agent);
    Agent agent2 = new AgentImpl(192.168.2.64);
    Naming.rebind("rmi://192.168.2.64:1099/serviceRMI",agent);
    catch (Exception e) {
    System.out.println("echec du lancement des Agents : "+e);
    public static void main(String args[]) {
    new ServeurAgent();
    We hoped that when the RMI client asked for a measurement on one IP address we could get in the XML String the same IP address, but the problem is that whatever the IP adress is asked, the XML String always contains the same IP address. For example if we ask for a measurement on the 192.168.2.64 adress we have got :
    <Computer>
    <AddIP>192.168.1.1</AddIP>
    <CPU><Frequency>500</Frequency><Brand>Intel</Brand></CPU>
    </Computer>
    instead of :
    <Computer>
    <AddIP>192.168.2.64</AddIP>
    <CPU><Frequency>500</Frequency><Brand>Intel</Brand></CPU>
    </Computer>
    Do you have any idea of what could be the problem ? Is the code correctly written ?
    Here is the code for the RMI client :
    public void mesurer(ipAdress) {
    try {
    valeur_mesures = "";
              Agent agent = (Agent) Naming.lookup("rmi://"+ ipAdress +":1099/serviceRMI");
              // valeur_mesures is the XML string
              valeur_mesures = agent.getCPUs();
    catch (MalformedURLException murle) {
    System.out.println();
    System.out.println("MalformedURLException");
    System.out.println(murle);
    catch (RemoteException re) {
    System.out.println();
    System.out.println("RemoteException");
    System.out.println(re);
    } catch (NotBoundException nbe) {
    System.out.println();
    System.out.println("NotBoundException");
    System.out.println(nbe);
    Thank you for your help.

    You may have solved it by now but your code is using the wrong variables when binding objects:
    Agent agent1 = new AgentImpl(192.168.1.1);
    Naming.rebind("rmi://192.168.1.1:1099/serviceRMI",agent);
    Agent agent2 = new AgentImpl(192.168.2.64);
    Naming.rebind("rmi://192.168.2.64:1099/serviceRMI",agent);
    Notice you are creating agents "agent1" and "agent2" but you are storing the stub of an instance called "agent".
    Otherwise, it should work so long as the names you are binding the variables to are unique and not rebound anywhere else.

  • How to start career with oracle

    Hi All,
    I am not for sure if here is right place to post my question.
    Well,I want to know what skills people should have if he want to take job as ORACLE DBA or ORACLE application developer.
    I have seen a lot job post on Dice.com website.They look like people need to have knowledge on many fields.I wonder If it is real or just like highest water mark.

    Hi
    Thanks for your reply.
    The further question is what languages (except of SQL,PL/SQL) I must know and skill level ?I know C, C++, and Foxpro and littile bit of VB and Java.
    Best Regards,
    Henry

  • How do i start new i cloud. on new e mail acc with no p/w

    how i start new i cloud new account. wife left last year because she was unfaithful left no bad terms she wont give the passwords for anything ive got  new apple password but cant do i cloud new account. phone & I pad seem to be useless..

    Unless you have the original receipt(s), you need your wife's help.
    Apple will not help in family dispute.

  • Help! How to start windows in boot camp?

    I have read several posts on this but I still cannot seem to get it started. I recently bought a macbook with bootcamp set up with windows xp. I had vmware fusion on my computer to use windows but I uninstalled it because I cannot use it for the purpose of windows that I need. Now, I do not know how to start windows on my computer. I cannot use a virtual machine because my exam software that I use for school will not start up when using a virtual machine.
    I restart my computer and hold down the option key and the only hard drive that shows up is the Mac HD. The boot camp drive does not show up. So, if I cannot start windows that way...is there any other way???
    THANKS!

    I cannot use a virtual machine because my exam software that I use for school will not start up when using a virtual machine.
    It requires DirectX 9? Huh?
    I restart my computer and hold down the option key and the only hard drive that shows up is the Mac HD.
    That sounds like your computer came with VM Fusion, and was not set up with boot camp. Please prove me wrong.
    First, how many disk icons are on your Mac OS desktop? Is there just the Macintosh HD icon, or is there another disk icon labelled, say, "Untitled" or "Boot Camp".
    Second, open /Applications/Disk Utility. Select your hard drive (not the Macintosh HD volume, but the actual hard drive, just above the Macintosh HD volume). Then click the "partition tab". How many partitions do you have. Does it show one HFS+ Journaled volume, or more than one partition and of what types.
    Third, if you did see a second disk icon in step one, select it and hit CMD-I. What is its used and free space? Open it in Finder: is there a boot.ini file? A Windows folder?
    Fourth--I should have thought of this first, sorry--some MacBooks have a bug that Option doesn't let you select an OS. So open Apple > System Preferences > Startup Disk and see if there is a Windows there for you to select. If so, select it and "reboot now" to boot into Windows. To boot back into Mac OS, you can either use the option key, or use the boot camp system tray icon to select Mac OS as your startup disk.
    Finally, did your computer come with a Windows XP CD?

  • How to start Photoshop CC on Creative Cloud

    I dont know how to start photoshop cc on creative cloud..

    @miilktea123,
    First, remember that you don't start Photoshop CC _on_ Creative Cloud, you install Photoshop on your machine via the Creative Cloud app. To do this:
    1) Go to http://creative.adobe.com
    2) Click the Download Center tab if it's not already selected
    3) Locate Photoshop and click Download
    4) The Photoshop product page displays
    5) Click Download again
    6) If it's not already installed, the Creative Cloud app is first installed (and you may be prompted to allow the Creative Cloud app installation)
    7) Once installed the Creative Cloud app downloads and installs Photoshop (again, you may be prompted to allow Photoshop to be installed)
    8) From then on, just treat it like any other app running on your computer
    Installing the Creative Cloud app the first time is a bit of a nuisance, but I have to say that managing/downloading/installing apps via the Creative Cloud app is one of my favorite features of Adobe Creative Cloud.
    These instructions assume that you already had a Creative Cloud subscription or have established a Creative Cloud trial account.
    Let me know how it goes,
    Randy Nielsen
    Product Integration Manager, Creative Cloud Learning & Training
    Adobe

  • How do I use my third computer with cloud. I am rendering a project in Avid Media composer

    How do I get my third computer to work with when I am rendering Avid project on the other two computers computers

    Hi,
    Running creative cloud on third machine will prompt you for the deactivation from last 2 machines. As per EULA for Creative cloud you can only install and work on 2 machines only, be it MAC-MAC, MAC-windows and windows-windows.
    working on third machine without deactivation from previous machines is not possible.
    Hope this helps.
    Thanks
    Kapil Malik

  • How can I install Creative Cloud on a new computer? Should I uninstall the old computer?

    How can I install Creative Cloud on a new computer? Should I uninstall the old computer?

    Hi Bussada,
    No, you dont have to uninstall Creative cloud from the other machine. You can use your Adobe ID to download and install the software on the other machine. Please ensure that you don't use both machine at the same time.
    Download creative cloud desktop app from this link.
    https://creative.adobe.com/products/creative-cloud
    Regards,
    Abhijit

  • My Icloud has my music library- cant seem to access that library from my second computer- logged in to iclouds.. how do i access my cloud in Itunes from anotehr computer?

    cant seem to access that library from my second computer- logged in to iclouds.. how do i access my cloud in Itunes from anotehr computer?
    I also cn plug my device- iphone- into my computer.. but cant hear play back? What in the world am i doing wrong here?

    Ive done that.. a laptop at home and one at work.. one I can get it on- the other it shows the libary now that ive matched it- but its all grayed out and i cant access it

  • How can I see which computers (computer name) Creative Cloud is installed on?

    How can I see which computers (computer name) Creative Cloud is installed on?

    Hi Arno ten Hagen,
    To check for activation you need to go to all the machines in which you have installed CC apps, launch any of the CC software, go to help and you will see the email address mentioned by which you are logged in to that machine.
    Kb: http://helpx.adobe.com/x-productkb/policy-pricing/activation-deactivation-products.html .
    Regards,
    Romit Sinha

  • My 6th generation nano isn't recognized by my computer. When I plug it in an error message pops up, which says "USB Device Not Recognized". Does anyone know how to start trouble shooting this. I updated both windows and iTunes.

    My 6th generation nano isn't recognized by my computer. When I plug it in an error message pops up, which says "USB Device Not Recognized". Does anyone know how to start trouble shooting this? I updated both windows and iTunes.

    Work through all the suggestions in this Apple support document first.
    iPod: Does not appear in Windows or iTunes and Device Manager is empty
    B-rock

  • How do I install creative cloud on a different computer?

    How do I install creative cloud on a new computer? I fried my laptop the other day and got a new one and I need some help installing cloud on my new computer.

    Neal1S please see Creative Cloud Help | Install, update, or uninstall apps for information on how to install the Adobe Creative applications, included with your membership, on your new computer.

Maybe you are looking for