- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- FS showing 0% in bdf , but conatins data.
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
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
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
06-04-2009 11:42 PM
06-04-2009 11:42 PM
In morning when i logged in to the box i saw 2 pmon of same instance runing ,instaed there is only one instance defined, i rebooted the boc and started the instance , Ok.but one of the Fs has issue .I am not able to understand the issue , can you please help me .
pwctest:/pcard18/admin/pcard#ll
total 2206
drwxr-xr-x 2 oracle dba 8192 Jun 5 11:30 adump
drwxr-xr-x 2 oracle dba 997376 Jun 5 11:30 bdump
drwxr-xr-x 4 oracle dba 1024 Jun 4 19:57 cdump
-rw-r--r-- 1 oracle dba 13617 May 31 12:14 certdb.txt
drwxr-xr-x 2 oracle dba 2048 Jun 2 10:29 create
drwxr-xr-x 2 oracle dba 96 Jun 2 10:29 pfile
-rw-r--r-- 1 oracle dba 18618 Jun 2 10:45 save.tar.gz
drwxr-xr-x 2 oracle dba 78848 Jun 5 11:30 udump
pwctest:/pcard18/admin/pcard#bdf .
Filesystem kbytes used avail %used Mounted on
/dev/vg01/pcard18 10485760 32137 9807632 0% /pcard18
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2009 11:47 PM
06-04-2009 11:47 PM
Re: FS showing 0% in bdf , but conatins data.
pwctest:/#fuser -cu /pcard18
/pcard18: 5708c(techsup2)
pwctest:/#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2009 11:49 PM
06-04-2009 11:49 PM
Solutionit can be that the data is in other filesystems:
bdf |grep /pcard18
to see if there are file systems under /pcard18
you can use du to check the real size:
du -ks /pcard18
to check everyting is mounted use:
mountall
if you are getting errors please post them fore more help.
to check it is a cluster please run
cmviewcl (as root)
and post the output form more help...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2009 11:57 PM
06-04-2009 11:57 PM
Re: FS showing 0% in bdf , but conatins data.
Filesystem kbytes used avail %used Mounted on
/dev/vg01/pcard18 10485760 31898 9807856 0% /pcard18
pwctest:/pcard18#du -ks /pcard18
4163 /pcard18
pwctest:/pcard18#mountall
pwctest:/pcard18#echo $?
0
pwctest:/pcard18#ps -ef | grep -i cmcld
pwctest:/pcard18#echo $?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2009 12:07 AM
06-05-2009 12:07 AM
Re: FS showing 0% in bdf , but conatins data.
bdf is correctly showing you that it is .3% if you calculate the percentage:
p 100 * 32137.0 / 10485760
$3 = 0.30648231506347656
So you are using only a trivial 32 Mb, you might as well ignore it. ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2009 01:45 AM
06-05-2009 01:45 AM