linux sap netweaver testDriver 安装

check linux 64bit
getconf LONG_BIT or find /lib64
uname -a
add maxmemory
vi /etc/sysctl.conf
kernel.shmmax=23136829430
kernel.shmall=5242880
kernel.msgmni=1024
fs.file-max=32768
kernel.sem=1250 256000 100 1024
vm.max_map_count=300000

add swap partion to 20G
mkdir swap
cd swap

20G=1024*1024*20)

dd if=/dev/zero of=swapfile bs=1024 count=20971520
ls al
mkswap swapfile
swapon swapfile
ls -l
free

add shm size to 9G
vi /etc/fstab
LABEL=/ / ext3 defaults 1 1
devpts /dev/pts devpts gid=5,mode=620 0 0
tmpfs /dev/shm tmpfs size=8692m 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs defaults 0 0
LABEL=SWAP-hda2 swap swap defaults 0 0
/swap/swapfile swap swap defaults 0 0

. /etc/profile

xwindow can't display
update the software
xorg-x11-libXp-7.2-8.x86_64.rpm
vi /etc/profile
DISPLAY=localhost:0.0

sqlcli -U DEFAULT "select mandt,bname,uflag from usr02"
sqlcli -U DEFAULT "select mandt,bname,uflag from usr02 where mandt='000' and bname='SAP*'"
sqlcli -U DEFAULT "update usr02 set uflag=0 where mandt='001' and uflag=64"
sqlcli -U DEFAULT "delete from USR02 where mandt = '001' and bname = 'SAPJSF'"


user,password:
control,sapn4sadm
sapn4s,sapn4sadm
superdba,sapn4sadm

su n4sadm
startsap n4shost


./sapcontrol -host localhost -nr 01 -function GetProcessList
./sapcontrol -host localhost -nr 01 -function GetStartProfile
./sapcontrol -host localhost -nr 01 -function J2EEGetProcessList
# ./sapstartsrv -r -q -p /usr/sap/N4S/SYS/profile/START_SCS00_n4shost -s N4S -n 01


jcmon pf=\path\to\instance_profile
option 20 to see the status of the Dispatcher & server0 processes
jcmon -v
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值