- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- unable to get console through MP
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2008 04:27 AM
01-10-2008 04:27 AM
unable to get console through MP
Though i am able to telnet to the system but when i type co at MP prompt it gets stuck.
following is the out put i get.
MP MAIN MENU:
CO: Console
VFP: Virtual Front Panel
CM: Command Menu
CL: Console Log
SL: Show Event Logs
HE: Main Help Menu
X: Exit Connection
[hppi008rc] MP> co
(Use Ctrl-B to return to MP main menu.)
- - - - - - - - - - Prior Console Output - - - - - - - - - -
- - - - - - - - - - - - Live Console - - - - - - - - - - - -
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2008 05:29 AM
01-10-2008 05:29 AM
Re: unable to get console through MP
If you can go into CM there is an option to display all admin users. You could confirm this is the case.
You may be able to find and go and close that earlier session manually.
There was a way to kill the earlier session, but I can't recall the syntax on that right now. Maybe someone else remembers it.
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2008 05:39 AM
01-10-2008 05:39 AM
Re: unable to get console through MP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2008 05:41 AM
01-10-2008 05:41 AM
Re: unable to get console through MP
Try an OS reset.
http://forums11.itrc.hp.com/service/forums/questionanswer.do;HP-FORUMS-S-WPA-IDX=H4RGcFbTtKytmY51D1WXqsgmwDY11yh1JTbR5Tt1brtTNnBd0T1n!846790842!-916765232?threadId=1158493
It could however be a hardware problem.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2008 05:44 AM
01-10-2008 05:44 AM
Re: unable to get console through MP
Just a thought,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2008 05:45 AM
01-10-2008 05:45 AM
Re: unable to get console through MP
If you can access the system in some other way (e.g. logging on the system using telnet over the regular network interface, *not* using the MP) you could run "ps -ft console" to see if the console getty is running or not. You should get something like this:
ps -ft console
UID PID PPID C STIME TTY TIME COMMAND
root 3779 1 0 Sep 17 console 0:00 /usr/sbin/getty console console
If you see processes other than getty, someone is already logged on at the console.
You could use "kill -HUP" to remove those processes; the init process should then re-start the console getty process automatically.
If "ps -ft" displays no processes at all, your console getty may be disabled for some reason. Check your /etc/inittab for errors. Run "init q" and watch the /var/adm/syslog/syslog.log file: if there are any errors in the inittab file, the init process should output an error message to the syslog.
If there is a hardware problem ("screaming tty"), init might restart the getty after "init q" but it will immediately die because of invalid input. In this case, init will keep restarting the getty process for a while, but eventually it will put it on hold. Run the "ps -ft console" command repeatedly to see this: if the PID number of the getty process keeps changing, it indicates getty dies and is restarted. If so, init may eventually disable it to avoid spending CPU time to a process that just keeps dying.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2008 02:33 PM
01-10-2008 02:33 PM
Re: unable to get console through MP
1) it never worked before: the console setting is wrong, if you have an Integrity server
2) it worked before and your MP is hung, but you will not be able to work with MP... (reset MP)
3) your console session is busy or hang ... see above.
post "model" output to be sure about the hardware.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2008 03:02 PM
01-10-2008 03:02 PM
Re: unable to get console through MP
ps -ef|grep getty
kill that pid
getty will restart as it is listed as respawn in the inittab.