- 论坛徽章:
- 0
|
回复 #1 loadgreen 的帖子
1.安装了要求的补丁:
Server
HP-UX patch requirements
For Bundle(s):
XSWGR1100 B.11.00.43 HP-UX Extension Pack, December 1998
Product(s) not contained in a Bundle:
PHCO_17556 1.0 fsck_vxfs(1M) cumulative patch
PHCO_19491 1.0 libc cumulative patch
PHKL_18543 1.0
PM/VM/UFS/async/scsi/io/DMAPI/JFS/perf patch
PHNE_18221 1.0 ONC cumulative patch
PHNE_18972 1.0 Cumulative STREAMS Patch
PHNE_19375 1.0 cumulative ARPA Transport patch
PHCO_17792 1.0 cumulative SAM/ObAM patch
PHKL_17935 1.0 libpthreads cumulative patch
PHKL_19169 1.0 correct VxFS process hangs
The HP-UX 11.0 patches above are required for correct operation of the R5 Domino server on HP-UX. They represent the patches used to initially certify Domino R5 on HP-UX. Lotus realizes additional patches may become publicly available following our certification testing, and we acknowledge that new updates may fix additional problems. You may wish to apply such operating system patches as they become available.
Note that the last three patches have been added to the list since the initial patch listing for R5.0.1b. They are linked to/dependencies of patches listed in the initial R5.0.1b patch list.
2.修改了lim参数
Server
HP-UX - Modify maxfiles and maxfiles lim
The suggested kernel parameter settings require changing some values to numbers greater than those allowed by SAM. The following procedure will modify SAM's configuration to allow a greater maximum value for several kernel parameters.
This procedure should be performed as root:
View the file: /usr/sam/lib/kc/params.tx
Look for lines starting with maxfiles and maxfiles_lim. They should start like this:
maxfiles:::
maxfiles_lim:::
If they start are like this:
maxfiles:number:number
maxfiles:number:number
Then...
delete number (leave the colons)
Edit /usr/conf/master.d/core-hpux
Locate the following two lines
*range maxfiles<=number
*range maxfiles_lim<=number
Change number to 32000
Run this program
/usr/sam/lbin/getkinfo -b -w
Sam will now allow maxfiles and maxfiles_lim to be given values up to number
3.以及通过sam修改了下面的参数
Parameter Value
NSTREVENT 50
NSTRPUSH 16
NSTRSCHED 0
STRMSGSZ 65535
aio_max_ops (nkthread)
max_thread_proc (nkthread* /10
maxdsiz 0x20000000
maxfiles 4096
maxfiles_lim 4096
maxtsiz 0x0C000000
ncallout (nkthread)
nflocks (nfile/2)
nkthread ((nproc* +16)
shmseg 64
4.以及环境参数
Server
HP-UX environment settings
Be sure that your NOTES.INI file includes the following line on HP-UX server systems:
SERVER_IOWAIT_THREADS=18 |
|