- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Size DIsk & Processors
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-29-2001 09:53 AM
06-29-2001 09:53 AM
Size DIsk & Processors
Im a Beginner in Unix, some know if exist a command in Unix to see How many processor are & caracteristics are my HP 9000, too how command I must use to see the Swap size utilized and free, and How size have my OS.
thanks
Erik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2001 10:01 AM
06-29-2001 10:01 AM
Re: Size DIsk & Processors
Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2001 10:02 AM
06-29-2001 10:02 AM
Re: Size DIsk & Processors
That will answer you HW quetions.
swapinfo is for the swap
Size of disks: It depends, see what disks you have in a volume group:
vgdisplay -v volumegroup - you will see e.g.
--- Physical volumes ---
PV Name /dev/dsk/c0t0d0
PV Name /dev/dsk/c1t0d0 Alternate Link
PV Status available
Total PE 2076
Free PE 348
# pvdisplay /dev/dsk/c0t0d0
--- Physical volumes ---
PV Name /dev/dsk/c0t0d0
PV Name /dev/dsk/c1t0d0 Alternate Link
VG Name /dev/vg00
PV Status available
Allocatable yes
VGDA 2
Cur LV 12
PE Size (Mbytes) 4
Total PE 2076
Free PE 348
Allocated PE 1728
Stale PE 0
IO Timeout (Seconds) default
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2001 10:10 AM
06-29-2001 10:10 AM
Re: Size DIsk & Processors
To see the number of processors you can do:
# sar -M 1 1
To find out what kind of system you have:
# model
To get the OS version (and some other items):
# uname -a
To obtain swap utilization information:
# swapinfo -ta
To see how filesystem space is utilized:
# bdf
..JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2001 10:36 AM
06-29-2001 10:36 AM
Re: Size DIsk & Processors
For the kernel parameters you have sysdef
I would advise you to follow this url:
http://education.itresourcecenter.hp.com/Trainer/Education/SelfPaced/wbt_detail.asp?comm=7&type=22∏=1054
And attend the course, its free and you will learn to use SAM
Not bad for a beginning?
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2001 10:42 AM
06-29-2001 10:42 AM
Re: Size DIsk & Processors
Try 'print_manifest'. If it is not in your command path, try 'whereis print_manifest' to show you where the command is located.
Good Luck,
Curt