ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Ambarishrh
    3. Posts
    • Profile
    • Following 42
    • Followers 10
    • Topics 414
    • Posts 1,933
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: PROTONMAIL - AN END-to-END ENCRYPTED EMAIL

      @alexntg Well, that's their point, encryption.

      posted in IT Discussion
      AmbarishrhA
      Ambarishrh
    • Pingdom is joining SolarWinds

      http://royal.pingdom.com/2014/06/18/pingdom-joining-solarwinds/

      posted in IT Discussion
      AmbarishrhA
      Ambarishrh
    • RE: Physical server to Azure migration

      Ok, so the dev quickly checked and the SQL was not working, only because the IP was changed due to the server change. Updated sql with the current IP and restarted sql services, all working fine! 🙂

      posted in IT Discussion
      AmbarishrhA
      Ambarishrh
    • RE: active directory real defense for domain admins

      @Carnival-Boy Having a Domain administrator account for the regular support tasks is not generally recommended. what I suggest is to create a normal account for these tasks and you can create a GPO targeted to all Computer Objects (excluding your servers) in your AD and add this account to the Restricted Group then this account will have admin access to all machines.

      For more details about the Restricted Group: http://www.windowsecurity.com/articles-tutorials/windows_os_security/Using-Restricted-Groups.html

      posted in IT Discussion
      AmbarishrhA
      Ambarishrh
    • active directory real defense for domain admins

      Youtube Video

      posted in IT Discussion active directory security
      AmbarishrhA
      Ambarishrh
    • PROTONMAIL - AN END-to-END ENCRYPTED EMAIL

      https://protonmail.ch/

      posted in IT Discussion email
      AmbarishrhA
      Ambarishrh
    • Physical server to Azure migration

      Bear with me for the long story, but thought of sharing with you all! 🙂

      I've been working on a server migration from a physical server to Azure.

      The physical server has Sharepoint running (testing/development-single server), and to save cost, we wanted to migrate to Azure. Plan was to convert the physical servers disk to vhd using microsoft Disk2vhd for both c and d drives, create the Azure account, use powershell to import the vhd files to Azure, create vm using these disks

      The disk size was huge and this server was hosted on a different location, and the only access to that was rdp and ftp and the ftp was really not that good on transferring this huge file. Used Disk2vhd converted the drives to vhdx, I had to use hjsplit to split the vhdx files with 3.5GB each and then download, combine back with hjsplit. After few days of downloading, got all the split files locally, combined it back using hjsplit and then used Azure powershell and tried to import it. Then I learned that Azure doesnt work with vhdx file! (as per my experience and research), wasted almost a week for this! 😞

      Redid the vhd creation, (this time as "VHD"), hjsplit-download-combine-Import- success! 🙂

      So i thought, that was it, followed the MS document, and then created image with the VHD, tried creating the VM, it got stuck on provisioning the VM for around 4 hours and then failed! More google search and found out that the server has to be sysprep'd before you convert to vhd! 😞 But in my case I can't sysprep as the server was already up and running with SP. (Hope this is correct with Sysprep!)

      Almost lost hope, but tried one more time.

      From Azure- Virtual Machines- Disks- I created 2 disks using the VHD url for the imported VHD files, and then created virtual machine with that- From Gallery-My Disks- selected the c drive disk- and also added the d drive disk as additional- removed the "Install the VM agent" option (enabling this failed the VM creation again), and created the machine, after few minutes, the VM created successfully. Connected to the server via RDP and seems like all working fine! 😄

      I've given the server access to the dev to make sure the sp site is working fine, and I really hope all good and ignoring sysprep wont harm! 🙂

      posted in IT Discussion azure migration vhd
      AmbarishrhA
      Ambarishrh
    • RE: Amiga vs. Atari (1985)

      Thanks for the share, very cool! 🙂

      posted in IT Discussion
      AmbarishrhA
      Ambarishrh
    • RE: Stop using Nagios :)

      Hope he comes up with the proposed solution soon! Would be great to see a server monitoring tool with dashboard which matches the existing trends 🙂

      posted in IT Discussion
      AmbarishrhA
      Ambarishrh
    • RE: OReilly Deal of the Day

      Packt Publishing Anniversary Celebration
      1,300 Titles for Web, Mobile, and Game Developers, IT Administrators, Data Analysts, and More

      http://shop.oreilly.com/category/deals/packt.do?code=WKPKTAN&imm_mid=0be075&cmp=em-na-books-videos-lp-owo_packt_anniversary_direct

      posted in News
      AmbarishrhA
      Ambarishrh
    • Stop using Nagios :)

      Interesting video!

      Youtube Video

      posted in IT Discussion nagios monitoring
      AmbarishrhA
      Ambarishrh
    • RE: Need some advice on GIT

      Yeah all of our guys liked it, now need to put a proper plan for migrating our subversion to git lab and train everyone, wish me luck! 🙂

      posted in IT Discussion
      AmbarishrhA
      Ambarishrh
    • RE: vtop — A Terminal Activity Monitor in Node.js

      Just now found another http://scoutapp.github.io/scout_realtime/

      posted in IT Discussion
      AmbarishrhA
      Ambarishrh
    • RE: Need some advice on GIT

      Demo for gitlab http://demo.gitlab.com/users/sign_in

      posted in IT Discussion
      AmbarishrhA
      Ambarishrh
    • RE: Need some advice on GIT

      It has great web interface. Manage users, groups, logs, wiki, issues etc. All what we were looking for, the guys started testing this already and really love it!

      For me to be happy, I need to deploy this manually, but now to get all up and running, learning git commands! 🙂

      posted in IT Discussion
      AmbarishrhA
      Ambarishrh
    • RE: vtop — A Terminal Activity Monitor in Node.js

      I am using htop on servers, much better info than top

      posted in IT Discussion
      AmbarishrhA
      Ambarishrh
    • RE: Need some advice on GIT

      Found an easy installer with bitnami- https://bitnami.com/stack/gitlab

      Installed, up and running in 5 minutes!

      But I still want to configure it from scratch manually. If I could successfully complete this, will post a how-to! 🙂

      posted in IT Discussion
      AmbarishrhA
      Ambarishrh
    • vtop — A Terminal Activity Monitor in Node.js

      http://parall.ax/vtop

      posted in IT Discussion
      AmbarishrhA
      Ambarishrh
    • RE: Need some advice on GIT

      Our dev team is around 100 users

      posted in IT Discussion
      AmbarishrhA
      Ambarishrh
    • RE: Need some advice on GIT

      Thanks @scottalanmiller Atlassian & BitBucket are paid i believe. Moving out from our free subversion server, I need a solid free self hosted GIT option. Thats the reason I was checking Gitlab

      posted in IT Discussion
      AmbarishrhA
      Ambarishrh
    • 1 / 1