Thursday, October 13, 2011

How can Siebel SADMIN password be changed on Unix?.

Visit the Below Website to access unlimited exam questions for all IT vendors and Get Oracle Certifications for FREE
http://www.free-online-exams.com



Problem: How can Siebel SADMIN password be changed on Unix?.

Solution:





Following is the sequence of steps taken to change the SADMIN password only.
Note: It is not necessary to change the Unix password in \etc\passwd file unless the user wants to keep the login password synchronized with the Siebel server. Step: 1: End all client sessions
Step: 2: Shut down the Siebel Server
Ensure the environment is correctly set.
If not, in the Siebel_root directory type in the following commands:
ksh
. ./siebenv.sh
env | grep ROOT
Output should be the Siebel root.
To shut down the servers, use command:
//bin/stop_server all Step: 3: Change Password in Siebel Gateway server
Use the following ‘srvrmgr’ command to change the password at the Siebel Enterprise Level:
First Login at the Enterprise Level:
srvrmgr -g -e -u -p
At the srvrmgr prompt type:
Srvrmgr> change Enterprise param Password= Step: 4: Change Password in database
Change the database password for ‘SADMIN’ using the standard commands for the particular database. For the exact syntax, refer to the database administrator or database documentation. Step: 5: Shut down gateway server
Use command:
\\stop_ns Step: 6: Restart the Gateway Server
Use command:
\\start_ns Step: 7: Start Siebel servers
Use command:
\\start_server all Step: 8: Verify
Verify the password change by connecting to Server Manager using the following command:
srvrmgr -g -e -s -u SADMIN -p ‘New password’
User should be able to log as SADMIN with the new password.
The steps above assume that the application is configured using database authentication and the password parameter was not changed at Component level


References:

How can Siebel SADMIN password be changed on Unix? (Doc ID 476303.1).
Get Oracle Certifications for all Exams
Free Online Exams.com

No comments: