Sponsored Content
Special Forums News, Links, Events and Announcements Naviscore NMS for Lucent Switch Problem Post 302345942 by phxteleport on Thursday 20th of August 2009 03:43:12 PM
Old 08-20-2009
Naviscore NMS for Lucent Switch Problem

We have a network of Lucent BSTDX9000 switches for fiber and wireless links in the United States and Costa Rica. I was dragging a BSTDX9000 icon in my Naviscore NMS and it disappeared.
All of my trunks are still up but I can't figure out how to get the icon back. I'm screwed if something happens in that switch and I can't get into it.
If you or somebody you know can help, it would be greatly appreciated
I'm willing to pay whatever it takes and we can set someone up to remotely log in.
You can also contact me on my cell. 602-370-9750

Thanks, Scott
 

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

can you switch

hi, i am try to run following script in c-shell, using switch command. #!/bin/csh choice=0 while do echo "system monitor" echo " 1) system paging 2) system file inf. 3) system disk inf. 9) exit " echo "select an option: \c" read choice case $choice in 1)... (3 Replies)
Discussion started by: neer45
3 Replies

2. UNIX for Advanced & Expert Users

Lucent/Orinoco Wireless card problems

Im running mandrake 9.0 and i just got a Lucent/orinoco PC24E-H-FC. I beleive it was originaly made by lucent but then made by Orinoco.. But anyways i just cant get connected. Ive tried 3 differemt drivers. My wireless access point router is a Linksys. I just cant figure this out ive talked on... (3 Replies)
Discussion started by: jason1234
3 Replies

3. IP Networking

Open Source NMS

Hello there, I wanted to know the members' opinion about the best open source network management software which uses a web browser to show its interface and results. I am interested in the software for both windows and Linux OSs. Thanks. (4 Replies)
Discussion started by: Jawwad
4 Replies

4. Solaris

Naviscore NMS Problem...Need Help, Will Pay good

We have a network of Lucent BSTDX9000 switches for fiber and wireless links in the United States and Costa Rica. I was dragging a BSTDX9000 switch icon in my Naviscore NMS and it disappeared. All of my trunks and circuits are still fuctioning properly but I can't figure out how to get the icon... (3 Replies)
Discussion started by: phxteleport
3 Replies

5. Shell Programming and Scripting

need help for cp with -p switch

Guys, I need to copy files from source to destination with datetime preserved I did it with cp -p <source>/file <destinaltion>/file But when I do stat command on copied file , it seems the copied file has "change time" modified. Please guide me in understanding (2 Replies)
Discussion started by: mohan_xunil
2 Replies

6. Shell Programming and Scripting

how to access console of a switch having rj45 on switch side to db 9 female on pc side console cable

hi, how to access console of a switch having rj45 on switch side to db 9 female on pc side console cable which needs to be connected to one console server having rj11 on its side and db 9 female on other end.i.e. on switch side,console cable has rj45 and db 9 pin female connector on other side of... (1 Reply)
Discussion started by: pankajd
1 Replies

7. SuSE

SLES 11 Switch user problem

Hi, I am using SUSE Linux Enterprise Server 11 (x86_64), PATCHLEVEL = 0 as NIS server. All client is having SUSE Linux Enterprise Desktop 11 (x86_64), PATCHLEVEL = 0. All system are configured to work in GUI. When NIS user say 'a' locks system, and user 'b' wants to login to the same system... (1 Reply)
Discussion started by: sachingujrathi
1 Replies
DtDndCreateSourceIcon(library call)									       DtDndCreateSourceIcon(library call)

NAME
DtDndCreateSourceIcon -- create a drag source icon SYNOPSIS
#include <Dt/Dnd.h> Widget DtDndCreateSourceIcon( Widget parent, Pixmap pixmap, Pixmap mask); DESCRIPTION
The DtDndCreateSourceIcon function creates a Motif drag icon, named sourceIcon, based on the characteristics of the pixmap argument. The resulting drag icon is suitable for use with DtDndDragStart(3). The parent argument is the parent of the drag icon. Typically this widget is the drag source. The pixmap argument is the pixmap representation of the data to be dragged. The mask argument is the mask for the pixmap. When it calls XmCreateDragIcon(3), the DtDndCreateSourceIcon function sets Motif resources in the drag icon; the application must not mod- ify the values of any of these resources: o XmNwidth o XmNheight o XmNpixmap o XmNmask o XmNdepth RETURN VALUE
Upon successful completion, the DtDndCreateSourceIcon function returns a drag icon created by calling XmCreateDragIcon(3) with the charac- teristics of the pixmap; otherwise, it returns NULL. SEE ALSO
Dt/Dnd.h - DtDnd(5), DtDndDragStart(3), XmCreateDragIcon(3), XmDragIcon(3), XmDragStart(3), XtDestroyWidget(3). DtDndCreateSourceIcon(library call)
All times are GMT -4. The time now is 06:27 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy