- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- HDD Space
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
тАО03-22-2005 12:33 AM
тАО03-22-2005 12:33 AM
HDD Space
I am new to Tru64 Unix.
How can I findout the HDD space in Tru64 unix ?
What is the tool similar to sam in HP Unix
many thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-22-2005 02:41 AM
тАО03-22-2005 02:41 AM
Re: HDD Space
To look at low level disk devices use 'disklabel -r
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-22-2005 06:15 PM
тАО03-22-2005 06:15 PM
Re: HDD Space
You can use df -k to check the hdd space in tru64 unix.
If the filesystem is AdvFS then go to /etc/fdmns. Look into the individual directories. It will give you a clear picture of individual hdds associated with file domains.
This will help you to get a better picture of disk space usage when multiple filesets are assigned to the same file domain.
However for UFS filesystems the df -k command will give you the result straightaway.
df command also gives a similar o/p. Only difference is it shows results on 512 byte size calculation and df -k shows in 1024byte size calculation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-22-2005 06:58 PM
тАО03-22-2005 06:58 PM
Re: HDD Space
And to answer your "sam"-question, on Tru64 it's called sysman.
You can launch it towards any Xserver display with the command :
/usr/sbin/sms -display yourstation.domain.net:0.0
Have fun,
___ Johan.
_JB_
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-22-2005 07:22 PM
тАО03-22-2005 07:22 PM
Re: HDD Space
In TRU64 there is "sysman" which is something close to "sam". Difference between TRU64 an HPUX is that you have disk partitions in TRU64. You do not have to use LVM (like in HPUX) to use disk for more than one file system, you can partition the disk. Advfs file system is something specific for TRU64. It is very powerfull but may confuse beginers. LVM in TRU64 is much more powerfull than in HPUX but is also more complex.
You can find documentation in http://h30097.www3.hp.com/docs/pub_page/V51B_DOCS/V51B_DOCLIST.HTM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-22-2005 08:38 PM
тАО03-22-2005 08:38 PM
Re: HDD Space
And if you want to make a nice report on all your disk storage connected and let the system tell you where it thinks there is some free space, download the latest sys_check from:
http://h30097.www3.hp.com/sys_check/
install it, and run
sys_check disk > disks.html
or
sys_check map > storage-map.html
to combine both
sys_check disk map > storage.html
___ Johan.
_JB_