user's hostname issue while staring a weblogic server

1

When login with putty with any user say 'oracle' the prompt is showing the prompt as follows: oracle@/? instead of actual hostname like oracle@myhostwhich is why I am unable to start my server as its going to lookup for ip with the hostname /? to IPV4 which its not able to resolve.

How can I revert the user to use the hostname oracle@myhost instead of oracle@/? ?

SME

Posted 2016-11-21T11:33:10.470

Reputation: 111

What you mean by "my user is showing as follows: oracle@/?"? Is that the output of id? Or the contents of $USER? And what does the hostname have to do with anything? – Toby Speight – 2016-11-22T16:52:55.890

@TobySpeight Thanks for the response, I have edited the question to add more clarity of the problem I am facing – SME – 2016-11-23T04:52:15.890

No answers