System information
368 Logical Partitions on System i5
Moving the i/o from one partition to another
To move the i/o from one partition to another, we need to know the partition ids and the drc
index of the particular IOP or IOA.
You can see the partition details in Figure 11-29 on page 357.
To move the IOP (C11) and IOA(C12) from the
SixteenProc partition to the test partition, run
the script as shown in Example 11-8.
Example 11-3 shows the details taken from Figure 11-29 on page 357 and Figure 11-41 on
page 364.
Table 11-3 i/o details
Example 11-8 shows the script to do this function.
Example 11-8 io-move -script
PATH=$PATH:/QOpenSys/usr/bin:/usr/ccs/bin:/QOpenSys/usr/bin/X11:/usr/sbin:.:/usr/bin
#######################
ssh -T 9.5.17.228 chhwres -r io -m FelixComplex -o m --id 1 -l 2101000D --tid 2
###################
ssh -T 9.5.17.228 chhwres -r io -m FelixComplex -o m --id 1 -l 2102000D --tid 2
11.6 Scheduling the DLPAR function from Windows
HMC can be accessed from many other operating systems with the ssh client utility program
installed. One of the popular utilities is PuTTY, which is a free ssh client utility program that
can be downloaded from the Internet.
More information about PuTTY can be found in:
http://www.chiark.greenend.org.uk/~sgtatham/putty/
You can download PuTTY and related utilities from the URL:
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
The following procedure shows how use the PuTTY utility program to communicate to HMC
from the Windows client.
From the Windows client, create the folder:
c:\putty
Partition Name LPAR Id IOP drc_index IOA drc_index
SixteenProcs 1 2101000D 2102000D
Test 2
Note: To see the command syntax, logon to the HMC, and from the command line, type:
chhwres --help and press Enter.