- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: SYSTEM-F-IVDEVNAM, invalid device name and tcp...
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-29-2005 01:37 AM
03-29-2005 01:37 AM
SYSTEM-F-IVDEVNAM, invalid device name and tcpip failed
we used $show device and $show error. we didn't found anything wrong.
Then we shutdown system and reboot again. the problem disappear.
Anybody know how to trace the problem?
Thanks very much
Lionel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2005 01:45 AM
03-29-2005 01:45 AM
Re: SYSTEM-F-IVDEVNAM, invalid device name and tcpip failed
I think this message comes up if the name of the interface set up in the TCP/IP data base does not properly reflect the OpenVMS device name.
Please do:
$ show device E
$ TCPIP show configuration interface
and let some of us figure this out (the interface names are NOT the same, e.g. WE0 maps to EWA0:).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2005 01:59 AM
03-29-2005 01:59 AM
Re: SYSTEM-F-IVDEVNAM, invalid device name and tcpip failed
We didn't make any change on the system
$show dev e
Device Device Error
Name Status Count
EWA0: Online 0
EWA2: Online 0
EWA4: Online 0
EWA5: Online 0
EWA6: Online 0
EWA7: Online 0
EWA8: Online 0
EWA9: Online 0
EWA10: Online 0
EWA11: Online 0
EWB0: Online 0
EWB2: Online 0
EWB4: Online 0
EWB5: Online 0
EWB6: Online 0
$tcpip show configuration interface
Interface: LO0
IP_Addr: 127.0.0.1 NETWRK: 255.0.0.0 BRDCST:
Interface: WE0
IP_Addr: 192.16.19.12 NETWRK: 255.255.248.0 BRDCST: 192.16.15.255
Thanks again
Lionel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2005 07:52 AM
03-29-2005 07:52 AM
Re: SYSTEM-F-IVDEVNAM, invalid device name and tcpip failed
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2005 08:01 AM
03-29-2005 08:01 AM
Re: SYSTEM-F-IVDEVNAM, invalid device name and tcpip failed
I did some investigation, It could be possible when system startup, The DNS server was down. So the startup file try to create ip printer queue using following command.
init/que/start TTT_QUE -
/PROCESSOR=tcpip$telnetsym -
/ON="tssppo:2005" -
/RETAIN=error-
/DEFAULT=(NOFEED,NOBURST,NOFLAG,form=hp_lgl_land_cond)-
/LIBRARY=PCSA$EPSON -
/SEPARATE=(NOTRAILER,NOBURST,NOFLAG,NORESET) -
/SCHEDULE=(NOSIZE)/form_mounted=po_cheques-
/RECORD_BLOCKING
Becasue the dns server down, it couldn't create a queue on node tssppo. Then it generate the error message "SYSTEM-F-IVDEVNAM, invalid device name and tcpip failed"
We are going to verify it until next time taking the machine down
Lionel