Вы находитесь на странице: 1из 11

ROI-S06886-060E

P
N
M
S

ASOLINK

ETWORK

PNMS (Java version)


System Requirement and
Configuration Manual

ANAGEMENT

YSTEM

NEC Corporation
Copyright 2010

ROI-S06886

Table of Contents
1

SYSTEM REQUIREMENT ................................................................................................................. 1


1.1

Solaris Server Requirement.......................................................................................................... 1

1.2

Windows Server Requirement...................................................................................................... 1

1.3

Solaris Client Requirement .......................................................................................................... 2

1.4

Windows Client Requirement ...................................................................................................... 2

CONFIGURATION .............................................................................................................................. 3
2.1

Swap Memory Configuration....................................................................................................... 3

2.1.1

Swap Memory Configuration for running PNMSj (Server or Client) on Solaris ..................... 3

2.1.2

Swap Memory Configuration for running PNMSj (Server or Client) on Windows ................. 3

2.2

Java Heap Memory Configuration ............................................................................................... 4

2.2.1

Java Heap Memory Configuration for PNMSj Server on Solaris............................................. 4

2.2.2

Java Heap Memory Configuration for PNMSj Server on Windows ........................................ 5

2.2.3

Java Heap Memory Configuration for PNMSj Client with JWS


(in PNMSj Sever with Solaris) ................................................................................................. 6

2.2.4

Java Heap Memory Configuration for PNMSj Client with JWS


(in PNMSj Sever with Windows) ............................................................................................. 7

APPENDIX A HOW TO CALCULATE "BASE NE POINT" ................................................................ 9

-i-

ROI-S06886

1
1.1

System Requirement
Solaris Server Requirement
To use PNMSj Server on the Solaris OS, RAM and HDD device require the enumerated
capacity in the following tables.
(The same calculation applies when using Solaris Zones Virtual Server.)

Base NE point (*1)


Up to 10,000
Less than or equal to 8,000
Less than or equal to 6,000
Less than or equal to 4,000
Less than or equal to 2,000
Less than or equal to 1,000

RAM Capacity [GB] (*3)


12 (=10+2)
10 (=8+2)
8 (=6+2)
6 (=4+2)
4 (=2+2)
3 (=1+2)

HDD Capacity [GB] (*2)


100
90
80
70
60
50

NOTE
*1: "Base NE point" is not real number of NE. Refer to
<Appendix A. How to calculate "Base NE point">.
*2: HDD capacity is the free space assigned the
directory that is stored the log file by PNMSj. The default
path is "/var/opt/NEC/PNMSj". This capacity is
calculated by stored 90 days log.
*3: 2GB is reserved for OS.

1.2

Windows Server Requirement


To use PNMSj Server on the Windows OS, RAM and HDD device require the enumerated
capacity in the following tables.

Base NE point (*1)


Up to 10,000
Less than or equal to 8,000
Less than or equal to 6,000
Less than or equal to 4,000
Less than or equal to 2,000
Less than or equal to 1,000

RAM Capacity [GB] (*3)


12 (=10+2)
10 (=8+2)
8 (=6+2)
6 (=4+2)
4 (=2+2)
3 (=1+2)

HDD Capacity [GB] (*2)


100
90
80
70
60
50

Recommended OS to be used with ADM Management tool are as follows:

Windows XP 32-bit

Windows Vista 32-bit

-1-

ROI-S06886

NOTE
*1: "Base NE point" is not real number of NE. Refer to
<Appendix A. How to calculate "Base NE point">.
*2: HDD capacity is the free space assigned the
directory that is stored the log file by PNMSj. The default
path is "C:\PNMSj". This capacity is calculated by stored
90 days log.
*3: 2GB is reserved for OS.

1.3

Solaris Client Requirement


To use PNMSj Client on the Solaris OS, RAM and HDD device require the enumerated
capacity in the following tables.

Base NE point (*1)


Less than or equal to 10,000
Less than or equal to 1,000

RAM Capacity [GB]


4
2

HDD Capacity [GB]


20

NOTE
*1: "Base NE point" is not real number of NE. Refer to
<Appendix A. How to calculate "Base NE point">.

1.4

Windows Client Requirement


To use PNMSj Client on the Windows OS, RAM and HDD device require the enumerated
capacity in the following tables.

Base NE point (*1)


Less than or equal to 10,000
Less than or equal to 1,000

RAM Capacity [GB]


4
2

HDD Capacity [GB]


20

NOTE
*1: "Base NE point" is not real number of NE. Refer to
<Appendix A. How to calculate "Base NE point">.

Recommended OS to be used with ADM Management tool are as follows:

Windows XP 32-bit

Windows Vista 32-bit

-2-

ROI-S06886

Configuration

2.1
2.1.1

Swap Memory Configuration


Swap Memory Configuration for running PNMSj (Server or Client) on Solaris
The configuration value must be set twice or more the capacity of RAM.

2.1.2

Swap Memory Configuration for running PNMSj (Server or Client) on Windows


The value allocated by Windows is recommended.

-3-

ROI-S06886

2.2
2.2.1

Java Heap Memory Configuration


Java Heap Memory Configuration for PNMSj Server on Solaris
The heap memory (using by Java for running PNMSj Server on Solaris OS) size must be
set to the enumerated value in the following tables. The configuration values are -Xmx
(maximum heap size) and -Xms (initial heap size) options of
Lax.nl.java.launcher.main.method property in "Pnms.bin.lax" file (*1).

Base NE point (*2)


Up to 10,000
Less than or equal to 8,000
Less than or equal to 6,000
Less than or equal to 4,000
Less than or equal to 2,000
Less than or equal to 1,000

"-Xmx" value
(MAX Heap Size)
10240m
8192m
6144m
4096m
2048m
1024m

"-Xms" value
(Initial Heap Size)
10240m
8192m
6144m
4096m
2048m
1024m

NOTE
*1: The default path is "/opt/NEC/PNMSj/bin".
*2: "Base NE point" is not real number of NE. Refer to
<Appendix A. How to calculate "Base NE point">.

To set heap memory configuration:


(1)

Open Pnms.bin.lax file with vi text editor application.

(2)

Edit the options in lax.nl.java.launcher.main.method property.

(3)

Save and close Pnms.bin.lax file.

-4-

ROI-S06886

e.g.) The case of using 4,000 NE point.


(Default)
lax.nl.java.option.additional=-d64 -Xms1024m -Xmx1024m -Djava.library.path=../lib
-XX:NewSize=512m -XX:MaxNewSize=512m -XX:SurvivorRatio=8
-XX:PermSize=64m -XX:+UseParNewGC
(After)
lax.nl.java.option.additional=-d64 -Xms4096m -Xmx4096m -Djava.library.path=../lib
-XX:NewSize=512m -XX:MaxNewSize=512m -XX:SurvivorRatio=8
-XX:PermSize=64m -XX:+UseParNewGC

2.2.2

Java Heap Memory Configuration for PNMSj Server on Windows


The heap memory (using by Java for running PNMSj Server on Windows OS) size must be
set to the enumerated value in the following tables. The configuration values are "-Xmx"
(maximum heap size), "-Xms" (initial heap size) and other additional options of
Lax.nl.java.launcher.main.method property in Pnms.lax file (*1).

Base NE point (*2)


Up to 10,000
Less than or equal to 8,000
Less than or equal to 6,000
Less than or equal to 4,000
Less than or equal to 2,000
Less than or equal to 1,000

"-Xmx" value
(MAX Heap Size)
10240m
8192m
6144m
4096m
2048m
1024m

"-Xms" value
(Initial Heap Size)
10240m
8192m
6144m
4096m
2048m
1024m

NOTE
*1: The default path is "C:\PNMSj\bin".
*2: "Base NE point" is not real number of NE. Refer to
<Appendix A. How to calculate "Base NE point">.

To set heap memory configuration


(1)

Open Pnms.lax file with text editor.

(2)

Edit the options in lax.nl.java.launcher.main.method property.

(3)

Save and close Pnms.lax file.

-5-

ROI-S06886

e.g.) The case of using 4,000 NE point.


(Default)
lax.nl.java.option.additional=-Xms1024m -Xmx1024m -Djava.library.path=../lib
(After)
lax.nl.java.option.additional=-Xms4096m -Xmx4096m -Djava.library.path=../lib

2.2.3

Java Heap Memory Configuration for PNMSj Client with JWS (in PNMSj Sever with
Solaris)
The heap memory (using by Java for running PNMSj Client with JWS (Java Web Start))
size must be set to the enumerated value in the following tables. The configuration values
are max-heap-size (maximum heap size) and initial-heap-size (initial heap size) options
in Pnmsj.jnlp file (*1) in PNMSj Server.

Base NE point (*2)


Less than or equal to 10,000
Less than or equal to 1,000

"max-heap-size" value
2048m
1024m

"initial-heap-size" value
512m
512m

NOTE
*1: The default path is "/opt/NEC/PNMSj" in Server, not
in Client.
*2: "Base NE point" is not real number of NE. Refer to
<Appendix A. How to calculate "Base NE point">.

-6-

ROI-S06886

To set heap memory configuration:


(1)

Open Pnms.jnlp file with text editor.

(2)

Edit the value of max-heap-size option.

(3)

Save and close Pnmsj.jnlp file.

e.g.) The case of using 4,000 NE point.


(Default)
<j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se"
initial-heap-size="512m" max-heap-size="512m"/>
(After)
<j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se"
initial-heap-size="512m" max-heap-size="2048m"/>

2.2.4

Java Heap Memory Configuration for PNMSj Client with JWS (in PNMSj Sever with
Windows)
The heap memory (using by Java for running PNMSj Client with JWS (Java Web Start))
size must be set to the enumerated value in the following tables. The configuration values
are max-heap-size (maximum heap size) and initial-heap-size (initial heap size) options
in Pnmsj.jnlp file (*1) in PNMSj Server.

Base NE point (*1)


Less than or equal to 10,000
Less than or equal to 1,000

"max-heap-size" value
2048m
1024m

-7-

"initial-heap-size" value
512m
512m

ROI-S06886

NOTE
*1: The default path is "C:\PNMSj" in Server, not in
Client.
*2: "Base NE point" is not real number of NE. Refer to
<Appendix A. How to calculate "Base NE point">.

To set heap memory configuration:


(1)

Open Pnms.jnlp file with text editor.

(2)

Edit the value of max-heap-size option.

(3)

Save and close Pnmsj.jnlp file.

e.g.) The case of using 4,000 NE point.


(Default)
<j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se"
initial-heap-size="512m" max-heap-size="512m"/>
(After)
<j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se"
initial-heap-size="512m" max-heap-size="2048m"/>

-8-

ROI-S06886

Appendix A How to calculate "Base NE point"


The necessary capacity of various memories is different depending on the NE type. Then,
the necessary capacity of various memories is calculated based on "NEO STD" equipment.
The number of other equipment is converted to the number of "NEO STD" equipment by
using the enumerated coefficient in the following tables. This number of "NEO STD"
equipment is called "Base NE Point".

NE Type
PASOLINK
Family
PASOILNK+
Family

NEO
Family

iPASOLINK
Family

NLite
Family

Long-haul

V3
V4
MIU
STM-1
PDH
Mx
STD
NEO/c
STD NODAL
NEO/a
HP
100E
100
200
400
400A
1000
EX
SX
NLite
NLite 155
NLite L
NLite Lx
NLite E
NLite N
5000S
5000iP
5000iP (IP Hybrid)

MIB Loading

Coefficient
1
1
1
1
1
1
1
1
1
3
1
1
1
1
4
4
10
1
1
1
1
1
1
1
1
80
10
90
1

(Function)
Base NE Point = number of NE of type A * coefficient of type A
+ number of NE of type B * coefficient of type B
+ number of NE of type C * coefficient of type C
+ ...
e.g.) The case of using 1,000 NE (NEO STD), 1,000 NE (iPASOLINK 200), 1,000 NE
(iPASOLINK 400) and 50 NE (5000S).
Base NE Point = (1,000 * 1) + (1,000 * 1) + (1,000 * 4) + (50 * 80) = 10,000

-9-

Вам также может понравиться