- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- HOST.DAT file
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
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
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
тАО05-29-2007 04:27 AM
тАО05-29-2007 04:27 AM
Whenever I try to TCPIP SET HOST or TCPIP SET NOHOST I get this:
ALPCSI::SYS$COMMON:.SYSEXE> tcpip show host /local
%TCPIP-E-HOSTERROR, cannot process host request
-TCPIP-W-NORECORD, information not found
-RMS-F-RAC, invalid record access mode
ALPCSI::SYS$COMMON:.SYSEXE> tcpip
TCPIP> show
_What: host
_PARAM1: local
%TCPIP-E-HOSTERROR, cannot process host request
-TCPIP-W-NORECORD, information not found
-RMS-F-RAC, invalid record access mode
TCPIP>
What does this mean?
I need to fix the IP address of our backup server in the HOST.DAT file.
Thank you so much!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-29-2007 04:38 AM
тАО05-29-2007 04:38 AM
Solutionthis sounds suspiciously like a mangled hosts file. Typically, the result of somebody trying to edit the hosts file with a text editor, instead of going through the TCPIP commands.
Check the location of the host file
$ SHOW LOGICAL TCPIP$HOST
then do a DIR/FULL of TCPIP$HOST
you should see an indexed file:-
File organization: Indexed, Prolog: 3, Using 2 keys
In 3 areas
I bet that you will find a text file instead.
Duncan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-29-2007 05:30 AM
тАО05-29-2007 05:30 AM
Re: HOST.DAT file
$ cre x.tmp
^Z
$ defin TCPIP$HOST sys$Login:x.tmp
tcpip
TCPIP> sho host foobar
%TCPIP-E-HOSTERROR, cannot process host request
-TCPIP-W-NORECORD, information not found
-RMS-F-RAC, invalid record access mode
TCPIP>
its a tempting file to edit, as if you type
it it looks like a txt file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-29-2007 05:46 AM
тАО05-29-2007 05:46 AM
Re: HOST.DAT file
exit
instead of quit, and even with no modification, the file is no longer indexed, but sequential.
Do a conv/fdl=correct_fdl corrupted_host host
I suppose you have another tcpip$host file available, to get a correct fdl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-29-2007 05:54 AM
тАО05-29-2007 05:54 AM
Re: HOST.DAT file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-29-2007 06:01 AM
тАО05-29-2007 06:01 AM
Re: HOST.DAT file
Is it possible to delete the host.dat file and then have it recreated with TCPIP$CONFIG?
I really only have about 3 or 4 hosts that I need in there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-29-2007 06:06 AM
тАО05-29-2007 06:06 AM
Re: HOST.DAT file
Can I restart TCPIP to get it to use that file or do I need to redefine tcpip$host?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-29-2007 08:09 AM
тАО05-29-2007 08:09 AM
Re: HOST.DAT file
you might not have to restart it. maybe
set the protection so no ones tempted
to edit it (again:)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-29-2007 08:18 AM
тАО05-29-2007 08:18 AM
Re: HOST.DAT file
I will do that