Server Management - Systems Insight Manager
1748170 Members
3934 Online
108758 Solutions
New Discussion юеВ

Re: Auto sign in for SIM

 
City_Blue
Super Advisor

Auto sign in for SIM

is there away to set up automatic sign in for SIM on a windows server?

so i just double click the SIM icon and it signs me straight in using my log on credentials.

cheers
6 REPLIES 6
Dzmitryj Jakavuk
Super Advisor

Re: Auto sign in for SIM

If you're signing in from sim server itself it's impossible

If you signing in from other machine from the same Active Directory domain which SIM server (windows based) belongs to - yes it's possible. See the documentation
City_Blue
Super Advisor

Re: Auto sign in for SIM

why would i see the documentation when i have a forum to tell me
David Claypool
Honored Contributor

Re: Auto sign in for SIM

If you have kerberos security functioning on your client's login to AD then you will get logged into HP SIM automatically if you are an authorized user.
JKytsi
Honored Contributor

Re: Auto sign in for SIM

if you configure the SIM to do it. By default it won't work. Sim 5.3 technical reference guide and few lines there will sort it out for you.
Remember to give Kudos to answers! (click the KUDOS star)

You can find me from Twitter @JKytsi
H. Sch├╢bel
Advisor

Re: Auto sign in for SIM

I search through the document and cannot find the sequence. Where (page number) have you found the modifications?
NJK-Work
Honored Contributor

Re: Auto sign in for SIM

You can modify this file to have it auto-fill some fields for you:

c:\Program Files\HP\Systems Insight Manager\hpwebadmin\webapps\ROOT\login.jsp

For example, you could add your domain name to it at this section:

<% if (loginBean.showDomainName())
{ %>

<%=domain%>




<% } %>

Set the "YourADDomainNameHere" text to your domain name.

Perhaps with some playing around, you can get it to automatically fill in your user name and password in similar fields. Not something I would do or recommend, but if thats what you want to do...

Nelson