Contact Us | Products/Services | Korn Shell | MicroEMACS


Mt Xia:
Business Continuity/Disaster Recovery Methodologies
 

Standards


Contact Mt Xia for assistance with your Business Continuity, Disaster Recovery, and High Availability planning and implementation projects at 615.556.0456 or dfrench@mtxia.com

Current:Standards
Previous:VIO Server
Home Page

Policies
Guidelines
Procedures
VIO VLAN ID
VIO SCSI ID

Virtual I/O Server Standards

Defined here are the standards that describe how a Virtual I/O (VIO) server will be configured in the Mt Xia environment. The purpose of these standards is to ensure business continuity, disaster recovery, high availability, serviceability, managability, and supportability of the virtualized environment.


Procedure to enable centralized statistics gathering from a VIO server via WLM

The Virtual I/O (VIO) servers should not have extraneous software installed on them, therefore the performance toolbox software is not installed or enabled. However the Workload Manager (WLM) is installed and should be enabled in passive mode. The procedure to enable WLM on the VIO servers follows:

This procedure assumes there is a centralized storage location for the WLM statistics shared to the VIO server via NFS. In the following example the centralized storage is located on the NIM server whose hostname is "dalapnim01". The specific directory being shared via NFS from "dalapnim01" is "/prfdmce0".

This procedure also uses an example VIO server hostname of "daladvio01".


Establish the NFS mount from the centralized NFS storage location.

/usr/sbin/mknfsmnt -f /prfdmce0 -d /prfdmce0 -h dalapnim01-mc2 -M sys -t rw -w bg -ABSXYZ -jqg


Add a directory to the centralized NFS storage location to contain the statistics files from the VIO server.

mkdir -p /prfdmce0/ddadvio01/wlm


Add a record line to "/etc/inittab" to start the WLM statistics gathering daemon

mkitab 'ptxwlm:2:respawn:/usr/bin/xmwlm -d /prfdmce0/daladvio01/wlm -n xmwlm > /dev/null 2>&1'


Start the WLM in "passive" mode.

/usr/sbin/wlmcntrl -p > /dev/console 2>&1

Add a record to the "/etc/inittab" to start the WLM at system boot time.

mkitab -i rc 'wlm:2:once:/usr/sbin/wlmcntrl -p > /dev/console 2>&1'

 

For information regarding this page, contact Dana French ( dfrench@mtxia.com )