Operating System - HP-UX
1833770 Members
2215 Online
110063 Solutions
New Discussion

Unable to login to HP UX system

 
HPUX Admin_2
Advisor

Unable to login to HP UX system

When i try to login to HPUX System it gives the erroe as

The desktop messaging sysytem could not be started.

To correct the problem:

1. Chosse [OK] to return to login screen.

2. Select Failsafe Session from the login screen's option
menu and log in.

3. Check to see that the desktop is properly installed,
the hoastname is correct (/etc/hosts) and that the
network is properly configured.




I was able to login to system before and i cant restart the system its a Licence Server.

So please help.


Rohit
21 REPLIES 21
OFC_EDM
Respected Contributor

Re: Unable to login to HP UX system

Are you using an application on a PC/laptop to access the UX server?

If so can you provide some details about the PC and app?

If not are you logging in directly via CDE on the HP ux server itself?
The Devil is in the detail.
Jeeshan
Honored Contributor

Re: Unable to login to HP UX system

Hi Rohit

Just follow the steps

Copy the nsswitch.files to the nsswitch.conf.

# cp /etc/nsswitch.files /etc/nsswitch.conf

If you use dns, edit the the line

hosts: files
to
hosts: files [NOTFOUND=continue] dns


have fun!!!
a warrior never quits
Jeeshan
Honored Contributor

Re: Unable to login to HP UX system

HI

any success??

POINTS SHOULD BE IN ORDER TO COME
a warrior never quits
HPUX Admin_2
Advisor

Re: Unable to login to HP UX system

I am not able to go in the hpux login through telnet or localy


Rohit
Ravi Khinchi
Occasional Contributor

Re: Unable to login to HP UX system

hi

1.login through console/MP and check the network services ..telnet etc ..running properly or note ..

2.Try to use putty session


Ravi
sreekanthtm
Trusted Contributor

Re: Unable to login to HP UX system

>>>I am not able to go in the hpux login through telnet or localy

Whats the error msg ur getting??
While trying locally and telnet

Rgds
Sreekanth
HPUX Admin_2
Advisor

Re: Unable to login to HP UX system

The desktop messaging sysytem could not be started.

To correct the problem:

1. Chosse [OK] to return to login screen.

2. Select Failsafe Session from the login screen's option
menu and log in.

3. Check to see that the desktop is properly installed,
the hoastname is correct (/etc/hosts) and that the
network is properly configured.
V. Nyga
Honored Contributor

Re: Unable to login to HP UX system

Hi,

can you 'rlogin' from another ux system?

V.
*** Say 'Thanks' with Kudos ***
HPUX Admin_2
Advisor

Re: Unable to login to HP UX system

No i cant login localy from the same machine and not from telent. and i cant restart the server coz its licence server.



rohit
Johnson Punniyalingam
Honored Contributor

Re: Unable to login to HP UX system

must have got some issue with dtlogin in the Server.?

or

you can confirm it if your try logging in the another with same method you login

Thanks,
Johnson

Problems are common to all, but attitude makes the difference
HPUX Admin_2
Advisor

Re: Unable to login to HP UX system

I ahve tried to login from another machine but not able to it ask for user name and password and it gives error as.



HP-UX tehp20 B.11.11 U 9000/785 (ta)

login: root
Password:
Last successful login for root: Sat Oct 25 11:05:31 IST-5:30 2008 on pts/ta
Last unsuccessful login for root: Sat Oct 11 10:09:32 IST-5:30 2008

msgcnt 208 vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block exte
nt)

Wait for login exit: ..


Connection to host lost.





Rohit
Dennis Handly
Acclaimed Contributor

Re: Unable to login to HP UX system

>msgcnt 208 vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block extent)

You have to fix this first.
Can you do a command line login?
Johnson Punniyalingam
Honored Contributor

Re: Unable to login to HP UX system

HP-UX tehp20 B.11.11 U 9000/785 (ta)

>>>>login: root
Password:
Last successful login for root: Sat Oct 25 11:05:31 IST-5:30 2008 on pts/ta
Last unsuccessful login for root: Sat Oct 11 10:09:32 IST-5:30 2008 >>>

Looks to me either no direct login for root (or)

>> has Dennis:- mentioned pls take a look on the below alert. -> very important
>>>msgcnt 208 vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block exte
nt)<<<<

One of the root file system is full . if its / File system it will never allow any body to login becoz no more space to allow login.< you need check this . otherwise Server may crash please alert the System Admin to pshyicaly take look

Wait for login exit: ..


Connection to host lost.
Problems are common to all, but attitude makes the difference
HPUX Admin_2
Advisor

Re: Unable to login to HP UX system

it is not able to go in # promt

i think i have to restart the system and login in single user mode and make some space clear in /root

am i doing the write step.



Rohit
Johnson Punniyalingam
Honored Contributor

Re: Unable to login to HP UX system

you can take reboot let the system come up.

no need to go single user mode,

Once system up .. pls check bdf --> output in front of the Console,

it should work .. :) than try clear some free space

Thanks,
Johnson
Problems are common to all, but attitude makes the difference
Dennis Handly
Acclaimed Contributor

Re: Unable to login to HP UX system

If you can log into the system from anywhere, can you do a bdf?
Can you free up some space in /tmp or /var/tmp?
HPUX Admin_2
Advisor

Re: Unable to login to HP UX system

i have rebooted but it dint worked same problem.


Rohit
Johnson Punniyalingam
Honored Contributor

Re: Unable to login to HP UX system

>>i have rebooted but it dint worked same problem>>>

same probelm .?

bdf -> output

You can check if dtlogin is running with the following command:

ps -ef | grep dtlogin
If you do not see the dtlogin process listed (note that grep will be listed since it contains dtlogin in its parameter list) then you need to start it in order for Xdmcp sessions to this machine to work. You can start dtlogin as follows (as root):

/usr/dt/bin/dtlogin &

Your Xdmcp sessions should now work,

Thanks,
Johnson
Problems are common to all, but attitude makes the difference
HPUX Admin_2
Advisor

Re: Unable to login to HP UX system

Yes i have rebooted the system and login in single user mode and cleard the space from /tmp now i am able to login

Rohit
Jeeshan
Honored Contributor

Re: Unable to login to HP UX system

you should at least assign points to the participants
a warrior never quits