1827283 Members
3639 Online
109717 Solutions
New Discussion

Re: bdf output

 
SOLVED
Go to solution
SUDHAKAR_18
Trusted Contributor

bdf output

Hi All,

I am having 2 node cluster. rx6600/hpux 11.23.
Both the nodes are having a directory called "net" in "/".
If we use bdf /net command on one node It is showing -hosts in the place of logical volume.

I have attached output of bdf command from both the servers.

What may be the problem?
5 REPLIES 5
Pete Randall
Outstanding Contributor
Solution

Re: bdf output

It's the mount point for an automounted NFS file system. Not really a problem.


Pete

Pete
Vijay Dsouza
Frequent Advisor

Re: bdf output

Compare your vgdisplay,lvdisplay,and fstab files also.

check for strings /etc/lvmtab of both the server.

ll /net .
bdf on both server.

If possible send a capture.
SUDHAKAR_18
Trusted Contributor

Re: bdf output

Hi Vijay & Pete,

Thanks for Quick reply.

I have attached fstab and bdf output.


Regards,
TTr
Honored Contributor

Re: bdf output

> $ bdf /net
> -hosts 0 0 0 0% /net

This server has automounter running so /net shows up as a mount point. The other server does not have automounter running so the /net shows up as a regular subdirectory under root.

Do you need automounter running on the first server? If not you should turn it off so that both cluster nodes are the same.
SUDHAKAR_18
Trusted Contributor

Re: bdf output

Thanks for solution. I will stop the automount daemon. This is not a problem for me , but it is showing in HP openview as a mounted filesystem.

Thanks a lot!