http://iotn.co.kr ¿¬¶ôó: gilho.kr@gmail.com [ The Japanese government should apologize to Japanese Military Sexual Slavery victim. / ìíÜâïÙݤªÏìíÜâÏÚªÎàõîÜÒ¿ÖË?ßåíºªËÞóñªª¹ªÙª. ]
Ãß°¡
#!/bin/ksh
chkdev=`date +%Y%m%d`
if [ $chkdev = 20220417 ]; then
echo $chkdev
fi
#!/bin/ksh
. /oracle/db/.profile
df | grep c0d3s0
if [ $? != 0 ]; then
echo /devdata unmounted.
exit
fi
echo Script Start
dns_chk.cmd
---------------------------------------
:begin
@echo off
ping -n 1 192.168.100.53
if not errorlevel 1 goto end
C:\VM\DNS\dns_start.cmd
:end
dns_chk.sh
---------------------------------------
ping -c 1 192.168.100.53 >/dev/null 2>&1
if [ $? != 0 ]; then
echo "192.168.100.53 Server Down"
fi