- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- GS80:Memory Channel Adapter Error
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
12-09-2003 01:00 AM
12-09-2003 01:00 AM
GS80:Memory Channel Adapter Error
Now when i enter show device command the memory channel adapter status shows "UNAVAILABLE" and error count is 1.
system is up and running in cluster environment.
how can i proceed to further investigate what is the actual problen which is causing the memory channel to unavailable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2003 02:11 AM
12-09-2003 02:11 AM
Re: GS80:Memory Channel Adapter Error
1. Does it show op in SRM (>>> SHOW DEVICE)
2. Does your operator console signal an error on this device? (There should be a method to log the whole startup-sequence in a logfile but I don't know how to achieve that)
3. It _might_ be you need to load the drivers (SYSMAN - I don't know the exact commands), normally done during system startup somewhere (SYSTARTUP_VMS - but that's probably a bit late). It _should_ be mentioned in the device manual/cover-letter
4. Does OPERATOR.LOG show a message on this device?
5. Check the errorlog, if it is a hardware error it will show up there.
(The numbers don't mean a strict order, just a sequence I would follow from start on)
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2003 05:21 PM
12-10-2003 05:21 PM
Re: GS80:Memory Channel Adapter Error
On the ES80 console
CONNECT will return you to your VMS session
If the MBM does not show you anything, you may need to shutdown the VMS system to the console prompt in order to do a SHOW CONFIG. This information does not seem to be available from the MBM prompt on my 1280.
If you have a support contract with Compaq/HP, Log a call and have them look at your ERRLOG.SYS file. We normally FTP this to the hardware group to look at.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2003 05:28 PM
12-10-2003 05:28 PM
Re: GS80:Memory Channel Adapter Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2003 02:31 AM
12-17-2003 02:31 AM
Re: GS80:Memory Channel Adapter Error
create a file STARTUP.COM in (for cluster:EACH) SYS$SPECIFIC:[SYSEXE] with just one command:
$ @SYS$COMMON:[SYSEXE]STARTUP.COM -
/output=SYS$MANAGER:STARTUP.LOG -
"''p1'" "''p2'" "''p3'" "''p4'" "''p5'" "''p6'"
Remember:
- /OUTPUT must be the FIRST item to follow @
- you now have to explicitly specify SYS$COMMON because SYS$SYSTEM:STARTUP.COM specifies this file itself
- during an upgrade procedure you have to temporarily rename it away
- of course you can specify your own logfile choice, but be aware that it is activated BEFORE any STARTUP.COM activity is done, so you are restricted to the system disk, and on that, only VERY few logicals names are already there!
I am using it for some 20 years now, and there have been times when it helped me A LOT!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2003 06:34 PM
12-17-2003 06:34 PM
Re: GS80:Memory Channel Adapter Error
My own system works that way (not for 20 years, it's not that old).
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 08:33 AM
01-13-2004 08:33 AM
Re: GS80:Memory Channel Adapter Error
I have dual MC adapters on my GS140:
Device Device Error
Name Status Count
MCA0: Unavailable 2
MCB0: Unavailable 2
Just to be sure you are using MC check the following
$sh cluster/conti
command> add circuit
command> add counter
You will see your MC interfaces as "OPEN" and counters incrimenting.
Hope this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 08:59 PM
01-13-2004 08:59 PM
Re: GS80:Memory Channel Adapter Error
(remember to manage the number of versions of this file)
Other values of STARTUP_P2 which can be included are
V - enable verify in STARTUP.COM
C - output of information messages by STARTUP.COM
P - enable verify during execution of DCL procedures called by STARTUP.COM
Purely Personal Opinion