- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- bdf and df error
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-05-2005 07:23 PM
тАО10-05-2005 07:23 PM
bdf and df error
Now I am getting the error on bdf and dk "bdf: Cannot open /etc/mnttab: Permission denied" and "df: Cannot open /etc/mnttab: Permission denied". There is nothing wrong with mnttab. Any ideas??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-05-2005 07:26 PM
тАО10-05-2005 07:26 PM
Re: bdf and df error
Could you check the permissions of the /etc/mnttab ?
-rw-r--r-- 1 root sys 681 Sep 5 13:18 mnttab
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-05-2005 07:32 PM
тАО10-05-2005 07:32 PM
Re: bdf and df error
try the following.
#mv /etc/mnttab /tmp/mnttab.old
#mount -a
>> after that check whether you are able to run the bdf or df
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-05-2005 07:51 PM
тАО10-05-2005 07:51 PM
Re: bdf and df error
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=932590
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-05-2005 08:02 PM
тАО10-05-2005 08:02 PM
Re: bdf and df error
# ls -l /usr/bin/bdf
-r-sr-xr-x 1 root bin 20480 Sep 23 2003 /usr/bin/bdf
Else,
# chmod 4566 /usr/bin/bdf
# chown root:bin /usr/bin/bdf
# ls -l /etc/mnttab
-rw-r--r-- 1 root root 490 Oct 3 06:27 /etc/mnttab
else,
# chmod 644 /etc/mnttab
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-05-2005 08:12 PM
тАО10-05-2005 08:12 PM
Re: bdf and df error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-05-2005 08:16 PM
тАО10-05-2005 08:16 PM
Re: bdf and df error
Is syncer process running there? Check it as,
# ps -ef | grep syncer
else start it.
# /usr/sbin/syncer
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-05-2005 08:18 PM
тАО10-05-2005 08:18 PM
Re: bdf and df error
# /sbin/init.d/syncer start
if it is not running.
and do,
# sync -l
Is there anything as error's or information.
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-05-2005 08:23 PM
тАО10-05-2005 08:23 PM
Re: bdf and df error
# mv /etc/mnttab /etc/mnttab.old
# sleep 10
# bdf
Are you getting details now?
hth.