1834008 Members
1633 Online
110063 Solutions
New Discussion

Re: configure SIM server

 
IT_2007
Honored Contributor

configure SIM server

Installed latest HP SIM version 5.1 on HP PA-RISC system and able to start first time wizard.

http://localhost:280

But I would like to point link to http://sim:280 and which should be pointing to localhost. How do I configure it?

Thanks.
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: configure SIM server

Shalom,

That depends how the connecting system does host name resolution.

If its another Linux or Unix system, add an entry to /etc/hosts.

sim
example
192.168.0.10 sim

Where 192.168.0.10 is the ip address of the sim server.

If its windows, you may need DNS support or the same kind of entry in lmosts.

sEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Steven E. Protter
Exalted Contributor

Re: configure SIM server

Shalom,

That depends how the connecting system does host name resolution.

If its another Linux or Unix system, add an entry to /etc/hosts.

sim
example
192.168.0.10 sim

Where 192.168.0.10 is the ip address of the sim server.

If its windows, you may need DNS support or the same kind of entry in lmosts.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Steven E. Protter
Exalted Contributor

Re: configure SIM server

Shalom,

That depends how the connecting system does host name resolution.

If its another Linux or Unix system, add an entry to /etc/hosts.

sim
example
192.168.0.10 sim

Where 192.168.0.10 is the ip address of the sim server.

If its windows, you may need DNS support or the same kind of entry in lmhosts file.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
IT_2007
Honored Contributor

Re: configure SIM server

I have already reserved sim in DNS and want to use "sim" name instead of hostname for SIM server.