check for fs= in netaudit
This commit is contained in:
parent
d5576d8473
commit
99700fb024
1 changed files with 7 additions and 0 deletions
|
@ -64,6 +64,13 @@ fn checknet {
|
||||||
authok=1
|
authok=1
|
||||||
echo ' auth='$auth 'looks ok'
|
echo ' auth='$auth 'looks ok'
|
||||||
}
|
}
|
||||||
|
fs=`{ndb/ipquery sys $sysname fs | sed 's/^fs=//'}
|
||||||
|
if(~ $fs '')
|
||||||
|
echo ' no fs= entry (needed for tls boot)'
|
||||||
|
if not if(! ip/ping -n 1 $fs >/dev/null >[2=1])
|
||||||
|
echo ' fs='$fs 'does not reply to ping (needed for tls boot)'
|
||||||
|
if not
|
||||||
|
echo ' fs='$fs 'looks ok'
|
||||||
}
|
}
|
||||||
fn checkauth {
|
fn checkauth {
|
||||||
echo 'checking auth server configuration:'
|
echo 'checking auth server configuration:'
|
||||||
|
|
Loading…
Reference in a new issue