Operating System - HP-UX
1825793 Members
2257 Online
109687 Solutions
New Discussion

Re: dialin modem on trusted server

 
SOLVED
Go to solution
Rushank
Super Advisor

dialin modem on trusted server

Hello,

I've configured a dialin modem on a L2000 server. The modem is connected to remote port of w-cable. It works fine if the server is not trusted. If I convert the server to as a trusted (/usr/lbin/tsconvert -c) I can not login to server. I get login prompt , but I don't get any responce after that , like password promt and modem hangs up sub sequently .
Is there any other configuration do I need to take care for trusted server..?
2 REPLIES 2
Alberto Ochoa
Advisor
Solution

Re: dialin modem on trusted server

Hi Rushank,

I have trusted system, but I have not tested a modem on it yet, however the following info may be of help.

The following info was taken from The HP_UX Trusted system
Installation Guide B2355-90121. pag.2-33.

"The device access information is stored in the device assignment database, /tcb/files/auth/devassign, which contains an
entry for each device on the trusted system.

Each entry in the device assignment database contains
the following fields:

* A list of pathnames for each physical device attached to the system.
* For each device, a device type (login terminal, remote terminal).
* The external name of the device.
*The list of users who can access the device.

You can modify the device assignment database using SAM".

******
Hope this info may be of help.

Learn-Share-Help, in any order.
Rushank
Super Advisor

Re: dialin modem on trusted server

Alberto,

That worked ! I added modem device name in /tcb/files/devassign list

Thanks