HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: -SYSTEM-W-NOMSG, Message number 0000A700
Operating System - OpenVMS
1829185
Members
2677
Online
109986
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
05-27-2009 11:42 PM
05-27-2009 11:42 PM
-SYSTEM-W-NOMSG, Message number 0000A700
Hello all,
I've a problem with Networkign devices being mapped correctly afte patch installtion.
1) Patches installed
- UPDATE-V1700
- SYS-V1700
- SHADOWING-V0700
2) after reboot this error appeared in STARTUP.LOG:
%TCPIP-I-DEFINTE, defining interfaces
%TCPIP-E-INVINTER, error defining interface: LE0
-TCPIP-I-ACPQIO, failure on internet ACP QIO
-SYSTEM-W-NOMSG, Message number 0000A700
%TCPIP-E-INVINTER, error defining interface: LE1
-TCPIP-I-ACPQIO, failure on internet ACP QIO
-SYSTEM-W-NOMSG, Message number 0000A700
Don't have any glue what is going on and how to repair.
- TCPIP patch version installed is 5.4ECO7
- Openvms version 7.3.2 is running on ES40 Alpha
- Patches installed with SAVE_RECOVERY_DATA so rollback is possible.
I'm seeking for a way howto repair damage and not to rollback..
any response is mostly appreciated.
I've a problem with Networkign devices being mapped correctly afte patch installtion.
1) Patches installed
- UPDATE-V1700
- SYS-V1700
- SHADOWING-V0700
2) after reboot this error appeared in STARTUP.LOG:
%TCPIP-I-DEFINTE, defining interfaces
%TCPIP-E-INVINTER, error defining interface: LE0
-TCPIP-I-ACPQIO, failure on internet ACP QIO
-SYSTEM-W-NOMSG, Message number 0000A700
%TCPIP-E-INVINTER, error defining interface: LE1
-TCPIP-I-ACPQIO, failure on internet ACP QIO
-SYSTEM-W-NOMSG, Message number 0000A700
Don't have any glue what is going on and how to repair.
- TCPIP patch version installed is 5.4ECO7
- Openvms version 7.3.2 is running on ES40 Alpha
- Patches installed with SAVE_RECOVERY_DATA so rollback is possible.
I'm seeking for a way howto repair damage and not to rollback..
any response is mostly appreciated.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2009 01:35 AM
05-28-2009 01:35 AM
Re: -SYSTEM-W-NOMSG, Message number 0000A700
hi,
is tcpip services up and running ok otherwise ?
what does ucx show inter or ifconfig -a display ?
has it been sometime since a reboot and what changes have been made to tcpip config in the meantime.
hth
is tcpip services up and running ok otherwise ?
what does ucx show inter or ifconfig -a display ?
has it been sometime since a reboot and what changes have been made to tcpip config in the meantime.
hth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2009 08:47 AM
05-28-2009 08:47 AM
Re: -SYSTEM-W-NOMSG, Message number 0000A700
%X0000A700 does not look like a standard system error, but very well could be a sign of a problem with something that is exiting abnormally and was unable to properly clean its stack. I tried to look up error %X0A700 and couldn't find anything obvious.
First thing I'd check is whether other utilities such as LANCP can actually see the devices. I don't believe LANCP uses any of the TCPIP services (strictly internal driver calls, I think) so might be immune to any bug in TCPIP. SYSMAN is able to show you whether the driver got loaded, which is useful information - if it DIDN'T get loaded. I'm assuming SYS$ELDRIVER is what you would use for that device, I'm not familiar with it. Just for gigles, verify that you have a SYS$ELDRIVER in your SYS$COMMON:[SYS$LDR] directory 'cause that's where it has to be if you are going to use it. Check its age and you should also be able to check the UPDATE patch for the files it touched.
Having said that, I am running OpenVMS 7.3-2 on an Alpha ES40 mod 2 (actually, on four of them). I use a DE504 on two systems and a DE602 mother/daughter pair on two systems, all four with TCPIP 5.4 ECO 7, and don't see that error in my TCPIP startup logs. However, due to availability and scheduling, I'm behind on the update patch, only at v16, so it is probably EITHER something in the v17 update or it is driver-specific to the LE0/LE1 device.
I doubt my comments will solve your problem but they might help to eliminate some factors that you might otherwise have wondered about.
First thing I'd check is whether other utilities such as LANCP can actually see the devices. I don't believe LANCP uses any of the TCPIP services (strictly internal driver calls, I think) so might be immune to any bug in TCPIP. SYSMAN is able to show you whether the driver got loaded, which is useful information - if it DIDN'T get loaded. I'm assuming SYS$ELDRIVER is what you would use for that device, I'm not familiar with it. Just for gigles, verify that you have a SYS$ELDRIVER in your SYS$COMMON:[SYS$LDR] directory 'cause that's where it has to be if you are going to use it. Check its age and you should also be able to check the UPDATE patch for the files it touched.
Having said that, I am running OpenVMS 7.3-2 on an Alpha ES40 mod 2 (actually, on four of them). I use a DE504 on two systems and a DE602 mother/daughter pair on two systems, all four with TCPIP 5.4 ECO 7, and don't see that error in my TCPIP startup logs. However, due to availability and scheduling, I'm behind on the update patch, only at v16, so it is probably EITHER something in the v17 update or it is driver-specific to the LE0/LE1 device.
I doubt my comments will solve your problem but they might help to eliminate some factors that you might otherwise have wondered about.
Sr. Systems Janitor
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP