Advanced Virtual I/O Server Configurations. César Diniz Maciel Consulting IT Specialist IBM US

Size: px
Start display at page:

Download "Advanced Virtual I/O Server Configurations. César Diniz Maciel Consulting IT Specialist IBM US"

Transcription

1 Advanced Virtual I/O Server Configurations César Diniz Maciel Consulting IT Specialist IBM US

2 Agenda Virtual Optical Devices, Virtual Optical Media, File-backed Devices Shared Ethernet Adapter (SEA) Failover SEA over Host Ethernet Adapter (HEA) Live Partition Mobility configuration Virtual Tape N-Port ID Virtualization (NPIV) Heterogeneous Multipathing Active Memory Sharing

3 Progression of Virtual Storage Devices on VIOS The ability to share virtual SCSI disks backed by a Physical Volume (PV) or a Logical Volume (LV) has been available from the beginning. VIO server 1.2 gave the ability to share the CDROM drive with client LPARs through Virtual Optical devices. With VIO server 1.5, the ability to create file-backed virtual devices in addition to virtual SCSI devices backed by a PV or LV Using the cpvdi command a virtual device image can now be copied from one virtual target device (VTD) to a different VTD. This feature was added under VIO FP11.1.

4 Power Systems Virtual Optical Device padmin user commands in VIO server $ lsdev -type optical name status cd0 Available description SATA DVD-ROM Drive $ mkvdev vdev cd0 vadapter vhost3 vtopt0 available $ lsmap -vadapter vhost0 SVSA Physloc Client Partition ID vhost0 U C1C1C-V1-C13 0x VTD LUN Backing device Physloc vtopt0 0x cd0 U787A.001.DNZ00ZE-P4-D3

5 Power Systems Virtual Optical Device Backing device (disk, lv, file or media)

6 Client connection - Option One On old client # lsdev Cl cd0 F parent vscsi2 # rmdev R vscsi2 On new client # cfgmgr

7 Client Side - Virtual Optical Device First AIX client LPAR to activate will show new vscsi adapter and cd0 available # lsdev -Cs vscsi cd0 Available Virtual SCSI Optical Served by VIO Server hdisk0 Available Virtual SCSI Disk Drive # lsdev -Cs vscsi -F "name physloc cd0 U C1C1C-V3-C2-T1-L hdisk0 U C1C1C-V3-C31-T1-L # lsdev -Cc adapter ent0 Available Virtual I/O Ethernet Adapter (l-lan) vsa0 Available LPAR Virtual Serial Adapter vscsi0 Available Virtual SCSI Client Adapter vscsi1 Available Virtual SCSI Client Adapter vscsi2 Available Virtual SCSI Client Adapter

8 Client Side - Virtual Optical Device Subsequent AIX client LPARs activate, but only show vscsi adapter Defined, and no optical device # lsdev -Cc adapter ent0 Available Virtual I/O Ethernet Adapter (l-lan) vsa0 Available LPAR Virtual Serial Adapter vscsi0 Available Virtual SCSI Client Adapter vscsi1 Available Virtual SCSI Client Adapter vscsi2 Defined Virtual SCSI Client Adapter This client s adapter will NOT configure while another client is connected to the server adapter # cfgmgr -vl vscsi2 Method error (/usr/lib/methods/cfg_vclient -l vscsi2 ): Error initializing a device into the kernel.

9 Client Side - Virtual Optical Device To release the optical device from owning LPAR # lsdev Cl cd0 F parent vscsi2 # rmdev R vscsi2 cd0 defined Now, cfgmgr in the receiving LPAR

10 Client connection - Option Two Move from the VIO server $ rmdev dev vtopt0 $ mkvdev vdev cd0 \ vadapter vhost# (where vhost# is the VSCSI adapter for the client Partition)

11 Virtual Optical Media File-backed device that works like an optical device (think of it as an ISO image). With read-only virtual media the same virtual optical device can be presented to multiple client partitions simultaneously You could easily boot from and install partitions remotely without having the need to swap out physical CD/DVDs or setup Network Installation Manager (NIM) server. It is also easier to boot a partition into maintenance mode to repair problems Easier to maintain a complete library of all the software needed for the managed system. Various software packages as well as all the necessary software levels to support each partition Client partitions could use blank file-backed virtual optical media for backup purposes (read/write devices) These file-backed optical devices could then be backed up from on the VIO server to other types of media (tape, physical CD/DVD, TSM server, etc.)

12 Virtual Optical Media Create an ISO file from CDROM $ mkvopt -name dvd.aix_6.1.iso -dev cd0 -ro You choose the name for this file, so make it meaningful Creates an ISO image from the media in /dev/cd0 After the.iso file is in your /var/vio/vmlibrary directory, run: $ mkvdev -fbo -vadapter vhost# vtopt0 Available Replace vhost# with your Virtual SCSI server adapter name. This mkvdev command creates your virtual optical target device. $ loadopt -vtd vtopt0 disk dvd.aix_6.1.iso The loadopt command loads vtopt0 with your ISO image Replace dvd.aix_6.1.iso with your meaningful filename

13 Converting between backing devices - cpvdi New command added at VIO FP-11.1 $ cpvdi -src input_disk_image -dst output_disk_image [-isp input_storage_pool] [-osp output_storage_pool] [-overwrite] [-unconfigure] [-f] [-progress] The cpvdi command copies a block device image, which can be either a logical or physical volume, a file-backed device, or a file on another existing disk. This command is NOT used to move data between non-virtualized disks and virtualized disks.

14 Starting from scratch on the VIO server $ mksp lv-storage-pool hdisk4 lv-storage-pool mkvg: Changing the PVID in the ODM. $ lspv NAME PVID VG STATUS hdisk0 00c23c9f9e9e1909 rootvg active hdisk1 00c23c9fa415621f clientvg active hdisk2 00c23c9f2fbda0b4 clientvg active hdisk3 00c23c9ffbf3c991 None hdisk4 00c23c9f20c41ad6 lv-storage-pool active $ mksp -fb file-storage-pl -sp lv-storage-pool -size 1G file-storage-pl File system created successfully kilobytes total disk space. New File System size is $ lssp Pool Size(mb) Free(mb) Alloc Size(mb) BDs Type rootvg LVPOOL clientvg LVPOOL lv-storage-pool LVPOOL file-storage-pl FBPOOL $ df Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd % % / /dev/hd % % /usr /dev/hd9var % 474 1% /var /dev/hd % 384 1% /tmp /dev/hd % % /home /proc - /proc /dev/hd10opt % % /opt /dev/file-storage-pl % 4 1% /var/vio/storagepools/filestorage-pl

15 Creating a new Virtual Media Repository $ mkrep -sp lv-storage-pool -size 500M Virtual Media Repository Created Repository created within "VMLibrary_LV" logical volume $ lssp Pool Size(mb) Free(mb) Alloc Size(mb) BDs Type rootvg LVPOOL clientvg LVPOOL lv-storage-pool LVPOOL file-storage-pl FBPOOL VMLibrary_LV FBPOOL $ lsvopt VTD Media Size(mb) vtopt0 No Media n/a $ lsmap vadapter vhost0 SVSA Physloc Client Partition ID vhost0 U9117.MMA.1023C9F-V2-C11 0x VTD Status LUN Backing device Physloc vt_ec04 Available 0x client2lv VTD vtopt0 Status Available LUN 0x Backing device Physloc $ mkvopt -name vio-1-5-expansion.iso -file /var/vio/storagepools/file-storage-pl/vio-1-5expansion.iso -ro

16 Seeing the image on the client LPAR $ lsmap -all more SVSA Physloc Client Partition ID vhost0 U9117.MMA.1023C9F-V2-C11 0x VTD Status LUN Backing device Physloc vt_ec04 Available 0x client2lv VTD Status LUN Backing device Physloc From the client LPAR: vtopt0 Available 0x /var/vio/vmlibrary/vio-1-5-expansion.iso root@ec04 / # root@ec04 / # cd0 Available root@ec04 / # root@ec04 / # Filesystem /dev/hd4 /dev/hd2 /dev/hd9var /dev/hd3 /dev/hd1 /proc /dev/hd10opt /dev/cd0 cfgmgr lsdev -Cc cdrom Virtual SCSI Optical Served by VIO Server mount -v cdrfs -o ro /dev/cd0 /cdrom df 512-blocks Free %Used Iused %Iused % % % % % 494 7% % 64 1% % 20 1% % % % % Mounted on / /usr /var /tmp /home /proc /opt /cdrom

17 Agenda Virtual Optical Devices, Virtual Optical Media, File-backed Devices Shared Ethernet Adapter (SEA) Failover SEA over Host Ethernet Adapter (HEA) Live Partition Mobility configuration Virtual Tape N-Port ID Virtualization (NPIV) Heterogeneous Multipathing Active Memory Sharing

18 Shared Ethernet Adapter Physical access shared by multiple networks Physical access can be a single adapter or an aggregate of adapters (EtherChannel/Link Aggregation) Shared Ethernet operates at layer 2 Virtual Ethernet MAC visible to outside systems Broadcast/Multicast support

19 Create the Shared Ethernet Adapter (SEA) VIOS 1 Shared Ethernet Adapter Client 1 Client 2 en4 (if) ent1 (Phy) ent3 (LA) ent4 (SEA) en0 (if) en1 (if) en0 (if) en1 (if) ent0 (Phy) ent2 (Vir) ent0 (Vir) ent1 (Vir) ent0 (Vir) ent1 (Vir) VID 100 PVID 1 PVID 1 PVID 100 PVID 1 Untagged (PVID 1) VID 100 Create the Shared Ethernet Adapter (SEA) $ mkvdev -sea ent3 -vadapter ent2 -default ent2 -defaultid 1 ent4 Available en4 et4 PVID 100

20 Shared Ethernet Adapter Failover Client Virt Enet VIOS feature (indepentent of the client partition) Provides a backup adapter for the SEA, with active monitoring. Virtual Ethernet Control Channel between the two VIOS. No load balancing; only the primary SEA is active. Traffic flows through secondary SEA only when primary SEA fails. No configuration required on the client partition; everything is done on the two VIOS. Can be used with Etherchannel/802.3ad devices. Configured with the mkvdev command on both VIOS. VIOS 1 VIOS 2 SEA SEA Enet PCI Enet PCI Primary Backup

21 Shared Ethernet Adapter Failover, Dual VIOS Complexity Specialized setup confined to VIOS Resilience POWER5 Server Client Protection against single VIOS / switch port / switch / Ethernet adapter failure Virt Enet Throughput / Scalability Cannot do load-sharing between primary and backup SEA (backup SEA is idle until needed). SEA failure initiated by: Backup SEA detects the active SEA has failed. Active SEA detects a loss of the physical link Manual failover by putting SEA in standby mode Active SEA cannot ping a given IP address. Notes Requires VIOS V1.2 and SF235 platform firmware Can be used on any type of client (AIX, Linux, I (on POWER6) Outside traffic may be tagged VIOS 1 VIOS 2 SEA Enet PCI Primary SEA Control Channel Enet PCI Backup

22 Tips and considerations when using SEA and SEA Failover SEA Make sure there is no IP configured on either the physical Ethernet interface or the virtual interface that will be part of the SEA prior to performing the SEA configuration. You can optionally configure an IP address on the new SEA interface after the configuration is done. SEA failover If you have multiple SEAs configured on each of the VIO servers, then for each SEA pair, you need to configure a separate control channel with a unique PVID on the system. Make sure you configure the SEA failover adapter (on the second VIOS) at the same time you configure the primary adapter.

23 Agenda Virtual Optical Devices, Virtual Optical Media, File-backed Devices Shared Ethernet Adapter (SEA) Failover SEA over Host Ethernet Adapter (HEA) Live Partition Mobility configuration Virtual Tape N-Port ID Virtualization (NPIV) Heterogeneous Multipathing Active Memory Sharing

24 Virtualization: HEA Logical Port Concept To a LPAR, a HEA logical port Partition Partition Partition appears as a generic Ethernet interface With its own resources and MAC address Sharing bandwidth w/ other logical ports defined on same physical port Logical Ports Logical ports are allocated to Logical L2 switch HEA Physical Port 24 partitions Each Logical Port can be owned by a separate LPAR A Partition can own multiple Logical Ports Only one Logical Port per Physical Port per partition

25 Virtualization: SEA and HEA Virtual Ethernet and SEA I/O Hosting Linux ios HEA AIX Linux ios AIX Partition Packet Forwarder Virtual Ethernet Driver Virtual Ethernet Driver Virtual Ethernet Driver Ethernet Driver Ethernet Driver Ethernet Driver PHYP Virtual Ethernet Switch PHYP Ethernet adapter Networ k HEA...considerations Remove SW Forwarder bottleneck ƒ Adapter sharing with Native Performance 10 Gbps are likely to be shared by multiple partitions... ƒ Removes SW forwarding overhead ƒ LPAR mobility 25

26 When might you use SEA over IVE When the number of Ethernet adapters needed on a single partition is more than the number of physical ports available on the HEA(s) If the number of LPARs sharing a physical port exceeds the number of LHEA ports available Depends on the type of daughter card and the MCS value If you anticipate a future need for more adapters than you have LHEA ports (LP-HEA) available Very small amount of memory on LPAR Each LP-HEA needs around 102 MB system memory Some situations you might consider using a combination of SEA, 26 IVE, and/or dedicated Ethernet adapters

27 Considerations when using HEA on VIO When the VIO server uses the HEA as a SEA you must set the VIO server as a promiscuous LPAR for that LHEA When in promiscuous mode there is only one LP-HEA per physical port The promiscuous LPAR receives all unicast, multicast, and broadcast network traffic from the physical network. Always use flow control, and the large_send parameter for all Gigabit and 10 Gbit Ethernet adapters, and large_receive parameter when using a 10Gbit Ethernet adapter (VIOS ) to increase performance 27

28 Promiscuous Mode 28

29 Agenda Virtual Optical Devices, Virtual Optical Media, File-backed Devices Shared Ethernet Adapter (SEA) Failover SEA over Host Ethernet Adapter (HEA) Live Partition Mobility configuration Virtual Tape N-Port ID Virtualization (NPIV) Heterogeneous Multipathing Active Memory Sharing

30 Live Partition Mobility concepts Mover service partitions (MSP) Mover service partitions (MSP) is an attribute of the Virtual I/O Server partition. It enables the specified Virtual I/O Server partition to allow the functionality that asynchronously extracts, transports, and installs partition state. Two mover service partitions are involved in an active partition migration: one on the source system, the other on the destination system. Mover service partitions are not used for inactive migrations. Virtual asynchronous services interface (VASI) The source and destination mover service partitions use this virtual device to communicate with the POWER hypervisor to gain access to partition state. The VASI device is included on the Virtual I/O Server, but is only used when the server is declared as a mover service partition.

31 Partition Migration moves Active and Inactive LPAR Active Partition Migration Active Partition Migration is the actual movement of a running LPAR from one physical machine to another without disrupting* the operation of the OS and applications running in that LPAR. Supported by all POWER6based servers Applicability Workload consolidation (e.g. many to one) Workload balancing (e.g. move to larger system) Workload migration to newer systems Planned CEC outages for maintenance/upgrades Impending CEC outages (e.g. hardware warning received) Inactive Partition Migration Inactive Partition Migration transfers a partition that is logically powered off (not running) from one system to another. Subject to fewer compatibility restrictions than active partition migration because the OS goes through the boot process on the destination. Provides some ease of migration from systems prior to those enabled for active migration.

32 Requisites The mobile partition s network and disk access must be virtualized using one or more Virtual I/O Servers. The Virtual I/O Servers on both systems must have a shared Ethernet adapter configured to bridge to the same Ethernet network used by the mobile partition The Virtual I/O Servers on both systems must be capable of providing virtual access to all disk resources the mobile partition is using. The disks used by the mobile partition must be accessed through virtual SCSI and/or virtual Fibre Channel-based mapping

33 Normal Running Pre-Migration (Disk I/O Shown) LAN Source Partition. Adapt DD VIOS VIOS (VSCSI, VLAN, MSP) (VSCSI, VLAN, MSP) VSCSI Client DD VSCSI Server Adapt DD Adapt DD VSCSI Server PHYP Adapter PHYP Adapter Adapter SAN Disks Adapter

34 Create Target Partition LAN Source Partition VIOS VIOS (VSCSI, VLAN, MSP) (VSCSI, VLAN, MSP) VSCSI Client DD VSCI Server Adapt DD Adapt DD PHYP Adapter Target Partition VSCI Server PHYP Adapter Adapter SAN Disks Adapter

35 Transfer Partition State LAN Source Partition VIOS VIOS (VSCSI, VLAN, MSP) (VSCSI, VLAN, MSP) VSCSI Client DD VSCI Server Adapt DD Adapt DD PHYP Adapter VSCI Server Target Partition VSCSI Client DD PHYP Adapter Adapter SAN Disks Adapter

36 Transfer VIO to Target LAN Source Partition VIOS VIOS (VSCSI, VLAN, MSP) (VSCSI, VLAN, MSP) VSCSI Client DD VSCI Server Adapt DD Adapt DD PHYP Adapter VSCI Server Target Partition VSCSI Client DD PHYP Adapter Adapter SAN Disks Adapter

37 LAN Re-Attach icated Adapters (via DLPAR) Source Partition VIOS VIOS (VSCSI, VLAN, MSP) (VSCSI, VLAN, MSP) VSCSI Client DD VSCI Server Adapt DD Adapt DD PHYP Adapter VSCI Server Target Partition VSCSI Client DD. Adapt DD PHYP Adapter Adapter SAN Disks Adapter

38 LAN Clean Up Unused Resources Source Partition VIOS VIOS (VSCSI, VLAN, MSP) (VSCSI, VLAN, MSP) VSCSI Client DD VSCI Server Adapt DD Adapt DD PHYP Adapter VSCI Server Target Partition VSCSI Client DD. Adapt DD PHYP Adapter Adapter SAN Disks Adapter

39 Devices not supported for LPM IVE Virtual Optical Device Virtual Optical Media OS installed on internal disks OS installed on logical volumes or file-backed devices Virtual Tape

40 Agenda Virtual Optical Devices, Virtual Optical Media, File-backed Devices Shared Ethernet Adapter (SEA) Failover SEA over Host Ethernet Adapter (HEA) Live Partition Mobility configuration Virtual Tape N-Port ID Virtualization (NPIV) Heterogeneous Multipathing Active Memory Sharing

41 VIOS Virtual Tape Support Enables client partitions to directly access selected SAS tape devices, sharing resources and simplifying backup & restore operations SAS adapter is owned by VIOS partition Included with PowerVM Express, Standard, or Enterprise Edition Supports AIX 5.3 & 6.1 partitions and IBM i 6.1 partitions POWER6 processor-based systems VIOS SAS Adapter Virtual SCSI Adapter Virtual SCSI Adapter Power Hypervisor Tape drives supported DAT72: Feature Code 5907 DAT160: Feature Code 5619 HH LTO4: Feature Code 5746

42 VIOS Virtual Tape Support Virtual tape device created and managed the same way as a virtual disk mkvdev -vdev TargetDevice vadapter VirtualSCSIServerAdapter lsdev -virtual returns results similar to the following: name vhost3 vsa0 vtscsi0 status Available Available Available description Virtual SCSI Server Adapter LPAR Virtual Serial Adapter Virtual Target Device - Logical Volume vttape0 Available Virtual Target Device - Tape On the client partition, simply run cfgmgr to configure the virtual tape Device can be used as a regular tape, for data and OS backup and restore, including booting from media. Automated tape libraries are not supported.

43 Agenda Virtual Optical Devices, Virtual Optical Media, File-backed Devices Shared Ethernet Adapter (SEA) Failover SEA over Host Ethernet Adapter (HEA) Live Partition Mobility configuration Virtual Tape N-Port ID Virtualization (NPIV) Heterogeneous Multipathing Active Memory Sharing

44 NPIV N_Port ID Virtualization (NPIV) provides direct Fibre Channel connections from client partitions to SAN resources, simplifying SAN management Fibre Channel Host Bus Adapter is owned by VIOS partition Supported with PowerVM Express, Standard, and Enterprise Edition Supports AIX 5.3 and AIX 6.1 partitions Power 520, 550, 560, and 570, with an 8 GB PCIe Fibre Channel Adapter VIOS FC Adapter Virtual FC Adapter Virtual FC Adapter Power Hypervisor Statement of Direction Enables use of existing storage management tools Simplifies storage provisioning (i.e. zoning, LUN masking) Enables access to SAN devices including tape libraries IBM intends to support N_Port ID Virtualization (NPIV) on the POWER6 processor-based Power 595, BladeCenter JS12, and BladeCenter JS22 in IBM intends to support NPIV with IBM i and Linux environments in All statements regarding IBM's future direction and intent are subject to change or withdrawal without notice, and represent goals and objectives only.

45 NPIV details VIOS V2.1 (PowerVM Express, Standard, and Enterprise) Client OS support: AIX(5.3, 6.1); later in 2009, Linux and IBM i POWER6 only; Blade and High-End support in Gigabit PCI Express Dual Port Fibre Channel Adapter Compatible with Live Partition Mobility (LPM) VIO servers can support NPIV and vscsi simultaneously Clients can support NPIV, vscsi and dedicated Fibre Channel simultaneously HMC-managed and IVM-managed servers Unique Worldwide Port Name (WWPN) generation (allocated in pairs)

46 NPIV Simplifies SAN Management Current Virtual SCSI model N-Port ID Virtualization POWER6 AIX generic scsi disk generic scsi disk Virtual FC VIOS Shared FC Adapter FC Adapter EMC DS8000 Virtual SCSI FC Adapters AIX Disks Virtualized disks POWER5 or POWER6 VIOS FC Adapters SAN SAN DS8000 EMC DS8000 EMC

47 Partition SAN access through NPIV

48 SAN Switch requirements Only the first SAN switch attached to the Fibre Channel adapter needs to be NPIV capable Other switches in the environment do not need to be NPIV capable Not all ports on the switch need to be configured for NPIV, just the one which the adapter will use Check with your storage vendor to make sure the switch is NPIV capable Order and install the latest available firmware for your SAN switch

49 Create a Virtual Fibre Channel Adapter Client/server relationship similar to Virtual SCSI VSCSI Server on the VIOS, client on the client partition VFC Server on the VIOS, VFC client on the client partition

50 Mapping the adapter vfcmap binding the VFC Server to the Fibre Channel Port vfcmap -help Usage: vfcmap -vadapter VFCServerAdapter -fcp FCPName Maps the Virtual Fibre Channel Adapter to the physical Fibre Channel Port -vadapter Specifies the virtual server adapter. -fcp Specifies the physical Fibre Channel Port Example: vfcmap vadapter vfchost0 f After mapping done, running cfgmgr on the client partitions to configure SAN devices Before this step, zoning (if used) must be done on the switches. Virtual adapter WWPN can be obtained on the HMC.

51 WWPN for the Virtual Adapter

52 Agenda Virtual Optical Devices, Virtual Optical Media, File-backed Devices Shared Ethernet Adapter (SEA) Failover SEA over Host Ethernet Adapter (HEA) Live Partition Mobility configuration Virtual Tape N-Port ID Virtualization (NPIV) Heterogeneous Multipathing Active Memory Sharing

53 Dynamic Heterogeneous Multi-Path I/O Delivers flexibility for Live Partition Mobility environments Provides efficient path redundancy to SAN resources Supported between virtual NPIV and physical Fibre Channel Adapters AIX 5.3 and 6.1 partitions POWER6 processor-based servers VIOS FC Adapter NPIV VIOS Virtual FC Adapter FC Adapter Power Hypervisor 1) Real adapter 2) Virtual adapter to prepare for mobility FC Adapter Virtual FC Adapter NPIV FC Adapter Power Hypervisor 3) Partition moves via virtual adapter 4) Real adapter

54 Agenda Virtual Optical Devices, Virtual Optical Media, File-backed Devices Shared Ethernet Adapter (SEA) Failover SEA over Host Ethernet Adapter (HEA) Live Partition Mobility configuration Virtual Tape N-Port ID Virtualization (NPIV) Heterogeneous Multipathing Active Memory Sharing

55 PowerVM Active Memory Sharing Active Memory Sharing will intelligently flow memory from one partition to another for increased utilization and flexibility of memory usage. Memory virtualization enhancement for Power Systems Memory dynamically allocated based on partition s workload demands Contents of memory written to a paging device Improves memory utilization Extends Power Systems Virtualization Leadership Capabilities not provided by Sun and HP virtualization offerings Designed for partitions with variable memory requirements Low average memory requirements Active/inactive environments Workloads that peak at different times across the partitions Available with PowerVM Enterprise Edition AIX 6.1, Linux and i 6.1 partitions that use VIOS and shared processors POWER6 processor-based systems * All statements regarding IBM's future direction and intent are subject to change or withdrawal without notice, and represent goals and objectives only.

56 Active Memory Sharing Enables Higher Memory Utilization Memory allocation Memory requirements 25 Memory is allocated to partitions As workload demands change, Memory (GB) Partitions with dedicated memory 20 memory remains dedicated Memory allocation is not optimized to workload needs it enabling more throughput Higher memory utilization 5 Time 25 Memory Usage (GB) Memory is used by partition that 10 0 Partitions with shared memory Memory is allocated to shared pool Partition 3 Partition 2 Partition Partition 3 Partition 2 Partition Time

57 Active Memory Sharing Examples Partitions support workloads with memory demands that peak at different times Day and Night Partitions support day time web applications and night time batch 10 Asia Americas Europe 5 0 Time 15 Memory Usage (GB) Around the World Memory Usage (GB) Night Day 5 0 Infrequent use Large number of partitions with sporadic use Memory Usage (GB) 15 Time Time #10 #9 #8 #7 #6 #5 #4 #3 #2 #1

58 When not to use AMS High Performance Computing (HPC) applications that has high and constant memory usage Crash analysis, CFD, etc Databases that have fixed buffer cache allocation Generally use all the available memory on the partition, and buffer cache paging is undesirable Realtime, fixed response-time type of applications Predictability is key, so resources should not be shared

59 References Using File-Backed Virtual SCSI Devices, by Janel Barfield Configuring Shared Ethernet Adapter Failover Integrated Virtual Ethernet Adapter Technical Overview and Introduction IBM PowerVM Live Partition Mobility Power Systems Virtual I/O Server 59

60 Gracias César Diniz Maciel forotecnicoargentina.com/facebook

Application and Partition Mobility

Application and Partition Mobility IBM System p Application and Mobility Francis COUGARD IBM Products and Solutions Support Center Montpellier Copyright IBM Corporation 2009 Index Application and Mobility Presentation Videocharger and DB2

More information

Virtual I/O Server Beyond the Basics

Virtual I/O Server Beyond the Basics Virtual I/O Server Beyond the Basics MITEC 2011 W 210 C-4 James Nash Advanced Technical Skills jjnash@us.ibm.com Trademarks The following are trademarks of the International Business Machines Corporation

More information

IBM SYSTEM POWER7. PowerVM. Jan Kristian Nielsen Erik Rex IBM Corporation

IBM SYSTEM POWER7. PowerVM. Jan Kristian Nielsen Erik Rex IBM Corporation IBM SYSTEM POWER7 PowerVM Jan Kristian Nielsen jankn@dk.ibm.com - +45 28803310 Erik Rex Rex@dk.ibm.com - +45 28803326 PowerVM: Virtualization Without Limits Reduces IT infrastructure costs Improves service

More information

Exam Name: Virtualization Technical Support for AIX and

Exam Name: Virtualization Technical Support for AIX and Exam Code: 000-101 Exam Name: Virtualization Technical Support for AIX and Linux Vendor: IBM Version: DEMO Part: A 1: A customer has a Power 570 system with the following configuration: 2 active CPUs 16

More information

BMC Capacity Optimization Extended Edition AIX Enhancements

BMC Capacity Optimization Extended Edition AIX Enhancements BMC Capacity Optimization Extended Edition 9.5.1 AIX Enhancements Support for AIX Active Memory Expansion (AME) mode Metrics displayed in BCO AIX PowerVM view for CPU and Memory Allocation Frame name,

More information

Live Partition Mobility Update

Live Partition Mobility Update Power Systems ATS Live Partition Mobility Update Ron Barker Power Advanced Technical Sales Support Dallas, TX Agenda Why you should be planning for partition mobility What are your options? Which is best

More information

Live Partition Mobility

Live Partition Mobility Live Partition Mobility Jaqui Lynch lynchj@forsythe.com Presentation at: http://www.circle4.com/forsythe/lpm2014.pdf 1 1 Why Live Partition Mobility? LPM LIVE PARTITION MOBILITY Uses Server Consolidation

More information

Planning for Virtualization on System P

Planning for Virtualization on System P Planning for Virtualization on System P Jaqui Lynch Systems Architect Mainline Information Systems Jaqui.lynch@mainline.com com http://www.circle4.com/papers/powervm-performance-may09.pdf http://mainline.com/knowledgecenter

More information

The Power of PowerVM Power Systems Virtualization. Eyal Rubinstein

The Power of PowerVM Power Systems Virtualization. Eyal Rubinstein The Power of PowerVM Power Systems Virtualization Eyal Rubinstein deyal@il.ibm.com The Power Equation: Power = i + p System i i515 i525 i550 i570 i595 IBM BladeCenter BladeCenter JS12/22/23 Express BladeCenter

More information

Virtualization Technical Support for AIX and Linux - v2

Virtualization Technical Support for AIX and Linux - v2 IBM 000-109 Virtualization Technical Support for AIX and Linux - v2 Version: 5.0 Topic 1, Volume A QUESTION NO: 1 An administrator is attempting to configure a new deployment of 56 POWER7 Blades across

More information

Power Systems SAN Multipath Configuration Using NPIV v1.2

Power Systems SAN Multipath Configuration Using NPIV v1.2 v1.2 Bejoy C Alias IBM India Software Lab Revision History Date of this revision: 27-Jan-2011 Date of next revision : TBD Revision Number Revision Date Summary of Changes Changes marked V1.0 23-Sep-2010

More information

Virtualization Benefits IBM Corporation

Virtualization Benefits IBM Corporation Virtualization Benefits 1 Virtualization Benefits CPU Utilization 100 90 80 70 60 50 40 30 20 10 0 8:00 10:00 12:00 2:00 4:00 Time Purchased Peak Average Increase Utilization Non-virtualized servers often

More information

Experiences with VIOS support for IBM i

Experiences with VIOS support for IBM i Experiences with VIOS support for IBM i Pete Stephen, Power Systems / AIX Architect Sirius Computer Solutions Pete.Stephen@siriuscom.com Agenda VIO overview Virtualization Trends. PowerVM and how do I

More information

41CO Operation and Maintaining PowerVM VIOS with IBM i

41CO Operation and Maintaining PowerVM VIOS with IBM i 41CO Operation and Maintaining PowerVM VIOS with IBM i Gary Konicek konicek@us.ibm.com IBM Lab Services Session ID: Agenda Key: 170299 41CO Fix Strategy before June 2015 Base releases: i.e. 2.2.1.0 i.e.

More information

PowerVM - Dynamically adding a Virtual Fibre Channel adapter to a client partition

PowerVM - Dynamically adding a Virtual Fibre Channel adapter to a client partition Techdocs - The Technical Sales Library PowerVM - Dynamically adding a Virtual Fibre Channel adapter to a client partition Document Author: Gero Schmidt Document ID: TD105218 Doc. Organization: Technical

More information

IBM EXAM QUESTIONS & ANSWERS

IBM EXAM QUESTIONS & ANSWERS IBM 000-106 EXAM QUESTIONS & ANSWERS Number: 000-106 Passing Score: 800 Time Limit: 120 min File Version: 38.8 http://www.gratisexam.com/ IBM 000-106 EXAM QUESTIONS & ANSWERS Exam Name: Power Systems with

More information

IBM i on a Power Blade Read-me First. Vess Natchev Power Blades Virtualization Cloud IBM Rochester, MN

IBM i on a Power Blade Read-me First. Vess Natchev Power Blades Virtualization Cloud IBM Rochester, MN IBM i on a Power Blade Read-me First Vess Natchev Power Blades Virtualization Cloud IBM Rochester, MN vess@us.ibm.com October 30 th, 2009 1 This read-me first document provides detailed instructions on

More information

IBM Virtualization Technical Support for AIX and Linux - v2.

IBM Virtualization Technical Support for AIX and Linux - v2. IBM 000-109 Virtualization Technical Support for AIX and Linux - v2 http://killexams.com/exam-detail/000-109 QUESTION: 170 A Power Systems server has two HMCs connected to its Flexible Service Processor

More information

IBM i supports additional IBM POWER6 hardware

IBM i supports additional IBM POWER6 hardware , dated April 28, 2009 IBM i supports additional IBM POWER6 hardware Table of contents 1 At a glance 6 Product number 1 Overview 6 Ordering information 2 Key prerequisites 8 Prices 2 Planned availability

More information

Integrated Virtualization Manager. ESCALA Power7 REFERENCE 86 A1 41FF 08

Integrated Virtualization Manager. ESCALA Power7 REFERENCE 86 A1 41FF 08 Integrated Virtualization Manager ESCALA Power7 REFERENCE 86 A1 41FF 08 ESCALA Models Reference The ESCALA Power7 publications concern the following models: Bull Escala E1-700 / E3-700 Bull Escala E1-705

More information

KillTest *KIJGT 3WCNKV[ $GVVGT 5GTXKEG Q&A NZZV ]]] QORRZKYZ IUS =K ULLKX LXKK [VJGZK YKX\OIK LUX UTK _KGX

KillTest *KIJGT 3WCNKV[ $GVVGT 5GTXKEG Q&A NZZV ]]] QORRZKYZ IUS =K ULLKX LXKK [VJGZK YKX\OIK LUX UTK _KGX KillTest Q&A Exam : 000-108 Title : Enterprise Technical Support for AIX and Linux -v2 Version : Demo 1 / 7 1.Which power reduction technology requires a software component in order to be activated? A.

More information

Power Systems with POWER7 and AIX Technical Sales

Power Systems with POWER7 and AIX Technical Sales Power Systems with POWER7 and AIX Technical Sales Number: 000-107 Passing Score: 800 Time Limit: 120 min File Version: 26.6 http://www.gratisexam.com/ IBM 000-107 EXAM QUESTIONS & ANSWERS Exam Name: Power

More information

C IBM. Virtualization Technical Support for AIX and Linux V2

C IBM. Virtualization Technical Support for AIX and Linux V2 C4040-109 Dumps C4040-109 Braindumps C4040-109 Real Questions C4040-109 Practice Test C4040-109 dumps free IBM C4040-109 Virtualization Technical Support for AIX and Linux V2 http://killexams.com/pass4sure/exam-detail/c4040-109

More information

Vendor: IBM. Exam Code: C Exam Name: Enterprise Technical Support for AIX and Linux -v2. Version: Demo

Vendor: IBM. Exam Code: C Exam Name: Enterprise Technical Support for AIX and Linux -v2. Version: Demo Vendor: IBM Exam Code: C4040-108 Exam Name: Enterprise Technical Support for AIX and Linux -v2 Version: Demo QUESTION 1 Which power reduction technology requires a software component in order to be activated?

More information

Power Systems with POWER8 Scale-out Technical Sales Skills V1

Power Systems with POWER8 Scale-out Technical Sales Skills V1 Power Systems with POWER8 Scale-out Technical Sales Skills V1 1. An ISV develops Linux based applications in their heterogeneous environment consisting of both IBM Power Systems and x86 servers. They are

More information

VIOS NextGen: Server & Storage Integration

VIOS NextGen: Server & Storage Integration IBM Power Systems Technical University October 18 22, 2010 Las Vegas, NV NextGen: Server & Storage Integration Session ID: VM19 PowerVM : Virtualization for IBM Power Systems Speaker Name: Bob Kovacs All

More information

3.5.5 Creating client partitions

3.5.5 Creating client partitions Example 3-27 Logical partitions are mapped to two physical partitions $ lsvg -lv rootvg rootvg: LV NAME TYPE LPs PPs PVs LV STATE MOUNT POINT hd5 boot 1 2 2 closed/syncd N/A hd6 paging 4 8 2 open/syncd

More information

PowerVM simplification enhancements. PowerVM simplification enhancements. PowerVM infrastructure overview

PowerVM simplification enhancements. PowerVM simplification enhancements. PowerVM infrastructure overview PowerVM simplification enhancements PowerVM infrastructure overview IBM PowerVM is the virtualization solution that enables workload consolidation for AIX, IBM i, and Linux environments on IBM Power Systems

More information

C Examcollection.Premium.Exam.52q

C Examcollection.Premium.Exam.52q C4040-108.Examcollection.Premium.Exam.52q Number: C4040-108 Passing Score: 800 Time Limit: 120 min File Version: 36.9 http://www.gratisexam.com/ Exam Code: C4040-108 Exam Name: Power Systems Enterprise

More information

STORAGE CONSOLIDATION WITH IP STORAGE. David Dale, NetApp

STORAGE CONSOLIDATION WITH IP STORAGE. David Dale, NetApp STORAGE CONSOLIDATION WITH IP STORAGE David Dale, NetApp SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individuals may use this material in

More information

IBM Storwize V7000 with IBM PowerHA SystemMirror

IBM Storwize V7000 with IBM PowerHA SystemMirror IBM Storwize V7000 with IBM PowerHA SystemMirror Proof of concept and configuration Zane Russell IBM Systems and Technology Group ISV Enablement March 2011 Copyright IBM Corporation, 2011. Abstract...

More information

iseries Tech Talk Linux on iseries Technical Update 2004

iseries Tech Talk Linux on iseries Technical Update 2004 iseries Tech Talk Linux on iseries Technical Update 2004 Erwin Earley IBM Rochester Linux Center of Competency rchlinux@us.ibm.com Agenda Enhancements to the Linux experience introduced with i5 New i5/os

More information

STORAGE CONSOLIDATION WITH IP STORAGE. David Dale, NetApp

STORAGE CONSOLIDATION WITH IP STORAGE. David Dale, NetApp STORAGE CONSOLIDATION WITH IP STORAGE David Dale, NetApp SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individuals may use this material in

More information

Vendor: IBM. Exam Code: C Exam Name: Power Systems with POWER8 Scale-out Technical Sales Skills V1. Version: Demo

Vendor: IBM. Exam Code: C Exam Name: Power Systems with POWER8 Scale-out Technical Sales Skills V1. Version: Demo Vendor: IBM Exam Code: C9010-251 Exam Name: Power Systems with POWER8 Scale-out Technical Sales Skills V1 Version: Demo QUESTION 1 What is a characteristic of virtualizing workloads? A. Processors are

More information

IBM EXAM QUESTIONS & ANSWERS

IBM EXAM QUESTIONS & ANSWERS IBM 000-108 EXAM QUESTIONS & ANSWERS Number: 000-108 Passing Score: 800 Time Limit: 120 min File Version: 46.6 http://www.gratisexam.com/ IBM 000-108 EXAM QUESTIONS & ANSWERS Exam Name: Enterprise Technical

More information

VIOS FP25_SP05

VIOS FP25_SP05 VIOS 2.2.1.7 FP25_SP05 Contributed by Michael Felt Package information PACKAGE: Update Release 2.2.1.7 IOSLEVEL: 2.2.1.7 VIOS level is NIM Master level must be equal to or higher than Service Pack 05 for

More information

IBM PowerVM. Virtualization without limits. Highlights. IBM Systems and Technology Data Sheet

IBM PowerVM. Virtualization without limits. Highlights. IBM Systems and Technology Data Sheet IBM PowerVM Virtualization without limits Highlights Deliver services with superior economics by consolidating virtualized workloads Deliver services faster by automating deployment of virtual machines

More information

System i and System p. Managing the Integrated Virtualization Manager

System i and System p. Managing the Integrated Virtualization Manager System i and System p Managing the Integrated Virtualization Manager System i and System p Managing the Integrated Virtualization Manager Note Before using this information and the product it supports,

More information

System i and System p. Creating a virtual computing environment

System i and System p. Creating a virtual computing environment System i and System p Creating a virtual computing environment System i and System p Creating a virtual computing environment Note Before using this information and the product it supports, read the information

More information

Planning and Sizing Virtualization

Planning and Sizing Virtualization Planning and Sizing Virtualization Jaqui Lynch Architect, Systems Engineer Mainline Information Systems http://www.circle4.com/papers/cmgvirt.pdf 1 What is Virtualization? Being able to dynamically move

More information

C Number: C Passing Score: 800 Time Limit: 120 min File Version: 5.0. IBM C Questions & Answers

C Number: C Passing Score: 800 Time Limit: 120 min File Version: 5.0. IBM C Questions & Answers C4040-251 Number: C4040-251 Passing Score: 800 Time Limit: 120 min File Version: 5.0 http://www.gratisexam.com/ IBM C4040-251 Questions & Answers Power Systems with POWER8 Scale-out Technical Sales Skills

More information

IBM Exam A Virtualization Technical Support for AIX and Linux Version: 6.0 [ Total Questions: 93 ]

IBM Exam A Virtualization Technical Support for AIX and Linux Version: 6.0 [ Total Questions: 93 ] s@lm@n IBM Exam A4040-101 Virtualization Technical Support for AIX and Linux Version: 6.0 [ Total Questions: 93 ] IBM A4040-101 : Practice Test Question No : 1 Which of the following IOS commands displays

More information

Veritas InfoScale 7.0 Virtualization Guide - AIX

Veritas InfoScale 7.0 Virtualization Guide - AIX Veritas InfoScale 7.0 Virtualization Guide - AIX November 2015 Veritas InfoScale 7.0 Virtualization Guide The software described in this book is furnished under a license agreement and may be used only

More information

IBM POWERVM WITH FLASHARRAY

IBM POWERVM WITH FLASHARRAY IBM POWERVM WITH FLASHARRAY White paper - September 2017 Contents Executive Summary... 3 Introduction... 3 Pure Storage FlashArray... 3 IBM Power System... 3 DEVICES Virtualization With IBM PowerVM...

More information

IBM Systems Director VMControl

IBM Systems Director VMControl IBM Systems Director VMControl Glen Corneau Copyright IBM Corporation 2011 Materials may not be reproduced in whole or in part without the prior written permission of IBM. 5.3 Agenda > VMControl V2.3.1

More information

A Mainframe Guy Discovers Blades..as in zenterprise Blade Extension

A Mainframe Guy Discovers Blades..as in zenterprise Blade Extension SHARE in Anaheim March 2011 A Mainframe Guy Discovers Blades..as in zenterprise Blade Extension Session ID: zzs18 Glenn Anderson, IBM Training 2011 IBM Corporation 1 2 3 1999 History of Blades.. Data center

More information

System p. Partitioning with the Integrated Virtualization Manager

System p. Partitioning with the Integrated Virtualization Manager System p Partitioning with the Integrated Virtualization Manager System p Partitioning with the Integrated Virtualization Manager Note Before using this information and the product it supports, read the

More information

IBM i Virtual I/O Performance in an IBM System Storage SAN Volume Controller with IBM System Storage DS8000 Environment

IBM i Virtual I/O Performance in an IBM System Storage SAN Volume Controller with IBM System Storage DS8000 Environment IBM i Virtual I/O Performance in an IBM System Storage SAN Volume Controller with IBM System Storage DS8000 Environment This document can be found in the IBM Techdocs library, www.ibm.com/support/techdocs

More information

Disk I/O and the Network

Disk I/O and the Network Page 1 of 5 close window Print Disk I/O and the Network Increase performance with more tips for AIX 5.3, 6.1 and 7 October 2010 by Jaqui Lynch Editor s Note: This is the concluding article in a two-part

More information

C exam. Number: C Passing Score: 800 Time Limit: 120 min IBM C IBM AIX Administration V1.

C exam. Number: C Passing Score: 800 Time Limit: 120 min IBM C IBM AIX Administration V1. C9010-022.exam Number: C9010-022 Passing Score: 800 Time Limit: 120 min IBM C9010-022 IBM AIX Administration V1 Exam A QUESTION 1 A customer has a virtualized system using Virtual I/O Server with multiple

More information

Q&As. AIX 7 Administration. Pass IBM Exam with 100% Guarantee. Free Download Real Questions & Answers PDF and VCE file from:

Q&As. AIX 7 Administration. Pass IBM Exam with 100% Guarantee. Free Download Real Questions & Answers PDF and VCE file from: 000-221 Q&As AIX 7 Administration Pass IBM 000-221 Exam with 100% Guarantee Free Download Real Questions & Answers PDF and VCE file from: 100% Passing Guarantee 100% Money Back Assurance Following Questions

More information

IBM Enterprise Technical Support for AIX and Linux -v2. Download Full Version :

IBM Enterprise Technical Support for AIX and Linux -v2. Download Full Version : IBM 000-108 Enterprise Technical Support for AIX and Linux -v2 Download Full Version : http://killexams.com/pass4sure/exam-detail/000-108 QUESTION: 117 An administrator is preparing fibre-channel attached

More information

IBM Power 520 and Power 550 support the AIX, IBM i, and Linux operating systems

IBM Power 520 and Power 550 support the AIX, IBM i, and Linux operating systems Announcement ZG08-0790, dated October 7, 2008 IBM Power 520 and Power 550 support the AIX, IBM i, and Linux operating systems Table of contents 2 Key prerequisites 30 Technical information 2 Planned availability

More information

Vendor: EMC. Exam Code: E Exam Name: Cloud Infrastructure and Services Exam. Version: Demo

Vendor: EMC. Exam Code: E Exam Name: Cloud Infrastructure and Services Exam. Version: Demo Vendor: EMC Exam Code: E20-002 Exam Name: Cloud Infrastructure and Services Exam Version: Demo QUESTION NO: 1 In which Cloud deployment model would an organization see operational expenditures grow in

More information

Veritas Storage Foundation and High Availability Solutions Virtualization Guide

Veritas Storage Foundation and High Availability Solutions Virtualization Guide Veritas Storage Foundation and High Availability Solutions Virtualization Guide AIX 5.1 Service Pack 1 Veritas Storage Foundation and High Availability Solutions Virtualization Guide The software described

More information

Configuring and Managing Virtual Storage

Configuring and Managing Virtual Storage Configuring and Managing Virtual Storage Module 6 You Are Here Course Introduction Introduction to Virtualization Creating Virtual Machines VMware vcenter Server Configuring and Managing Virtual Networks

More information

IBM IBM Open Systems Storage Solutions Version 4. Download Full Version :

IBM IBM Open Systems Storage Solutions Version 4. Download Full Version : IBM 000-742 IBM Open Systems Storage Solutions Version 4 Download Full Version : https://killexams.com/pass4sure/exam-detail/000-742 Answer: B QUESTION: 156 Given the configuration shown, which of the

More information

Unit 8 System storage overview

Unit 8 System storage overview Unit 8 System storage overview Course materials may not be reproduced in whole or in part without the prior written permission of IBM. 5.1 Unit objectives After completing this unit, you should be able

More information

PowerVM Single Root I/O Virtualization: Fundamentals, Configuration, and Advanced Topics

PowerVM Single Root I/O Virtualization: Fundamentals, Configuration, and Advanced Topics PowerVM Single Root I/O Virtualization: Fundamentals, Configuration, and Advanced Topics Allyn Walsh Consulting IT Specialist awalsh@us.ibm.com Many contributions from Chuck Graham STSM, Lead Architect

More information

Mechanic v. Surgeon (photos from istockphoto.com)

Mechanic v. Surgeon (photos from istockphoto.com) 0 Mechanic v. Surgeon (photos from istockphoto.com) 1 2007: AIX Kernel hotpatch support available with AIX 6.1 2008: Ksplice Linux hotpatch support (based on MIT student s master s thesis) Stops all running

More information

Redpaper. IBM PowerVM Getting Started Guide. Front cover. ibm.com/redbooks. Step-by-step virtualization configuration to the first partition

Redpaper. IBM PowerVM Getting Started Guide. Front cover. ibm.com/redbooks. Step-by-step virtualization configuration to the first partition Front cover IBM PowerVM Getting Started Guide Step-by-step virtualization configuration to the first partition Single and dual VIOS setups using three common management interfaces Advanced configuration

More information

IBM PureFlex Technical

IBM PureFlex Technical IBM PureFlex Technical Number: 000-783 Passing Score: 660 Time Limit: 90 min File Version: 1.0 http://www.gratisexam.com/ Exam A QUESTION 1 Which of the following virtualization products is required to

More information

IBM IBM Storage Networking Solutions Version 1.

IBM IBM Storage Networking Solutions Version 1. IBM 000-740 IBM Storage Networking Solutions Version 1 http://killexams.com/exam-detail/000-740 - disk storage subsystem with four (4) total ports - two (2) LTO3 tape drives to be attached Assuming best

More information

Common 2009 IBM I. Miroslav Iwachow IT Architect IBM CEE

Common 2009 IBM I. Miroslav Iwachow IT Architect IBM CEE Common 2009 IBM I Miroslav Iwachow IT Architect IBM CEE Implementation of IBM i Course materials may not be reproduced in whole or in part without the prior written permission of IBM. 5.1 Enhancements,

More information

UCS Engineering Details for the SAN Administrator

UCS Engineering Details for the SAN Administrator UCS Engineering Details for the SAN Administrator Craig Ashapa 2 First things first: debunking a myth Today (June 2012 UCS 2.02m) there is no FCoE northbound of UCS unless you really really really want

More information

IBM EXAM - C AIX 7 Administration. Buy Full Product.

IBM EXAM - C AIX 7 Administration. Buy Full Product. IBM EXAM - C4040-221 AIX 7 Administration Buy Full Product http://www.examskey.com/c4040-221.html Examskey IBM C4040-221 exam demo product is here for you to test the quality of the product. This IBM C4040-221

More information

Best Practices: Managing AIX Updates using SUMA, NIM, and AIX Service Tools Steven Molis

Best Practices: Managing AIX Updates using SUMA, NIM, and AIX Service Tools Steven Molis using SUMA, NIM, and AIX Service Tools Steven Molis AIX Development smolis@us.ibm.com Table of Contents 1 INTRODUCTION... 3 2 BEST PRACTICES USING SUMA AND NIM... 4 2.1 GETTING UPDATES FOR A SINGLE SYSTEM

More information

June IBM Power Academy. IBM PowerVM memory virtualization. Luca Comparini STG Lab Services Europe IBM FR. June,13 th Dubai

June IBM Power Academy. IBM PowerVM memory virtualization. Luca Comparini STG Lab Services Europe IBM FR. June,13 th Dubai June 2012 @Dubai IBM Power Academy IBM PowerVM memory virtualization Luca Comparini STG Lab Services Europe IBM FR June,13 th 2012 @IBM Dubai Agenda How paging works Active Memory Sharing Active Memory

More information

Vendor: IBM. Exam Code: C Exam Name: Power Systems with POWER7 and IBM i Technical Sales Skills -v2. Version: Demo

Vendor: IBM. Exam Code: C Exam Name: Power Systems with POWER7 and IBM i Technical Sales Skills -v2. Version: Demo Vendor: IBM Exam Code: C4040-226 Exam Name: Power Systems with POWER7 and IBM i Technical Sales Skills -v2 Version: Demo Question No : 1 A customer with a POWERS 520 running IBM i is debating consolidating

More information

Emulex Universal Multichannel

Emulex Universal Multichannel Emulex Universal Multichannel Reference Manual Versions 11.2 UMC-OCA-RM112 Emulex Universal Multichannel Reference Manual Corporate Headquarters San Jose, CA Website www.broadcom.com Broadcom, the pulse

More information

p5 520 server Robust entry system designed for the on demand world Highlights

p5 520 server Robust entry system designed for the on demand world Highlights Robust entry system designed for the on demand world IBM p5 520 server _` p5 520 rack system with I/O drawer Highlights Innovative, powerful, affordable, open and adaptable UNIX and Linux environment system

More information

SMART SERVER AND STORAGE SOLUTIONS FOR GROWING BUSINESSES

SMART SERVER AND STORAGE SOLUTIONS FOR GROWING BUSINESSES Jan - Mar 2009 SMART SERVER AND STORAGE SOLUTIONS FOR GROWING BUSINESSES For more details visit: http://www-07preview.ibm.com/smb/in/expressadvantage/xoffers/index.html IBM Servers & Storage Configured

More information

QuickSpecs. HP Integrity Virtual Machines (Integrity VM) Overview. Retired. Currently shipping versions:

QuickSpecs. HP Integrity Virtual Machines (Integrity VM) Overview. Retired. Currently shipping versions: Currently shipping versions: HP Integrity VM (HP-UX 11i v3 VM Host) v4.2 HP Integrity VM (HP-UX 11i v2 VM Host) v3.5 Integrity Virtual Machines (also called Integrity VM or HPVM) is a hypervisor product

More information

Pass4Sure.C _83,Q&A

Pass4Sure.C _83,Q&A Pass4Sure.C4040-251_83,Q&A Number: C4040-251 Passing Score: 800 Time Limit: 120 min File Version: 16.02 http://www.gratisexam.com/ These are the most accurate study questions. Just focus on these and sit

More information

IBM System p5 510 and 510Q Express Servers

IBM System p5 510 and 510Q Express Servers More value, easier to use, and more performance for the on demand world IBM System p5 510 and 510Q Express Servers System p5 510 or 510Q Express rack-mount servers Highlights Up to 4-core scalability with

More information

IBM Europe Announcement ZG , dated February 13, 2007

IBM Europe Announcement ZG , dated February 13, 2007 IBM Europe Announcement ZG07-0221, dated February 13, 2007 Cisco MDS 9200 for IBM System Storage switches, models 9216i and 9216A, offer enhanced performance, scalability, multiprotocol capabilities, and

More information

vsphere Networking Update 1 ESXi 5.1 vcenter Server 5.1 vsphere 5.1 EN

vsphere Networking Update 1 ESXi 5.1 vcenter Server 5.1 vsphere 5.1 EN Update 1 ESXi 5.1 vcenter Server 5.1 vsphere 5.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check

More information

VMware vsphere Storage Appliance Installation and Configuration

VMware vsphere Storage Appliance Installation and Configuration VMware vsphere Storage Appliance Installation and Configuration vsphere Storage Appliance 1.0 vsphere 5.0 This document supports the version of each product listed and supports all subsequent versions

More information

Actual4Test. Actual4test - actual test exam dumps-pass for IT exams

Actual4Test.   Actual4test - actual test exam dumps-pass for IT exams Actual4Test http://www.actual4test.com Actual4test - actual test exam dumps-pass for IT exams Exam : 000-180 Title : P5 and pseries Enterprise Technical Support Aix 5L V5.3 Vendors : IBM Version : DEMO

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!   We offer free update service for one year PASS4TEST \ http://www.pass4test.com We offer free update service for one year Exam : C9010-022 Title : IBM AIX Administration V1 Vendor : IBM Version : DEMO Get Latest & Valid C9010-022 Exam's Question

More information

Testinexam Number: Passing Score: 800 Time Limit: 120 min File Version: 1.0

Testinexam Number: Passing Score: 800 Time Limit: 120 min File Version: 1.0 Testinexam 000-272 Number: 000-272 Passing Score: 800 Time Limit: 120 min File Version: 1.0 http://www.gratisexam.com/ www.test-inexam.com Exam A QUESTION 1 Which power reduction technology requires a

More information

February 5, 2008 Virtualization Trends On IBM s System P Unraveling The Benefits In IBM s PowerVM

February 5, 2008 Virtualization Trends On IBM s System P Unraveling The Benefits In IBM s PowerVM Virtualization Trends On IBM s System P Unraveling The Benefits In IBM s PowerVM by Brad Day with Simon Yates and Rachel Batiancila EXECUTIVE SUMMARY IBM s PowerVM (formerly Advanced POWER Virtualization)

More information

As storage networking technology

As storage networking technology Chapter 10 Storage As storage networking technology matures, larger and complex implementations are becoming more common. The heterogeneous nature of storage infrastructures has further added to the complexity

More information

A GPFS Primer October 2005

A GPFS Primer October 2005 A Primer October 2005 Overview This paper describes (General Parallel File System) Version 2, Release 3 for AIX 5L and Linux. It provides an overview of key concepts which should be understood by those

More information

Chapter 10: Mass-Storage Systems

Chapter 10: Mass-Storage Systems Chapter 10: Mass-Storage Systems Silberschatz, Galvin and Gagne 2013 Chapter 10: Mass-Storage Systems Overview of Mass Storage Structure Disk Structure Disk Attachment Disk Scheduling Disk Management Swap-Space

More information

AIX 5L 5.2 AIX SA

AIX 5L 5.2 AIX SA AIX 5L 5.2 AIX SA30-1519-04 AIX 5L 5.2 AIX SA30-1519-04 !, 59. 5 (2003 7 ), AIX 5L 5.2. IBM.. 135-270 467-12,.., ibmkspoe@kr.ibm.com.. Copyright International Business Machines Corporation 2001, 2003.

More information

Exam : S Title : Snia Storage Network Management/Administration. Version : Demo

Exam : S Title : Snia Storage Network Management/Administration. Version : Demo Exam : S10-200 Title : Snia Storage Network Management/Administration Version : Demo 1. A SAN architect is asked to implement an infrastructure for a production and a test environment using Fibre Channel

More information

Overview. Implementing Fibre Channel SAN Boot with Oracle's Sun ZFS Storage Appliance. August By Tom Hanvey; update by Peter Brouwer

Overview. Implementing Fibre Channel SAN Boot with Oracle's Sun ZFS Storage Appliance. August By Tom Hanvey; update by Peter Brouwer Implementing Fibre Channel SAN Boot with Oracle's Sun ZFS Storage Appliance August 2012 By Tom Hanvey; update by Peter Brouwer This paper describes how to implement a Fibre Channel (FC) SAN boot solution

More information

Chapter 10: Mass-Storage Systems. Operating System Concepts 9 th Edition

Chapter 10: Mass-Storage Systems. Operating System Concepts 9 th Edition Chapter 10: Mass-Storage Systems Silberschatz, Galvin and Gagne 2013 Chapter 10: Mass-Storage Systems Overview of Mass Storage Structure Disk Structure Disk Attachment Disk Scheduling Disk Management Swap-Space

More information

Storage Protocol Offload for Virtualized Environments Session 301-F

Storage Protocol Offload for Virtualized Environments Session 301-F Storage Protocol Offload for Virtualized Environments Session 301-F Dennis Martin, President August 2016 1 Agenda About Demartek Offloads I/O Virtualization Concepts RDMA Concepts Overlay Networks and

More information

Configuring SR-IOV. Table of contents. with HP Virtual Connect and Microsoft Hyper-V. Technical white paper

Configuring SR-IOV. Table of contents. with HP Virtual Connect and Microsoft Hyper-V. Technical white paper Technical white paper Configuring SR-IOV with HP Virtual Connect and Microsoft Hyper-V Table of contents Abstract... 2 Overview... 2 SR-IOV... 2 Advantages and usage... 2 With Flex-10... 3 Setup... 4 Supported

More information

designed. engineered. results. Parallel DMF

designed. engineered. results. Parallel DMF designed. engineered. results. Parallel DMF Agenda Monolithic DMF Parallel DMF Parallel configuration considerations Monolithic DMF Monolithic DMF DMF Databases DMF Central Server DMF Data File server

More information

The Contents and Structure of this Manual. This document is composed of the following 12 chapters.

The Contents and Structure of this Manual. This document is composed of the following 12 chapters. Preface This document briefly explains the operations that need to be performed by the user in order to connect an ETERNUS2000 model 100 or 200, ETERNUS4000 model 300, 400, 500, or 600, or ETERNUS8000

More information

Dell Fluid Data solutions. Powerful self-optimized enterprise storage. Dell Compellent Storage Center: Designed for business results

Dell Fluid Data solutions. Powerful self-optimized enterprise storage. Dell Compellent Storage Center: Designed for business results Dell Fluid Data solutions Powerful self-optimized enterprise storage Dell Compellent Storage Center: Designed for business results The Dell difference: Efficiency designed to drive down your total cost

More information

VMware Infrastructure Update 1 for Dell PowerEdge Systems. Deployment Guide. support.dell.com

VMware Infrastructure Update 1 for Dell PowerEdge Systems. Deployment Guide.   support.dell.com VMware Infrastructure 3.0.2 Update 1 for Dell PowerEdge Systems Deployment Guide www.dell.com support.dell.com Notes and Notices NOTE: A NOTE indicates important information that helps you make better

More information

EMC PowerPath for AIX Version 5.1

EMC PowerPath for AIX Version 5.1 EMC PowerPath for AIX Version 5.1 Installation and Administration Guide P/N 300-005-461 REV A03 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 1997-2008

More information

This page is intentionally left blank.

This page is intentionally left blank. This page is intentionally left blank. Preface This ETERNUS Multipath Driver User's Guide describes the features, functions, and operation of the "ETERNUS Multipath Driver" (hereafter referred to as "Multipath

More information

Live Partition Mobility ESCALA REFERENCE 86 A1 85FA 01

Live Partition Mobility ESCALA REFERENCE 86 A1 85FA 01 Lie Partition Mobility ESCALA REFERENCE 86 A1 85FA 01 ESCALA Lie Partition Mobility Hardware May 2009 BULL CEDOC 357 AVENUE PATTON B.P.20845 49008 ANGERS CEDE 01 FRANCE REFERENCE 86 A1 85FA 01 The following

More information

HMC ENHANCED GUI QUICK START GUIDE 1.0 Classic GUI to Enhanced GUI Mappings and Enhanced GUI Improvements

HMC ENHANCED GUI QUICK START GUIDE 1.0 Classic GUI to Enhanced GUI Mappings and Enhanced GUI Improvements HMC ENHANCED GUI QUICK START GUIDE 1.0 Classic GUI to Enhanced GUI Mappings and Enhanced GUI Improvements August 2017 Table of Contents Contributing Author: Karyn Corneli Co-Author: Jacobo Vargas Introduction...

More information

IBM ^ iseries Logical Partition Isolation and Integrity

IBM ^ iseries Logical Partition Isolation and Integrity June 2002 IBM ^ iseries Logical Partition Isolation and Integrity Dave Boutcher IBM Corporation boutcher@us.ibm.com Version 1.0 Page 1 Introduction The purpose of this document is to provide information

More information