Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I out a PTY port?

Status
Not open for further replies.

Tralfaz7698

Technical User
Oct 12, 2005
38
US
I've been trying to out a PTY port and when I enter "out tty XX" I get the following error message.

SCH5578 Logical application must be disabled.

Any suggestions would be appreciated.
 
ld 37
dis tty x

then ld 17

chg
adan
out tty x


john poole
bellsouth business
columbia,sc
 
John,
Since you can't disable a PTY port, it's always disabled, step 1 of your process is not valid. When I go to LD 17 and do the out tty x I get the message I described above.

Any other ideas?

Mark
 
OK instead of us guessing, post the CFN ADAN so we can see it.
 
Sorry, not trying to set up a guessing game. I've printed out the things I think may be of assistance in solving this.

Here's my adan printout for the pty ports:

ADAN TTY 10
CTYP PTY
DNUM 10
PORT 0
DES otm1
FLOW NO
USER MTC SCH BUG
XSM NO
TTYLOG 0
BANR YES
ADAN TTY 11
CTYP PTY
DNUM 11
PORT 1
DES otm2
FLOW NO
USER MTC SCH BUG
XSM NO
TTYLOG 0
BANR YES


Here's the code I get when I try to disable the pty ports:
.stat tty

TTY 0 : ENBL DES: Core0
TTY 1 : ENBL DES: Core1
TTY 2 : ENBL DES: Poller
TTY 3 : ENBL DES: xsm
TTY 4 : ENBL DES: termserv
TTY 10 : ENBL DES: otm1
TTY 11 : ENBL DES: otm2
.dis tty 10

IOD314
Description IOD314 Command does not apply to PTY ports.


.dis tty 11

IOD314



Here's the code I get when I try to out the pty ports:

REQ chg
TYPE adan
ADAN out tty 10

SCH5578
Description: SCH5578 Logical application must be disabled.

ADAN out tty 11

SCH5578
 
Have you tried unplugging the TTY to see if it will disable.

Your Quote "Since you can't disable a PTY port, it's always disabled"

Your's are enabled, they become enabled when you are connected.
 
Sounds like the PTY port have been connected to something like Meridian Mail & they have been left logged in. The only way I know to sort it out is to INI the switch!.

All the best

Firebird Scrambler
Meridian Programmer in the UK

Useful Nortel forum at
If it's working, then leave it alone!.
 
Since you can't disable a PTY port, it's always disabled, step 1 of your process is not valid


a tty post is not always disabled.. a ptty port is, but since i don't otm i was answering the question.. and you can not out a physical tty with it enabled.. the code is something to the logical app is not disabled.. 90 percent of my post come from being burnt by a single command for hours, prior to the internet

john poole
bellsouth business
columbia,sc
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top