0% found this document useful (0 votes)
122 views2 pages

SD2 L8 Commands

The document discusses powering off and modifying existing virtual partitions on an L8 server. It then describes creating 10 new 4-core 8GB virtual partitions for applications and adding I/O slots and memory. Finally, it discusses creating two additional partitions with 4 cores but increasing the memory to 16GB each for a database issue requiring more memory.

Uploaded by

Kuldeep Kushwaha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
122 views2 pages

SD2 L8 Commands

The document discusses powering off and modifying existing virtual partitions on an L8 server. It then describes creating 10 new 4-core 8GB virtual partitions for applications and adding I/O slots and memory. Finally, it discusses creating two additional partitions with 4 cores but increasing the memory to 16GB each for a database issue requiring more memory.

Uploaded by

Kuldeep Kushwaha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

OA:10.191.143.

PowerOff

POWEROFF PARTITION L8-NR-SD2:L8vpar1 FORCE OVERRIDE

POWEROFF PARTITION L8-NR-SD2:L8vpar2 FORCE OVERRIDE

POWEROFF PARTITION L8-NR-SD2:L8vpar3 FORCE OVERRIDE

POWEROFF PARTITION L8-NR-SD2:L8vpar4 FORCE OVERRIDE

==========================================================
For deletion

---> vpar1: vparmodify -p L8-NR-SD2:L8vpar1 -d ioslot:1/2/5 -d


socket:1/2/0:mem::8192 -d socket:1/2/0:cpu::4

---> vpar2: vparmodify -p L8-NR-SD2:L8vpar2 -d ioslot:1/4/5 -d


socket:1/4/0:mem::8192 -d socket:1/4/0:cpu::4

---> vpar3: vparmodify -p L8-NR-SD2:L8vpar3 -d ioslot:1/6/5 -d


socket:1/6/0:mem::8192 -d socket:1/6/0:cpu::4

---> vpar4: vparmodify -p L8-NR-SD2:L8vpar4 -d ioslot:1/8/5 -d


socket:1/8/0:mem::8192 -d socket:1/8/0:cpu::4

===============================================================================

--> for Addition in existing Vpar:

---> vpar1: vparmodify -p L8-NR-SD2:L8vpar1 -a ioslot:1/1/5 -a


socket:1/1/1:mem::8192 -a socket:1/1/1:cpu::4

---> vpar2: vparmodify -p L8-NR-SD2:L8vpar2 -a ioslot:1/3/5 -a


socket:1/3/1:mem::8192 -a socket:1/3/1:cpu::4

---> vpar3: vparmodify -p L8-NR-SD2:L8vpar3 -a ioslot:1/5/5 -a


socket:1/5/1:mem::8192 -a socket:1/5/1:cpu::4

---> vpar4: vparmodify -p L8-NR-SD2:L8vpar4 -a ioslot:1/7/5 -a


socket:1/7/1:mem::8192 -a socket:1/7/1:cpu::4

===================================================================================
================

--> Creation of new Vpar of 4-Cores & 8GB-Mem for APP

vparcreate -N 1 -p L8vpar5
vparmodify -p L8-NR-SD2:L8vpar5 -a ioslot:1/2/4 -a socket:1/2/0:mem::8192 -a
socket:1/2/0:cpu::4
vparmodify -p L8-NR-SD2:L8vpar5 -a ioslot:12/1/3 -a ioslot:11/2/3
vparcreate -N 1 -p L8vpar6
vparmodify -p L8-NR-SD2:L8vpar6 -a ioslot:1/2/5 -a socket:1/2/1:mem::8192 -a
socket:1/2/1:cpu::4
vparmodify -p L8-NR-SD2:L8vpar6 -a ioslot:9/1/2 -a ioslot:10/2/2

vparcreate -N 1 -p L8vpar7
vparmodify -p L8-NR-SD2:L8vpar7 -a ioslot:1/4/4 -a socket:1/4/0:mem::8192 -a
socket:1/4/0:cpu::4
vparmodify -p L8-NR-SD2:L8vpar7 -a ioslot:10/1/3 -a ioslot:9/2/3

vparcreate -N 1 -p L8vpar8
vparmodify -p L8-NR-SD2:L8vpar8 -a ioslot:1/4/5 -a socket:1/4/1:mem::8192 -a
socket:1/4/1:cpu::4
vparmodify -p L8-NR-SD2:L8vpar8 -a ioslot:11/1/2 -a ioslot:12/2/2

vparcreate -N 1 -p L8vpar9
vparmodify -p L8-NR-SD2:L8vpar9 -a ioslot:1/6/4 -a socket:1/6/0:mem::8192 -a
socket:1/6/0:cpu::4
vparmodify -p L8-NR-SD2:L8vpar7 -a ioslot:9/1/4 -a ioslot:10/2/4 --- need to
connect

vparcreate -N 1 -p L8vpar10
vparmodify -p L8-NR-SD2:L8vpar10 -a ioslot:1/6/5 -a socket:1/6/1:mem::8192 -a
socket:1/6/1:cpu::4
vparmodify -p L8-NR-SD2:L8vpar7 -a ioslot:10/1/5 -a ioslot:9/2/5 --- need to
connect

===================================================================================
============================================

--> Creation of new Vpar of 4-Cores & 16GB-Mem for DB Issue(Insufficient


SLM)Required 16GB Memory for this Vpar but created only 8GB

vparcreate -N 1 -p L8vpar11
vparmodify -p L8-NR-SD2:L8vpar11 -a ioslot:1/8/4 -a socket:1/8/0:mem::8192 -a
socket:1/8/0:cpu::4
vparmodify -p L8-NR-SD2:L8vpar11 -a ioslot:11/1/4 -a ioslot:12/2/4 --- need to
connect

vparcreate -N 1 -p L8vpar12
vparmodify -p L8-NR-SD2:L8vpar12 -a ioslot:1/8/5 -a socket:1/8/1:mem::8192 -a
socket:1/8/1:cpu::4
vparmodify -p L8-NR-SD2:L8vpar12 -a ioslot:11/1/3 -a ioslot:10/2/3

You might also like