Can somebody help me with a ksh script.
A.check if named is running.
Lssrc –s named
B.stop named daemon
stopsrc –s named
C.uncomment named in /etc/rc.tcpip for starting automaticaly after a system reboot.
D.remove named.boot file
rm /etc/named.boot
E.remove files in a directory /usr/local/tcpip/*
rm /usr/local/tcpip/*
I have to do this on 30 systems.
And a script would be helpful.
