Forum Discussion

mkruer's avatar
mkruer
Level 4
12 years ago

Running HA as nobody:nobody

I am running 5.1 HA on a RHEL setup. Right now I have a working cluster with application failover. All our application are set to be run as the nobody:nobody account on the system. As part of the HA ...
  • Satish_K__Pagar's avatar
    12 years ago

    You need to use the following:

    root # hauser -add nobody -priv Administrator

    (Provide the password here)

    Now enter into nobody's account:


    root # su - nobody

    Execute the following so that ha commands will not require a password for this user shell.
    nobody $ halogin nobody <password>

    nobody $ hares -state

    Now all "ha" commands should work fine through "nobody" account without requiring password.

    Hope that helps.