mercredi 30 mai 2012

QEMU tutorial


AIX use


emul powerpc on intell x86 ti use AIX system

like we know we can't turn AIX in a virtualisation solution in a X86 or 64 intell processor.
the solution is to use emulation .to do it there is some tool like which emulates the PowerPC platorm to turn AIX on

QEMU

Espace utilisateur
Linux
Pilotes
Espace utilisateur
Windows
Pilotes
Espace utilisateur
Linux
Pilotes
Espace utilisateur
Mac OS X
Pilotes
Espace utilisateur
Solaris
Pilotes
QEMU x86 QEMU x86 QEMU PPC QEMU PPC QEMU SPARC
Système hôte : Linux, Mac OS X, Windows
Matériel : processeur, mémoire, stockage, réseau, etc.
Screenshot
PearPC

User-space
Mac OS 8
Drivers
User-space
Mac OS 9
Drivers
User-space
Mac OS X
Drivers
User-space
Mac OS 10.3
Drivers
User-space
Mac OS 10.4
Drivers
PearPC PearPC PearPC PearPC PearPC
OS hôte : Linux x86, Windows
Matériel : processeur, mémoire, stockage, réseau, etc.

windows server or NT en general

A main design goal of NT was hardware and software portability. Various versions of NT family operating systems have been released for a variety of processor architectures, initially Intel IA-32, MIPS R3000/R4000, and Alpha, with PowerPC, Itanium, AMD64 and ARM supported in later releases.

  Windows Server 2012 will be the first version of Windows Server to have no support for Itanium-based computers since Windows NT 4.0

AIX emulation or virtualisation

 AIX???
PowerPC, parfois abrégé PPC, est une gamme de microprocesseurs dérivée de l'architecture de processeur RISC POWER d'IBM, et développée conjointement par Apple, IBM et Freescale (anciennement Motorola Semiconducteurs). Le rétro-acronyme de PowerPC est Performance Optimization With Enhanced RISC Performance Computing1

 

l'architecture PowerPC a surtout été utilisée dans les Macintosh d'Apple de 1994 à 2006 . Elle a aussi été utilisée dans les serveurs d'IBM Depuis juin 2005, Apple s'est tourné vers les processeurs x86 d'Intel.

AIX est le système d'exploitation de type UNIX d'IBM. AIX est l'acronyme de Advanced Interactive eXecutive


Architectures supportées

  • AIX v1 -→ IBM PS/2 Micro Channel architecture PCs and IBM 6150 RT.
  • AIX v2 -→ 6150-series IBM RT.
  • AIX v3 -→ IBM POWER.

 Donc insupporté par le intel (x86 ou x64..)
 
 AIX Emulation or virtualization

AIX runs on the PowerPC processor AND there are things that pretend to be (emulate) a PowerPC processor. Then intent of such emulators is to allow you to run things on one system (e.g. an Intel x86) as if they were running on another (e.g. PowerPC).



VMWare doesn't emulates the PowerPC architecture but relies on the underlying x86 or x64 one.

No AIX runs on the PowerPC chip set, VMware only virtualised i386 instructions, it is virtualisation not emulation.


One of the PowerPC emulators is PearPC that seems to partially run AIX. Beware that you'll need a commercial license to do it.


il n'y a pas de solution de virtualisation pour aix mais il faut utiliser un emulateur de powerpc pour l'utiliser

d.root-servers.net

lors d'un who is












We pick d.root-servers.net, one of the 13 root servers (1), and ask it about xxxxxx

il s'agit d'un des 13 serveur dns racine sur internet

  to show all dns servers 

use dig command

~> dig

; <<>> DiG 9.7.1-P2 <<>>
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 7257
;; flags: qr rd ra; QUERY: 1, ANSWER: 13, AUTHORITY: 0, ADDITIONAL: 14

;; QUESTION SECTION:
;. IN NS

;; ANSWER SECTION:
. 88390 IN NS c.root-servers.net.
. 88390 IN NS l.root-servers.net.
. 88390 IN NS f.root-servers.net.
. 88390 IN NS m.root-servers.net.
. 88390 IN NS h.root-servers.net.
. 88390 IN NS i.root-servers.net.
. 88390 IN NS d.root-servers.net.
. 88390 IN NS e.root-servers.net.
. 88390 IN NS j.root-servers.net.
. 88390 IN NS a.root-servers.net.
. 88390 IN NS k.root-servers.net.
. 88390 IN NS b.root-servers.net.
. 88390 IN NS g.root-servers.net.

mardi 29 mai 2012

isatap

ISATAP ((en) Intra-Site Automatic Tunnel Addressing Protocol) est un mécanisme de transition de l'IPv4 vers l'IPv6, qui permet de transmettre des paquets de données au format IPv6 à travers un réseau IPv4.



How ISATAP works

ISATAP defines a method for generating a link-local IPv6 address from an IPv4 address, and a mechanism to perform Neighbor Discovery on top of IPv4.

Link-local address generation

Any host wishing to participate in ISATAP over a given IPv4 network can set up a virtual IPv6 network interface. The link-local address is determined by concatenating fe80:0000:0000:0000:0200:5efe: for global unique and fe80:0000:0000:0000:0000:5efe: for private addresses with the 32 bits of the host's IPv4 address.
For example, host 192.0.2.143 would use fe80:0000:0000:0000:0200:5efe:192.0.2.143 as its link-local IPv6 address. A shortened notation would be fe80::200:5efe:c000:028f (192.0.2.143 is c000028f in hexadecimal notation).

Nombre total de pages vues