- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Automatic telnet
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
04-14-2003 05:54 AM
04-14-2003 05:54 AM
Automatic telnet
I'm in a migration process and I'd like to execute automatic telnet from HP9000 script to HP3000 .
Is it possible?.
regards, Vicente.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 06:01 AM
04-14-2003 06:01 AM
Re: Automatic telnet
regards, Vicente.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 04:00 AM
04-15-2003 04:00 AM
Re: Automatic telnet
The script is done on the HP9000 so I'll transfer your post to the HPUX room.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 04:22 AM
04-15-2003 04:22 AM
Re: Automatic telnet
On the HP3000 system
--------------------
1. System must be running on 5.5 with Powerpatch 3 or above.
2. Edit the SERVICES.NET.SYS file and verify that the following line
exists:
shell 514/tcp cmd #remote command, no passwd used
Add the line if it does not exist. If the line exists but is
preceded by a pound symbol (#), delete the # and any spaces before
the service name.
On the UNIX system
--------------------
1. Verify that the inetd daemon in running.
2. Verify that the /etc/inetd.conf file contains the following line:
shell stream tcp nowait root /etc/remshd remshd
Add the line if it does not exist. If the line exists but is
preceded by a pound symbol (#), delete the # and any spaces before
the service name.
3. Verify that the remote shell deamon is present. File /etc/remshd
must exist.
4. Create a .rhosts file in the home directory for the logon user.
.rhosts will contain the HP3000 name and user logon that is
permitted to execute the remote shell.
ie. .rhosts will look like this.
hp3000hostname MANAGER.SYS
hp3000hostname USER.ACCOUNT1
This will allow access for all users logged on as MANAGER.SYS or
USER.ACCOUNT1
Note: The only options for the .rhosts user logon are as follows.
USER.ACCOUNT -> To allow users logged on as USER.ACCOUNT
+ -> This is a wildcard for all users on the HP3000.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2003 12:27 AM
04-16-2003 12:27 AM
Re: Automatic telnet
Thanks for the reply.
The problem is that I want the script being executed from HP9000 to HP3000 and remsh is only implemented in MPE as client, not as server.
Regards, Vicente.