vgHome
Posting Rules
Disclaimer
Privacy Policy and Contacts
About Rootvg
vgBookmarks
old Bookmarks
vgForum
Recent Posts
Old Forums
vgGuides
AIX6
FAQ
HOWTO
Service Bulletins
QuickRef AIX 5.2
QuickRef AIX 5.2 - Help
vgNews
HMC use for X11 server
Home
Help
Login
Register
Welcome,
Guest
. Please
login
or
register
.
January 09, 2009, 02:50:48 AM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
ROOTVG
>
AIX
>
Virtualization
>
HMC use for X11 server
Pages: [
1
]
2
Go Down
« previous
next »
Print
Author
Topic: HMC use for X11 server (Read 4427 times)
0 Members and 1 Guest are viewing this topic.
nazaki
Full Member
Posts: 18
Re: HMC use for X11 server
«
Reply #16 on:
March 13, 2007, 01:51:41 AM »
I heard spoken about a procedure to install Oracle from HMC console. Does any have an idea about the procedure ?
Logged
Michael
Administrator
Hero Member
Posts: 539
Re: HMC use for X11 server
«
Reply #15 on:
March 11, 2007, 08:05:46 PM »
The procedure described in the article you referred to explained it quite well.
Basically, it requires you to make a service call to IBM,provide the serial number of the HMC concerned, and request a one-day password to be able to access a regular shell. From this regular shell you are able to perform the command 'su' to switch user to root.
My experience is that they only provide the special password when there are problems in the 'regular' use of the HMC that cannot be solved using the standard interface. One example is starting a particular diagnostic program to get additional log reporting to assist in resolving a problem, or error message, that a standard program is reporting.
In other words, IBM support is not suppossed to give you a password because you request it but because there is another call already open that needs extra information that might be available to you as root. Generally, they will have a list of commands for you to perform as root as well.
Logged
nazaki
Full Member
Posts: 18
Re: HMC use for X11 server
«
Reply #14 on:
March 09, 2007, 09:25:03 PM »
Do you an idea how to access as root user ?
Logged
Michael
Administrator
Hero Member
Posts: 539
Re: HMC use for X11 server
«
Reply #13 on:
March 09, 2007, 01:04:11 PM »
Not sure if they will even give you a PE password for this. That password only works 24 hours btw.
AFAIK: it is not an intended function of the HMC. There may be a way around the 'security' settings of the HMC -
I assume there is actually
- but I am neither inclined nor willing to recommend using the HMC as an X server.
Quote from: nazaki on March 08, 2007, 03:29:27 PM
Thanks,
I understand what you mean !
I think if you ask IBM for PE password you will be warned about warranty that will automatiquely broken ! Do you confirm ?
So I want just to prouve the faisability on the technical plan The decision to adopt it permanently will be made later.
Logged
nazaki
Full Member
Posts: 18
Re: HMC use for X11 server
«
Reply #12 on:
March 09, 2007, 07:23:40 AM »
my goal is to work with hmc as the X server. Other solutions (like cygwin, exceed, vnc ) are already tested and are not the subjet of this question.
So lets focus on HMC and see what can give us !
«
Last Edit: March 09, 2007, 07:26:11 AM by nazaki
»
Logged
wwells
Full Member
Posts: 18
Re: HMC use for X11 server
«
Reply #11 on:
March 09, 2007, 03:58:22 AM »
Another option for X on a Windows PC is CygWin http://www.cygwin.com. It is a Linux compatible API for Windows (implemented as a DLL). It runs X and has most of the the major GNU tools ported to it. I've used it in the past and it's a great way to add X to a Windows box for free.
Logged
nazaki
Full Member
Posts: 18
Re: HMC use for X11 server
«
Reply #10 on:
March 08, 2007, 03:29:27 PM »
Thanks,
I understand what you mean !
I think if you ask IBM for PE password you will be warned about warranty that will automatiquely broken ! Do you confirm ?
So I want just to prouve the faisability on the technical plan The decision to adopt it permanently will be made later.
Logged
Michael
Administrator
Hero Member
Posts: 539
Re: HMC use for X11 server
«
Reply #9 on:
March 08, 2007, 07:46:58 AM »
There are always ways around things. I have heard of a few, and the article you present is certainly one of the more 'official-like' looking ones.
However, it is not what work the HMC is intended to do. As an instructor of AIX classes I aknowledge to students that hacks exist, but I strongly discourage them - especially if you want IBM support to assist you with hardware errors, HMC problems, etc..
As I understand it - the HMC is not a modified Linux box that you are free to modify. As installed and/or delivered the HMC is part of the LIC (Licensed Internal Code) used to manage the hardware - just as Hypervisor is part of the Power5 firware is also LIC - and is used to manage the hardware.
Especially if you are meaning it for Oracle management - continue using your PC solution, or possibly create a double boot PC (with Linux as second boot) if you are not wanting to continue paying license fees for Exceed.
Actually, if the problem is license fees for Exceed or any PC based X-server software there are sure to be others here on the forum with suggestions for "free" solutions.
One I have used within secure networks is vnc. On the Bull software site there is a vnc.server package for AIX. And there are many vnc clients for PC's available.
Using VNC the solution would be:
1) download package from Bull
2) install package (freeware.vnc is package name I believe, or vnc.freeware) using installp
3) run vncserver. Note that vncserver doesnt like hostnames with domainname included. the command hostname shold return a shortname (as www, rather than www.rootvg.net).
4) download and install a vnc client on a PC
5) connect to AIX system using vnc_client.
6) it should look on PC as if you had a hardware graphics card installed (e.g. Dt can be used, or just straight X11).
Logged
nazaki
Full Member
Posts: 18
Re: HMC use for X11 server
«
Reply #8 on:
March 08, 2007, 12:30:37 AM »
You can see the link
http://unix.derkeiler.com/Mailing-Lists/AIX-L/2004-03/0400.html
. It may be the begining of the solution !!!
As I know HMC has an embedded firewall per netwrok interface. The firewall can't allow the X11 protocol traffic to pass throught.
In contrast, ssh can be allowed. The X11 traffic can be tunneled in the SSH one using X11 forwarding.
Lets try together !
«
Last Edit: March 08, 2007, 12:32:55 AM by nazaki
»
Logged
Michael
Administrator
Hero Member
Posts: 539
Re: HMC use for X11 server
«
Reply #7 on:
March 07, 2007, 10:14:38 PM »
I"ll try to get access to an HMC tomorrow. But as I have hinted, the answer is probably no - so there will not be a "Howto".
Logged
nazaki
Full Member
Posts: 18
Re: HMC use for X11 server
«
Reply #6 on:
March 07, 2007, 07:51:13 PM »
This is the question ! Is it possible to do that and if yes How ?
Logged
Michael
Administrator
Hero Member
Posts: 539
Re: HMC use for X11 server
«
Reply #5 on:
March 07, 2007, 03:52:23 PM »
You wont be able to use the HMC as an X11 server afaik.
Your two commands (export DISPLAY, and xhost) are two very different things.
export DISPLAY is a "client" operation in that it tells the client where to connect to an X server.
xhost is a server operation that makes it possible for clients to connect. Without this, the server denies the client request to connect.
So, for it to work you would need to:
On AIX system:
$ export DISPLAY=hmc_hostname:0.0
On HMC
$ xhost aix_hostname
or
$ xhost +
But, as I mentioned above, I do not think that xhost is an authorized command on an hmc.
Logged
nazaki
Full Member
Posts: 18
Re: HMC use for X11 server
«
Reply #4 on:
March 06, 2007, 11:31:44 PM »
I think that my need was not understood yet !
So how can I will be able to execute successfully form my AIX Server(Oracle DB server) these two commands:
# export DISPLAY=hmc_hostname:0.0
# xhost +
Thanks
Logged
Michael
Administrator
Hero Member
Posts: 539
Re: HMC use for X11 server
«
Reply #3 on:
March 06, 2007, 09:12:38 AM »
Using your exceed window use:
wsm -host
hmc_hostname
Or, download the wsm_client to your PC using:
http://
hmc_hostname
/remote_client.html
For the latter you will need to authenticate with the hmc system before the client download dialog will start.
Logged
nazaki
Full Member
Posts: 18
Re: HMC use for X11 server
«
Reply #2 on:
March 05, 2007, 09:31:11 PM »
thanks for answer,
I think that you miss uderstand my goal. In fact, the X server is nedded by Oracle for reports. And not for administration purposes. Is it clear ?
Logged
Pages: [
1
]
2
Go Up
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
AIX
-----------------------------
=> Administration
=> Virtualization
=> Applications
=> HACMP
=> Security
=> AIX6 Implementation and Administration
-----------------------------
Hardware
-----------------------------
=> Power6
=> Power5
=> Power4
=> RS/6000 (Power III and earlier)
-----------------------------
Linux on POWER
-----------------------------
=> Planning and Installation
=> General
-----------------------------
Announcements
-----------------------------
=> Announcements
=> Discussion
Loading...
FastPath
HowTo
New in AIX6
RBAC
Security
WPAR
Service Bulletins
InfoCenters
AIX 6.1
AIX 5.3
AIX 5.2
AIX 5.1
- - - - - - -
Fix Central
HMC Downloads
IBM Firmware/LIC
VIOS Support
- - - - - - -
Hardware Documents
PowerHA (HACMP)
Tivoli Manuals
- - - - - - -
IBM Training
src="http://e1.extreme-dm.com/s10.g?login=jootvg&j=n&jv=n" />
Terms of Use
and
Privacy and Security Policies
Copyright 2001-2008 Michael Felt and ROOTVG.NET