Jemand zu Hause?Leser: 18
1
2
3
4
5
6
7
8
elsif ($args{command} eq "Get-Listener-Pid") {
if ($args{listenername} ne "") {
$command= Command->new(command => "ps -ef | grep " . $args{listenername} . " | grep -v grep | awk \'{print \$2}\'", remotecommand => "false");
}
else {
$command= Command->new(command => "ps -ef | grep LISTENER | grep -v grep | awk \'{print \$2}\'", remotecommand => "false");
}
}Dbg Command [ps -ef | grep LISTENER | grep -v grep | awk '{print $2}']Dbg Command [ps -ef | grep LISTENER | grep -v grep | awk '{print $2}']1
2
ps -ef | grep LISTENER | grep -v grep
orakxa 7606 1 0 Mar29 ? 00:00:09 /oracle/KXA/102_64/bin/tnslsnr LISTENER -inherit
Wie installiert man ein Modul?