Sponsored Content
Full Discussion: AIX on VMWARE
Operating Systems AIX AIX on VMWARE Post 302484343 by linuxlearner17 on Thursday 30th of December 2010 03:54:51 PM
Old 12-30-2010
Hi "mlaiti"

Unfortunately what you are attempting to do won't work. There is no VM or even VM image for AIX because IBM has designed it so it only runs on it's own power processors (not Intel x86 or 64)...you're out of luck when it comes to AIX.

With RHEL - you'll find you will be able to virtualize and run a nice VM much easier as RHEL is supported on x86 and 64 bit computing platforms.

My only suggestion to you would be ebay and buy yourself a machine (if you have the $$$$) with a power processor. That's the only architecture that runs AIX.

Hope this helps!
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

vmware???????????????????

i got the rpm file and installed it but nothing happens i went to the cmd line and got the wizard to come up and finshed it but still no a thing will any body help me set this thing up i'm using mandrak9 (1 Reply)
Discussion started by: amicrawler2000
1 Replies

2. OS X (Apple)

vmware

I sorry for not being able to follow the rules. (0 Replies)
Discussion started by: puertochico
0 Replies

3. Solaris

VMware

Hi I want to install vmware on my laptop and get started by installing a Solaris 10 on it . Can aybody suggest any links, pdfs etc that describes the procedure step by step .The laptop is running windows Vista Thanks in advance (2 Replies)
Discussion started by: asalman.qazi
2 Replies

4. Solaris

VMware ESX 3.5

Hi, I am going to install solaris cluster 3.2 in vmware esx 3.5 for demo, for cluster we need two different network interfaces for private and pubic connectivity, but we have single ethernet controller how to create two different ethernet instance name with single ethernet controller in vmware... (1 Reply)
Discussion started by: rajasekg
1 Replies

5. AIX

How to install AIX 5.3 on vmware

Hi, I want to install AIX 5.3 for running DB2. As AIX cannot be installed on normal PCs without vmware, trying to install it on vmware. Could any one help me out how to do it. Thanks in advance. (9 Replies)
Discussion started by: prasadg034
9 Replies

6. Virtualization and Cloud Computing

Hi VMware 7.1.1

Hi Gurus Can anyone please send a trial license of VMware 7.1.1. I install it in my machine. Thanks (2 Replies)
Discussion started by: andresguillen
2 Replies

7. AIX

AIX Server - Need to set up VMWare

Hi experts, We are faced with a dilemma - we have a AIX server for educational purposes. We had some Oracle applications running on them. The management decided not to extend the warranty, so we are left with a server that we cannot upgrade immediately. I was wondering if we could set up... (2 Replies)
Discussion started by: ranj@chn
2 Replies

8. SuSE

problem with vmware

Dear Friends, I have been working with vmware and it was working welll until few days ago. I am still able to log myself in and start the virtual windows. However, the network connection to the host computer is gone and I am not able to copy my files from vmware to the host machine. At the... (1 Reply)
Discussion started by: chirag.joshi
1 Replies

9. Ubuntu

problem with VMWare 7 1 4

Hi all I have a very big problem with ..... > VMWare Workstation 7.1.4 Closes abruptly >> If I do anything This video demonstrates the problem:: http://www.youtube.com/watch?v=n0OVSQY3LtI (0 Replies)
Discussion started by: aonallah
0 Replies

10. Linux

Fedora on VMware

I am trying to install Fedora 18 on a Windows system through VMware. When I power on the virtual machine I get messages that Fedora is starting, but the end result is just a screen with a graphic of a large blue box. No buttons to be found and input does nothing. I do have Knoppix running using the... (5 Replies)
Discussion started by: intranslation
5 Replies
MTRR_ADD(9)							Hardware Interfaces						       MTRR_ADD(9)

NAME
mtrr_add - Add a memory type region SYNOPSIS
int mtrr_add(unsigned long base, unsigned long size, unsigned int type, bool increment); ARGUMENTS
base Physical base address of region size Physical size of region type Type of MTRR desired increment If this is true do usage counting on the region DESCRIPTION
Memory type region registers control the caching on newer Intel and non Intel processors. This function allows drivers to request an MTRR is added. The details and hardware specifics of each processor's implementation are hidden from the caller, but nevertheless the caller should expect to need to provide a power of two size on an equivalent power of two boundary. If the region cannot be added either because all regions are in use or the CPU cannot support it a negative value is returned. On success the register number for this entry is returned, but should be treated as a cookie only. On a multiprocessor machine the changes are made to all processors. This is required on x86 by the Intel processors. The available types are MTRR_TYPE_UNCACHABLE - No caching MTRR_TYPE_WRBACK - Write data back in bursts whenever MTRR_TYPE_WRCOMB - Write data back soon but allow bursts MTRR_TYPE_WRTHROUGH - Cache reads but not writes BUGS
Needs a quiet flag for the cases where drivers do not mind failures and do not wish system log messages to be sent. COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 MTRR_ADD(9)
All times are GMT -4. The time now is 09:07 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy