Hitachi Multi Payment Network communications server Base
HAモニタの定義の記述例を次に示します。
server name
/home/start_FT
,alias
mpnBASE
,acttype
monitor
,termcommand
/home/stop_FT
,initial
online
,disk
/dev/vg01
,lan_updown
use
,fs_name
/dev/vg01/MQHAlvl:/dev/vg01/lvlft01
,fs_mount_dir
/MQHA:/var/mpncm/rcvfile
,waitserv_exec
yes;
|
server name
/home/start_FT
,alias
mpnBASE
,acttype
monitor
,termcommand
/home/stop_FT
,initial
standby
,disk
/dev/vg01
,lan_updown
use
,fs_name
/dev/vg01/MQHAlvl:/dev/vg01/lvlft01
,fs_mount_dir
/MQHA:/var/mpncm/rcvfile
,waitserv_exec
yes;
|
#!/bin/sh # Network Configuration for ONLINE # set -x /etc/ifconfig en0 inet xxx.xxx.xxx.105 alias netmask 255.255.255.0 broadcast xxx.xxx.xxx.255 |
#!/bin/sh # Network Configuration for OFFLINE # set -x /etc/ifconfig en0 inet xxx.xxx.xxx.105 delete |
#!/bin/sh # Network Configuration for ONLINE # set -x /etc/ifconfig lan0:1 inet xxx.xxx.xxx.105 netmask 255.255.255.0 broadcast xxx.xxx.xxx.255 |
#!/bin/sh # Network Configuration for OFFLINE # set -x /etc/ifconfig lan0:1 inet 0.0.0.0 netmask 0 |
All Rights Reserved. Copyright (C) 2003, 2006, Hitachi, Ltd.