GithubHelp home page GithubHelp logo

reset-root-password-uag-airwatch's Introduction

reset root password Airwatch UAG server VMware

  1. Log into vcenter console.
  2. Locate the airwatch uag vm or appliance and connect vm console.
  3. Restart the uag vm.
  4. When bootup or appear photon OS GUI page, press "e".
  5. Then, You will see the below GRUB options.
    • GNU GRUB

image

  1. Remove all the word after "root=$rootpartition" and add below line after it.

    rw init=/bin/bash
    
    • Full line will be look like below
    linux /boot/$photon_linux root=$rootpartition rw init=/bin/bash
    
  2. Type Ctrl+X or F10 to load after that it'll boot to root shell.

    • PASSWD shell passwd shell

      passwd
      
    • Type new password and confrim new password.

  3. This step is depedend on your requirements, you can do this step if your account is locked.

    • Check your account is lock or not.

      pam_tally2 -u root
      
    • If result shown 2 or more in failures coloum, excute below command and then check again above command failures value will be "0".

      pam_tally2 -u root -r
      

Ref url: vmware,minarik.io

reset-root-password-uag-airwatch's People

Contributors

mgyannainglin avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.