- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Commands to determine server configuration.
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
03-27-2006 10:47 PM
03-27-2006 10:47 PM
Commands to determine server configuration.
We have a couple of servers in our lab running OpenVMS. I have been assigned a task to determine hardware configuration of these servers. Please suggest some commands that would give the following information:
1. Type and No of CPU's, also their speed,
2. Amount of RAM.
3. No of Hard disk and their size.
Thanks & Regards,
-GnanaShekar-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2006 10:53 PM
03-27-2006 10:53 PM
Re: Commands to determine server configuration.
1. $ anal/sys
SDA> CLUE CONFIG
2. $ sh mem
3. $ sh dev/full d
Kind Regards
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2006 11:01 PM
03-27-2006 11:01 PM
Re: Commands to determine server configuration.
Welcome to the OpenVMS ITRC forum. I will keep the instructions as straightforward as I can, since it would appear that you are not a experienced OpenVMS user.
To display the CPU type, the SHOW CPU command should be used. It will also show information about muultiple processors, if present.
The SHOW MEMORY command will give you the memory capacity.
SHOW DEVICES D will produce a list of disk devices.
Without writing a DCL program to iterate down the list of disks, the easiest way to determine the capacity of the disks is to do a SHOW DEVICE/FULL on each disk in the list produced in the previous step.
I hope that the above is helpful.
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2006 11:12 PM
03-27-2006 11:12 PM
Re: Commands to determine server configuration.
I have a couple of questions:
1. How do I determine the CPU SPEED.
2. I get the following from "show devices d". How to determine which of the below is a hard disk and what is its size.
$ show devices d
Device Device Error Volume Free Trans Mnt
Name Status Count Label Blocks Count Cnt
CSWS2$DKA0: Mounted 0 ALPHASYS 57501891 433 1
CSWS2$DKA100: Mounted 0 WRK001 45679737 1 1
CSWS2$DQA0: Online 0
CSWS2$DQA1: Online 1
CSWS2$DQB0: Online 1
CSWS2$DQB1: Online 1
CSWS2$DVA0: Online 0
Please suggest,
Thanks & Regards,
-GnanaShekar-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2006 11:17 PM
03-27-2006 11:17 PM
Re: Commands to determine server configuration.
AlphaServer DS10 466 MHz
but the simplest is to use the tool vms_check from the openvms technical journal, see
http://h71000.www7.hp.com/openvms/journal/v7/vms_check_tool.html
You will then have .html files with the detailed configuration of your Vms nodes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2006 12:45 AM
03-28-2006 12:45 AM
Re: Commands to determine server configuration.
show cpu/full
show sys/nopro/full
2. show mem/phy
3. show dev d/full/out=a.a
show a.a/win=(0,4) "Total blocks"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2006 12:47 AM
03-28-2006 12:47 AM
Re: Commands to determine server configuration.
this is my list:
1.SHO CPU
You can see CPU and speed.
2.SHO MEM/PHYS
See physical RAM.
3.SHO DEV D/MOUNT
See just working HDs.
SHO DEV D/MOUN/FULL/PAGE
See detailed list of working HDs.
SHO DEV D
See all disks.
Don't forget
HELP SHOW
is your friend
Antonio
http://it.openvms.org
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2006 01:30 AM
03-28-2006 01:30 AM
Re: Commands to determine server configuration.
http://dcl.openvms.org/stories.php?story=06/02/24/4778843
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2006 08:33 PM
03-29-2006 08:33 PM
Re: Commands to determine server configuration.
try to SHOW_NODE_INFO.COM. It's attached, because I forgot the site where I downloaded it :-)
Petr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2006 09:57 PM
03-29-2006 09:57 PM
Re: Commands to determine server configuration.
On later generation Alpha systems, the last number in the Name section of the SHOW CPU display (e.g., the "233" in "Alphastation 200 4/233") is the clock frequency of the CPU.
In the output of the SHOW DEVICES D that you posted, the devices of interest are the DK devices. Doing a SHOW DEVICE/FULL DKA??? (where ??? is the number of the device) will list the total capacity of the drive in blocks (one block == 512 bytes). The large number shown in the output of the SHOW DEVICE command listing that you posted is the currently available free space on each volume.
- Bob Gezelter, http://www.rlgsc.com