Operating System - HP-UX
1828082 Members
2687 Online
109974 Solutions
New Discussion

FREE PERL SCRIPT: Check if NFS mount operational

 
VK2COT
Honored Contributor

FREE PERL SCRIPT: Check if NFS mount operational

Hello,

Maybe you find this useful.

The script attemtps to figure out
if the file system is NFS on not.
If the remote server or sessions is hung,
the script times out the test commands
(via alarm() in Perl).

Sadly, I am trying to find out more
details about device numbers on
Solaris and Linux (I do not have access
to any AIX servers), so Perl stat()
is still being checked on those OSes.

Cheers,

VK2COT
VK2COT - Dusan Baljevic
1 REPLY 1
VK2COT
Honored Contributor

Re: FREE PERL SCRIPT: Check if NFS mount operational

Closing the thread. It was an informational message only.

VK2COT
VK2COT - Dusan Baljevic