- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Determine Disk Total
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
04-05-2006 10:52 PM
04-05-2006 10:52 PM
Determine Disk Total
We are using Tru64 Unix to house one of our applications. Also, we have a Storage Area Network that handles the disk requirements of the system. So, we allocated part of the SAN to this Unix server. As i use the df -k command, i get to see all the file systems but then the total size of the filesystems does not equal size that i allocated from SAN. Could there be any other part that i do not see in 'df -k' command?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2006 11:23 PM
04-05-2006 11:23 PM
Re: Determine Disk Total
it depends on. ADVFS uses some space for internals. Is the difference big? Sometimes there a files hidden behind a mount point.
greetings,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 12:08 AM
04-06-2006 12:08 AM
Re: Determine Disk Total
filesystem % Used Used Available
poidata2/oracle2 77.00% 28941859 8819608
poidata2/poiprog 1.00% 70450 8819608
poidata2/temp 21.00% 2271423 8819608
poidata2/tmp 1.00% 32 8819608
poidata2/archive 3.00% 191920 8819608
poidata2/backup 1.00% 43 8819608
poidata2/export 91.00% 88114232 8819608
poidata2/gbss 76.00% 27170969 8819608
poidata2/poidata2 92.00% 97994488 8819608
poidata2/gbssdata 85.00% 49909346 8819608
poidata/poidata 98.00% 132456778 3848160
poindx/poindx 96.00% 70108944 3092336
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 12:26 AM
04-06-2006 12:26 AM
Re: Determine Disk Total
That will be around 36GB.
Is that the LUN size you have allocated?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 12:39 AM
04-06-2006 12:39 AM
Re: Determine Disk Total
to it is roughly 290-300GB
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 12:43 AM
04-06-2006 12:43 AM
Re: Determine Disk Total
that was used only.
Total is roughly 373GB
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 12:49 AM
04-06-2006 12:49 AM
Re: Determine Disk Total
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 12:54 AM
04-06-2006 12:54 AM
Re: Determine Disk Total
hwmgr v d
hwmgr show scsi
ls /etc/fdmns/*
df -k
swapon -s
showfdmn
Where
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 01:23 AM
04-06-2006 01:23 AM
Re: Determine Disk Total
this is roughly half of your size. Can it be that you have to divide it by 2 for raid 1?
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 08:45 PM
04-06-2006 08:45 PM
Re: Determine Disk Total
Again, thanks for responding to my inquiries. I got all the data that you asked me to save. Can you please look at it? We are using RAID 5. Yes, you are right that the total size that we got is half of what i expect. Does it have something to do with unmounted file systems? I really appreciate your help.. Thanks again!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2006 12:10 PM
04-08-2006 12:10 PM
Re: Determine Disk Total
the first output you posted is not really the output of df. The capacity column is missing and the domains are displayed like
root_domain#root
What kind of SAN are you using?
greetings,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2006 01:19 AM
04-11-2006 01:19 AM
Re: Determine Disk Total
/dev/disk/dsk9c DGC RAID 5 IDENTIFIER=1
/dev/disk/dsk14c DGC RAID 5 IDENTIFIER=2
/dev/disk/dsk22c DGC RAID 5 IDENTIFIER=0
It seems that these disks are presented to this system but they are not used.
1- If the disks are presented only to this system, they are not used and should be investigated. Maybe used as raw device for database?
2- If the disks are presented only to this system, and disklabel -rw dskX does not shows a label, the disks are not being used.
2- If the disks are presented to other system, remove the presentation for this system.