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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

print dsbl or idle DN's or TN's

Status
Not open for further replies.

lawson23

MIS
Nov 10, 2004
128
0
0
US
I would like to print either or of the above.

I'm trying to get a list of all my DN's that are DSBL. Printing anything showing status would get me where I want to be.


Merdian Option 11c
 
in an Option 61C/81C

LD 32
.LDIS 4 0 (you would of course input your own Loop/Shelf, but this will retrun the card information and what ports are disabled.

Something like:

CARD 2 3 5 6 7 8
CARD 4 6 7 13 14

On and Option 11C

LD 135

.stat fil

This will return your active fiber links.

From my test system, no other cabinets but the main, I get:

>ld 135
CCED000
.stat fil
Fiber 1 : ENBL LINK DOWN

Fiber 2 : UNEQ

Fiber 3 : ENBL LINK DOWN

Fiber 4 : UNEQ

But if you have LINK UP on a Fiber number, then go to ld 32


ld 32

.ldis 1

and you may get something like:

CARD 05 UNIT 01 02
CARD 07 UNIT 00 01


Now if you don't get anything, go to LD 22
>ld 22
PT2000

REQ prt
TYPE ovly

OVLY
SID 0
BKGD 044
PBXH 01
TODR 01
DROL 030 034 037 038 043 044 060 135 137 <-- Make sure you have 030 on this line, or your system won't be checking during midnight routines.
MULTI_USER ON


Hope this helps.

John

 
I have no experience with ld 32

How do you find out what you need to put for LDIS x x ?

Also if I put in ldis 4 0 or ldis 1 I get the same output.
Code:
.ldis 4 0

CARD 13 UNIT 02 05 06 11 
CARD 14 UNIT 08 
.ldis 1

CARD 13 UNIT 02 05 06 11 
CARD 14 UNIT 08

Merdian Option 11c
 

found this also:
Code:
>ld 32

NPR000 
.stat

000 = SUPER LOOP 
000 DSBL     000 BUSY 
004 = SUPER LOOP 
000 DSBL     000 BUSY 
008 = SUPER LOOP 
000 DSBL     000 BUSY 
012 = SUPER LOOP 
000 DSBL     001 BUSY 
016 = SUPER LOOP 
000 DSBL     000 BUSY 
001 = DTI TRK LOOP 
00 DSBL     01 BUSY  NPR301
029 = CNFC LOOP 
00 DSBL     00 BUSY  NPR302
030 = CNFC LOOP 
00 DSBL     00 BUSY  NPR302
031 = CNFC LOOP 
00 DSBL     00 BUSY  NPR302
032 = SUPER LOOP 
DSBL     NOT RESPONDING
036 = SUPER LOOP 
DSBL     NOT RESPONDING
040 = SUPER LOOP 
DSBL     NOT RESPONDING
048 = SUPER LOOP 
000 DSBL     000 BUSY 
062 = CNFC LOOP 
DSBL     NOT RESPONDING NPR302
000 = TDS TDMF LOOP 
00 DSBL     00 BUSY 
NPR504 063

Merdian Option 11c
 
What type of system is this? Is it an Option 11C?
 
I believe it is an option 11c

Merdian Option 11c
 
then you list disabled sets by cabinet. You can have up to 5 cabinets

Cabinet 0 - Main cabines
Cabinets 1 - 4 - Expansion Cabinets

On and Option 11C
LD 135
.stat fil

This will return your active fiber links.

>ld 135
CCED000
.stat fil
Fiber 1 : ENBL LINK UP

Fiber 2 : UNEQ

Fiber 3 : ENBL LINK UP

Fiber 4 : UNEQ

But if you have LINK UP on a Fiber number, then go to ld 32


ld 32

.ldis 1 (Cabinet number)

it will return the disabled ports on each card in the Cabinet.
CARD 05 UNIT 01 02
CARD 07 UNIT 00 01

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top