Posts

Showing posts with the label password

Change the passwords for each of my IBM InfoSphere Information Server users (wasadmin, isadmin, xmeta, iadb)

What is the correct procedure to change the passwords for each of my IBM InfoSphere Information Server users (wasadmin, isadmin, xmeta, iadb)? Answer There is a specific sequence that should be followed. First shutdown DataStage Services in the following order: - Information Server - Websphere Service - DB2 Services Perform the instructions below for each user, as required, if you are using Local OS authentication.

Hide Password Entry in UNIX script:

We can use 'stty' to hide the password entry in UNIX command prompt, which is like entering password when you login to the UNIX. stty: 'stty' sets options for your terminal Ex : stty erase \^h --- set the backspace as erase key stty sane stty