Tanti Technology

My photo
Bangalore, karnataka, India
Multi-platform UNIX systems consultant and administrator in mutualized and virtualized environments I have 4.5+ years experience in AIX system Administration field. This site will be helpful for system administrator in their day to day activities.Your comments on posts are welcome.This blog is all about IBM AIX Unix flavour. This blog will be used by System admins who will be using AIX in their work life. It can also be used for those newbies who want to get certifications in AIX Administration. This blog will be updated frequently to help the system admins and other new learners. DISCLAIMER: Please note that blog owner takes no responsibility of any kind for any type of data loss or damage by trying any of the command/method mentioned in this blog. You may use the commands/method/scripts on your own responsibility. If you find something useful, a comment would be appreciated to let other viewers also know that the solution/method work(ed) for you.

Wednesday 13 August 2014

VIO BASICS


VIO
IT IS ALSO ONE LPAR, IT ALLOWS SHARING OF PHYSICAL RESOURCES BETWEEN LPARS(AIX)
MAX FOR M.M ARE 4

MIMIMUM REQUIREMENTS TO CREATE A LPAR
·                     cpu
·                     memory 
·                     i/o devices
PHYSICAL RESOURCES
predefined resources(inbuilt)
SHARED RESOURCES
resources used by several lpars
DEDICATED RESOURCES
entire processor is allocated for single lpar
VIRTUAL RESOURCES
it tells to o.s howmany physical processors it thinks it has.
LOGICAL RESOURCES
logical processor count is based on smt enable/disable
HMC
it is a linux based software to allocate resources between lpars
each hmc can support for 48 manage machines
MANAGE MACHINE
it contains the sources(cpu,memory,i/o)
it is connected to one or two hmcs
POWER HYPERVISER
it is a service proGRAM which is used to allocate resources between lpars
NVRAM
it is a part of manage machine it contains lpar configuration information.power hypervisor use this information to allocate resources.
FSP
manage machine and hmc are connected to it through adapter
SMT
two or more hardware threads run simultaneously on a single processor at a time
Partition profile 
each partition is having atleast one profile.it contains information about resources 
System profile
collection of partition profiles is called s.p
Partition activation
·                     through partition profile
·                     through system profile
Manage machine activation
·                     partition standby
·                     system profile 
·                     partition auto start 
·                     hardware discovery

dlpar

using this we can add/remove/move the resources
DEMONS:
IBM.DSRM
IBM.DRM
CTRMC
LSPARTITION -DLPAR

LUN MAPPING:

WE NEED CREATE ONE VIRTUAL SERVER SCSI ADAPTER IN SERVER SIDE,IT IS CREATED AS VHOSTN
WE NEED CREATE ONE VIRTUAL CLIENT SCSI ADAPTER IN CLIENT SIDE ,IT IS CREATED AS VSCSIN
AFTER THAT WE NEED TO EXECUTE COMMAND CFGMGR
AFTER THAT BY CHECKING DISK AVAILABILITY WE NEED ALLOCATE A DISK FOR CLIENT
MKVDEV =VDEV DEVICENAME -VADAPTER VIRTUAL SERVER SCSI ADAPTER -DEV VTDNAME 
SEA
it acts as a bridge between physical and virtual networks
vio version 1.2 onwards
requires power hyperviser and advanced power virtualization feature
Pvid and vlanid
SINGLE NETWORK IS DIVIDED INTO MULTI NETWORKS LOGICALLY
PVID:IT IS DEFAULT VLANID

ether channel

two or more physical adapters grouped together to act as an logical adapter to provide fault tolerance and to increase high speed links between switches and networks
HEA
JUST LIKE SEA IN VIO  IN P6 MANAGE MACHINE
IVE
JUST LIKE SEA IN VIO IN P5 MANAGE MACHINE


asmi:
 THROUGH ASMI WE CAN CHANGE MANAGE MACHINE NAME
 WE CAN POWER ON AND POWEROFF MANAGE MACHINE
 WE CAN CHANGE LMB SIZE
 WE CAN GET RESOURCES INFORMATION(CPU,MEMORY) 
WE CAN CHANGE THE FIRMWARE LEVEL
we can see errlog info
vpd and fsp info
we can know deconfigured cpu&memory
we can change the m.m ip address

No comments:

Post a Comment