networking - How to learn if a remote linux machine has booted? -
i have windows development machine, , linux target on company network. after booting target board, how learn if has booted ? ping
dig
host
nslookup
utilities target name not resolve ip address , hence not reply. board has busy box utilities only.
i have seen this post, problem still stands.
- do know ip address or hostname target board ?
if yes,
- does respond
ssh host_name_or_ip_here
command ?
if yes , if busybox utilities installed, can execute
ssh remote_target "/bin/busybox uptime"
and parse output on windows machine see if board short time, means rebooted recently.
i hope looking for
Comments
Post a Comment