- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Device Designation - Itanium RX-2620
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
10-05-2007 02:24 AM
10-05-2007 02:24 AM
Device Designation - Itanium RX-2620
Does anyone know where I can get a current list
of all the device designations on an Itanium rx-2620?
Thanks in advance!
Phil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2007 02:28 AM
10-05-2007 02:28 AM
Re: Device Designation - Itanium RX-2620
$ SHOW DEVICE
Maybe you could be a bit less generic in your question. Do you want to know a list of possible OpenVMS device names ? Or a list of physical interfaces to be plugged into an rx 2620 ?
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2007 04:00 AM
10-05-2007 04:00 AM
Re: Device Designation - Itanium RX-2620
>Do you want to know a list of possible >OpenVMS device names ?
I believe what I am asking for is a list of device names (i.e. TTB0) and a description or summary of that device name.
Thanks
Phil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2007 05:12 AM
10-05-2007 05:12 AM
Re: Device Designation - Itanium RX-2620
"Believe"? That's rather odd phrasing in this context.
Could you describe what you're trying to accomplish here -- in more general terms? Putting a few more words around this might help me or others better target the answer.
SHOW DEVICE/FULL will identify the (major) devices present, and will provide a short description of each. By default, you'll see the significant device.
The device driver prefixes (eg: Within TTB0: the TT is the device driver prefix, B is the second TT controller present, and 0 is the unit on the second controller) are associated with device drivers, though the drivers don't necessarily tie to specific physical devices; a particular driver can be associated with more than one physical device. The SYS$DKDRIVER and SYS$DGDRIVER (SCSI and Fibre Channel storage drivers, respectively) work with a wide variety of storage devices, for instance.
There is a list of the device driver prefixes around, though AFAIK it's not been generally published.
If you're looking for the hardware inventory or hardware configuration, mechanisms such as the ANALYZE/SYSTEM command CLUE FRU (and FRU being Field Replaceable Unit; the part or subsystem or component that traditionally gets swapped upon failure) will tell you about the major components present within the system.
I'd expect the EFI console could acquire this hardware configuration information, as well.
Stephen Hoffman
HoffmanLabs LLC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2007 06:04 PM
10-07-2007 06:04 PM
Re: Device Designation - Itanium RX-2620
>Fibre Channel storage drivers, respectively)
Correction: There is no SYS$DGdriver. DG devices are handled by DKdriver, the fibre drivers are SYS$FGEDRIVER (Emulex controller), SYS$PGQDRIVER (Qlogic controller) and SYS$PGADRIVER (fibre/scsi protocol driver, only used in combination with SYS$FGEDRIVER).
Jur.