Sponsored Content
Operating Systems Solaris Help with Reviving a NETRA240 Pls? Post 303026491 by ozsavran on Wednesday 28th of November 2018 04:22:54 PM
Old 11-28-2018
My apologies Hicks, no its not working, still the same. Since this is a hardware problem, I was simply saying maybe my issue here is the most basic one, my power connection. What I made is a 2-wire connection to a 3-wire socket. I will try correcting that ny replacing the unique plastic connector Sun used with a good quality, market standard metal sleeved 3-wire connector. See if that makes a difference. I am not touching the mobo jumpers per your suggestion.
 

10 More Discussions You Might Find Interesting

1. Linux

pls help me

we hv a big enviroment networked. we use squid proxy. access allowed by src address previously. we have win2000 network with ads. my requirement is the proxy should allow domain users only for access. how can i map my windows userdatabase with squid is there any thing specific which has 2 b... (1 Reply)
Discussion started by: sriram.s
1 Replies

2. UNIX for Dummies Questions & Answers

Need help pls

Hi, I'm a newbie. I need help on my first assignment in UNIX. 1. How do I determine the number of non-empty directories? I was told to create a variable ARCHIVE, which points to the directory that contains the archive of the messages. But I'm so dumb and I don't even know how to do this. 2. In... (1 Reply)
Discussion started by: hygsg
1 Replies

3. UNIX for Dummies Questions & Answers

Pls Help

Hi every one I have got very very bad Email, My question is: How can I get all information about that f*** Email, I do mean IP,reall name, Adress, user name, password etc... I wonder if there is any program or website that I can see that email, help me please When I used windows Xp(old... (2 Replies)
Discussion started by: Cano
2 Replies

4. UNIX for Dummies Questions & Answers

Help pls!

Hi... Why should I press F1 to start windows?! I have Xp in my computer... thx 4 help Cano (1 Reply)
Discussion started by: Cano
1 Replies

5. Shell Programming and Scripting

pls help

I have a list of variables: ss1, ss5, ss6, ss8, st2 etc. (these values are not fixed, configurable). Now, I have assigned ss5=”test”. And I want to search in the list for the string “test” to know which variable is having the value “test”. Can u pls tell me how to do this? (10 Replies)
Discussion started by: kanchan_cp
10 Replies

6. Shell Programming and Scripting

pls help

Hi, I need your help guys. I have two data files, namely 101.amberized.pdb & 101.pdb . Now I want to replace the whole 3rd column of 101.amberized.pdb with the 3rd column of 101.pdb file. How do I do it in shell? Thanks in advance Parimal (11 Replies)
Discussion started by: chuchu
11 Replies

7. Shell Programming and Scripting

Pls Pls do help me

When i run this command, everything is ok. The file can be email and attached but soon after i download the file, the file cant be read. It's seem corrupted. Totally cant be read although i'm using context or wordfile. Original file generated at ek_bkup/alert/tbspace_datafile.log is OK..... ... (7 Replies)
Discussion started by: adzuanamir
7 Replies

8. UNIX for Dummies Questions & Answers

HELP PLs

I have this code: #!/bin/sh awk 'BEGIN NR == 2 repl = "PHI" $4 = repl print $0 'dryloop.txt and this code: #!/bin/sh sed -e '1s/\|$/\|COMID\|/g' -e 's/^087.*$/&PHI\|g' hl.dsldryloop > textdry.txt My code won't work. I want to change the COMID of lines starting with 087 . this is my... (15 Replies)
Discussion started by: arkhei
15 Replies

9. Homework & Coursework Questions

Help pls

How to find the ten most common words in a file (1 Reply)
Discussion started by: jass
1 Replies

10. Solaris

NETRA240 in HLR CDMA Wireless Exchange... help is apreciated

Greetings, I hope my post finds you all OK, I have a Netra240 server in an HLR inside a wireless CDMA Exchange, it works as a Hard Disk Unit (HDU) as shown in Local Management Terminal (LMT) as show in the picture 1 attached. The power went down because of a power failure in main UPS, when... (2 Replies)
Discussion started by: Sharista
2 Replies
PHCON(3)						MBK PHYSICAL STRUCTURE DEFINITIONS						  PHCON(3)

NAME
phcon - mbk physical connector DESCRIPTION
The phcon structure is used to describe a connector belonging to a symbolic layout model, see phfig(3) for details. A strong convention on the mbk data structure is that two connector internally wired have the same name, the 'logical' name. The declarations needed to work on phcon are available in the header file "/labo/include/mph402.h", where '402' is the actual mbk version. The following C structure supports the description of the connector : typedef struct phcon { struct phcon *NEXT; char *NAME; long INDEX; long XCON, YCON; long WIDTH; char ORIENT; char LAYER; struct ptype *USER; } phcon_list; NEXT Pointer to the next connector of the model. NAME Name of the connector. A model may posseses more than one connector with a given name, if they are internally wired. INDEX Index of the connector. Since a model may have many connectors with the same name, it is needed to be able to point out one of them. The index allows to distinguish every connector using a topological order. This field is filled by the addphcon function, and shall not be modified otherwise. XCON, YCON Connector coordinates. the point (XCON, YCON) must be placed on or inside of the abutment box of the model. ORIENT Caracter indicating the face of the model on the which the connector is placed. It may take four values : NORTH connector placed on top of cell SOUTH connector placed on bottom of cell EAST connector placed on right of cell WEST connector placed on left of cell LAYER Symbolic layer used for the connector. The legal values are : NWELL N bulk PWELL P bulk NTIE N implant in P bulk PTIE P implant in N bulk NDIF N diffusion PDIF P diffusion NTRANS N transistor PTRANS P transistor POLY polysilicium ALU1 first metal ALU2 second metal ALU3 third metal TPOLY polysilicum through route TALU1 first metal through route TALU2 second metal through route TALU3 third metal through route WIDTH Width of the connector. The physical extension, concerning the width, of a connector is paralell to its face. USER Pointer to a ptype list, see ptype for details, that is a general purpose pointer used to share informations on the connector. SEE ALSO
mbk(1), addphcon(3), getphcon(3), delphcon(3), phfig(3), phref(3), locon(3), ptype(3). BUG REPORT
This tool is under development at the ASIM department of the LIP6 laboratory. We need your feedback to improve documentation and tools. ASIM
/LIP6 October 1, 1997 PHCON(3)
All times are GMT -4. The time now is 11:05 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy