p650 Problem with one Terminal/Console window

From: John F Riordan (jriorda2_at_CSC.COM)
Date: 11/26/03

  • Next message: Subrata Mondal: "Migrating from 4.2 to 5L"
    Date:         Wed, 26 Nov 2003 09:12:46 -0500
    To: aix-l@Princeton.EDU
    
    

    Hi All,

    I have a p650 with three LPARS. When I go into the HMC and bring up
    "Server Management" and right click on my "LPAR-2" and select "Open
    Terminal Window" The window will open, however I am getting the following:

    "YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY
    YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY"

    This would go on all day. My other two LPARS are fine. I can get to the
    Console login without a problem. I have been looking to see if there are
    setting for the console window, other than in "smitty" and the /dev/tty0
    configuration. It matches my other two LPARS.

    I am looking through the following Red Books to see: EFFECTIVE SYSTEM
    MANAGEMENT USING THE IBM HARDWARE MANAGEMENT CONSOLE FOR pSERIES, and
    pSERIES 650 MODEL 6M2 TECHNICAL OVERVIEW AND INTRO.

    I have not seen anything regarding the "Terminal window". I should also
    mention this is happening when I log into the HMC via "Web-based System
    Manager" from one of my other RS/6000's, The p650 Console Running Red Hat,
    and My Windows NT machine running the PC version of "Web-based System
    Manager"

    I hope I explained this ok.

    As always, Thanks in advance.
    John

    John Riordan
    Unix Systems Administrator
    CSC / Bath Iron Works
    Bath, Maine
    jriorda2@csc.com
    207.442.1094

    ----------------------------------------------------------------------------------------

    This is a PRIVATE message. If you are not the intended recipient, please
    delete without copying and kindly advise us by e-mail of the mistake in
    delivery. NOTE: Regardless of content, this e-mail shall not operate to
    bind CSC to any order or other contract unless pursuant to explicit written
    agreement or government initiative expressly permitting the use of e-mail
    for such purpose.
    ----------------------------------------------------------------------------------------


  • Next message: Subrata Mondal: "Migrating from 4.2 to 5L"

    Relevant Pages

    • Re: working set and console applications
      ... I created a windows application and then I created a child console process ... that I started from the parent process using CreateProcess. ... I minimize the child console window it also causes the working set of the ...
      (microsoft.public.win32.programmer.kernel)
    • Re: Console applications window size
      ... AllocConsole() or AttachConsole. ... You already have a console, ... SMALL_RECT srWindowRect; // hold the new window size ... >exe from a cmd prompt, the same cmd prompt gets bigger properly. ...
      (microsoft.public.vc.language)
    • Re: How to minimize command mode window in console program?
      ... to set some property to minimize the console window. ...     ByVal hWnd As IntPtr, ...     End Sub ...
      (microsoft.public.dotnet.languages.vb)
    • Re: vb6 run from and output to command window
      ... VB doesn't really create true console applications (because the linker ... allocate the console window, and read/write from/to it. ... Private Declare Function AllocConsole Lib "kernel32" As Long ... Dim lResult As Long ...
      (microsoft.public.vb.general.discussion)
    • Re: Running Command line programs from VC++
      ... >> systemis appropriate if your program is a console program and you ... >> (hiding the console window, piping data to and from the program, etc.) ... >filing a bug report complaining my application failed. ... static BOOL SevDelFolder(HWND hwnd, PTSTR pdirname) ...
      (microsoft.public.vc.language)