AIOps

AIOps

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#ITAutomation
#AIOps
#CloudPakforAIOps
#AIOps

 View Only
  • 1.  Change ObjectServer Password

    Posted 03/08/17 10:25 AM

    How can we change the ObjectServer password on aix? Currently, the default password is empty.
    I checked the documents but couldn't find it or missing it. Thanks in advance. 



  • 2.  RE: Change ObjectServer Password

    Posted 03/09/17 02:43 AM

    Hi, use these commands:

    nco_sql -server NCOMS -user root

    (NCOMS is the default name, change it to your objectserver name)

    > alter user 'root' set password 'yournewpassword';

    (these are single quotes and don't forget the semicolon)

    > go

    > exit

     



  • 3.  RE: Change ObjectServer Password

    Posted 03/09/17 09:27 AM

    Great, thank you Javier!