Operating System - HP-UX
1855501 Members
2556 Online
104111 Solutions
New Discussion

Re: convert in trusted mode

 
SOLVED
Go to solution
Shah Gaurang B.
Frequent Advisor

convert in trusted mode

Hi Friends,

Will converting system in trusted mode impact on cluster ? Required kernel update ? If yes how to solved the problem if i want to go for trusted mode ? I have hp-ux 11.11 in my system.
5 REPLIES 5
Mridul Shrivastava
Honored Contributor
Solution

Re: convert in trusted mode

Converting a system in trusted mode will not affect the clustering. you need to execute tsconvert to convert into trusted mode. If you face any issues, you can revert it back using tsconvert -r

HTH
Time has a wonderful way of weeding out the trivial
RAC_1
Honored Contributor

Re: convert in trusted mode

There will be no impact on cluster.

But all user passwords will expire. to avoid it, do /usr/lbin/modprpw -V immediately after you convert system to trusted mode.
There is no substitute to HARDWORK
Raj D.
Honored Contributor

Re: convert in trusted mode

Hi Gourang,

No kernel update required , and no clister impact ,

You have to execute :

# /usr/lbin/tsconvert

and then,

# /usr/lbin/modprpw -V


Cheers,
Raj.
" If u think u can , If u think u cannot , - You are always Right . "
Raj D.
Honored Contributor

Re: convert in trusted mode

Gourang,

Also check out this link :


http://docs.hp.com/en/B2355-90121/index.html


Cheers,
Raj.
" If u think u can , If u think u cannot , - You are always Right . "
Shah Gaurang B.
Frequent Advisor

Re: convert in trusted mode

thanks to all for prompt reply