Hmc lpar console integration


 
Thread Tools Search this Thread
Top Forums UNIX for Beginners Questions & Answers Hmc lpar console integration
# 1  
Old 05-07-2019
Hmc lpar console integration

We want to integrate powervm by using openstack with hmc.
Now we encounter problem with the console, we can open the terminal within hmc, and I think hmc using tech java applet.


sample applet code like



Code:
<applet codebase="https://172.16.28.174/hmc/" archive="/applets/pseries_vterm.jar,/applets/appletssl.jar" code="com.ibm.hwmca.vt.applet.VtApplet" id="applet1892" width="1" height="1"><param NAME="MACH_TYPE" VALUE="8204-E8A"/><param NAME="SLOT_NUM" VALUE="16"/><param NAME="PORT" VALUE="9960"/><param NAME="SERIAL_NUM" VALUE="065BD85"/><param NAME="TITLE" VALUE="172.16.28.174 : test_aix / p6550"/><param NAME="legacyhmc" VALUE="legacy"/><param NAME="TOKEN" VALUE="-788767496"/><param NAME="ADDR" VALUE="172.16.28.174"/></applet>

But I see there is a lot params to take.


Is there any other ways to open the lpar console in hmc, like kvm vnc console?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Install AIX , do i need hmc console

Hi, For installing aix on power series , do i need to install hmc first? or i can connect hmc after? Rgs, (7 Replies)
Discussion started by: prpkrk
7 Replies

2. AIX

Moving VIOS, LPAR's, HMC to different subnet

Hi, Just joined to new company with one Power 720 Express (8202-E4C) server and have no much experience with IBM systems. I am trying to move everything I mentioned to different subnet as required by customer contract (currently sitting on same subnet as company lan). Access to this subnet will... (8 Replies)
Discussion started by: spricer
8 Replies

3. AIX

Install AIX lpar via hmc, can't access cd drive

Hi , I would like to access the cd drive of , i have power series server , and have lpars . I try to install AIX in an lpar via HMC, but it can't access the cd drive. how i can make installtion or make the the cd drive accessible in hmc or in power series server? Thanks in advance (2 Replies)
Discussion started by: prpkrk
2 Replies

4. AIX

Command to show HMC of this lpar?

Does anyone know of a command that can be run on the lpar to show the name of the lpars managing HMC? We have a large environment and records a little old on which HMC manages which lpars....if i could login to an lpar and just issue a command to show me its managing hmc that would be great. (2 Replies)
Discussion started by: Foiled
2 Replies

5. AIX

Setup hacmp on lpar with a hmc for home lab

Unix Guys i want to setup a lab in my house for learning, i want to setup and hacmp and a seperate server where i can setup 2 lpars and then cluster those 2 lpars and setup them up for failover what is the cheapest way to achive this. my objective is to learn hmc -> managed server via... (7 Replies)
Discussion started by: asyed123
7 Replies

6. AIX

Discovery LPAR from HMC

Hi All, i would like to know if it's possible to know all the IP Addresses of all LPAR's interfaces from HMC (without connect into LPAR). And if i can know also the "Application" hostname of LPAR from HMC. Thanks in advance. Bye Mario (2 Replies)
Discussion started by: Zio Bill
2 Replies

7. Solaris

HMC console fo SPARC machines

Hi I wonder how to create HMC console for machines where is SOLARIS10 installed SPARC platform ? Is there some free way ? thx for help. (6 Replies)
Discussion started by: presul
6 Replies

8. AIX

How to exit system console from HMC?

Hi, I ssh to HMC, then vtmenu, then start a system console from there. How do I exit the console to return to HMC prompt? I've tried the following two key combinations but none of them is working: (1) ~~ (2) Ctrl+[, Shift+( Thank you in advance! (4 Replies)
Discussion started by: aixlover
4 Replies

9. AIX

Unable to Switch tasks when trying to open console window in HMC

Hi, I am trying to open a console window through the HMC. When I choose to do this the toolbar at the top left of the HMC screen show 'Open Terminal Window'. However when I click on it I am getting the error - "The tsak you want to switch to is an applet based task, which dowes not support... (1 Reply)
Discussion started by: jimthompson
1 Replies

10. AIX

CDROM Issue on LPAR HMC VIO

Whenever I assign/unassign a CDROM ( RAID CTRL ) to Active LPAR from HMC, I have to reboot the LPAR. How can I do it without rebooting the LPARS. POWER6 with HMC LPARS = AIX 6.1 Any info developerWorks : AIX and UNIX : PowerVM Forum : Moving CD-ROM/DVD-ROM dynamically ... But... (5 Replies)
Discussion started by: filosophizer
5 Replies
Login or Register to Ask a Question
TWIGLET(1)							   User's Manual							TWIGLET(1)

NAME
twiglet - observe or control an RVC-enabled machine's console SYNOPSIS
twiglet [OPTION]... host-specification DESCRIPTION
twiglet is a program for controlling another machine's console. It works using the RVC protocol, and an RVC server (such as rvcd(1)) must be running on the machine to be observed. Using twiglet, the a best effort attempt is made to duplicate the screen contents of the observed machine. If the machine is displaying a virtual text console, the text on the console is rendered in the terminal in which twiglet runs. If the machine is displaying an X ses- sion, and the RVC server supports VNC integration, twiglet will open a window that contains the current contents of the X display. It is also possible to control the observed machine in various ways. With keyboard control enabled (and with support from the RVC server), keys may be sent to the observed machine in text console mode almost as if they were typed from the keyboard. Twiglet also supports switching virtual console on the observed machine. Finally, if VNC integration is available, the X display can be manipulated almost as if the user were at the console. The intended use for twiglet is in training and teaching environments. The idea is that there are student machines and a control machine (which the trainer or teacher would be using), with a serial line attached to each student machine. The trainer or teacher can then ana- lyse the students' attempts to complete tasks, and help them out (showing them how to finish it) without needed to push them aside to get to the keyboard. This client is written using ncurses(3X). OPTIONS
--help display a help message and exit successfully --version display a version number and exit successfully -c, --control control the remote machine rather than just observing it -e xy, --escape xy set the escape character and the escape escape character (like screen(1)) The host-specification takes one of the following forms: host:port to connect to an RVC server over TCP tty [host] to communicate with an RVC server over a tty (for example a serial line); the optional hostname is for VNC integration BUGS
I'm sure there are bugs, but I don't know what they are. AUTHOR
Tim Waugh <twaugh@redhat.com> VTGRAB
20 Sep 2000 TWIGLET(1)