Sponsored Content
Full Discussion: sun E4900 problem
Operating Systems Solaris sun E4900 problem Post 302590640 by DukeNuke2 on Tuesday 17th of January 2012 05:00:51 AM
Old 01-17-2012
could be 1000 things... open a call at oracle and give them the needed data (they will ask for it). or hire a consultant to help you out with your problem...
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Sun Booting problem

I was trying to test run a /bin/bash script i had just written when my monitor suddenly went blank.I had to shut down the machine from the systems main power. I was unable to boot afterwards and soo i went for the interactive boot process by typing boot -a. I succeded in the first stage of the... (1 Reply)
Discussion started by: lealyz
1 Replies

2. Solaris

Problem in Sun OS 5.9

Consider a file subject to some change. After it changes the new will be present. To store the change as difference between the two files, diff command is used. After taking the diff of a file we need to patch it to recover original file. The command used for this recovery is patch. This... (1 Reply)
Discussion started by: SankarV
1 Replies

3. UNIX for Dummies Questions & Answers

SORT problem on SUN

Hello, I tried to sort on column2 followed by column1 and notice how the "updated" value in column1 is not sorted correctly! Can you tell me if i have the sort statement setup correctly please, thanks much! sort -t "|" -k2 -k1 sortin > sortout ... (2 Replies)
Discussion started by: bobk544
2 Replies

4. Filesystems, Disks and Memory

a problem of Sun T3

hi, everyone, i have a problem of sun T3, does everyone meet this before ? T3:/:<82>fru stat CTLR STATUS STATE ROLE PARTNER TEMP ------ ------- ---------- ---------- ------- ---- u1ctr ready enabled master - 31.5 DISK STATUS ... (0 Replies)
Discussion started by: yarx
0 Replies

5. Solaris

Sun Studio problem

I am using Sun Studio. But there is problem with it. When my PC is connected to INTERNET then there is no problem in starting Sun Studio. But When my PC is not connected to INTERNET then there is problem in starting Sun Studio. With out INTERNET i run sunstudio but after waiting long time nothing... (0 Replies)
Discussion started by: mansoorulhaq
0 Replies

6. Solaris

Sun storage L7 Problem

Dear Expert , We have L7 , when we power on we see on lcd messages "drive Post E" , According sun Doc SunSolve , there problem picker or Driver , I try move slot to slot successfully, On Lcd panel i can not see load drive (look like any inside tape in drive , but when i am select eject menu,... (0 Replies)
Discussion started by: hadibn
0 Replies

7. Solaris

Problem at SF E4900

Dear All, I have server SF E4900, no cluster, kernel : SunOS 5.10 Generic_118833-24 sun4u sparc SUNW,Sun-Fire with error message : Mar 14 13:48:11 ip: WARNING: IP: Hardware address '00:14:4f:67:00:92' trying to be our address 172.020.004.029! Mar 14 13:52:59 last message repeated... (1 Reply)
Discussion started by: mbah_jiman
1 Replies

8. Solaris

problem with sun 890

hoe to configure alom in 890 server (3 Replies)
Discussion started by: sijocg
3 Replies

9. Solaris

sun cluster problem

Hello everyone, Can you please help me understand what happened; here is the problem: We have a sun cluster composed by two nodes (E4900; sSolaris 9), suddenly one of them were inaccessible by PUTTY, however we were able to ping on it. The cluster haven't basculated and after 20 minutes the... (0 Replies)
Discussion started by: adilyos
0 Replies

10. Solaris

Booting problem on Sun 3500

Booting problem on Sun 3500 Hi, I have a Sun 3500 server on which i installed solaris 5.2 installed . i dont know why from the time i have built this server whenever i try to boot it, the server doesnot come back smooth.i got a message Sync file system than restart some times showing ok... (2 Replies)
Discussion started by: najeer
2 Replies
XvGetPortAttribute(3)						  libXv Functions					     XvGetPortAttribute(3)

NAME
XvGetPortAttribute - return current port attribute value SYNOPSIS
#include <X11/extensions/Xvlib.h> int XvGetPortAttribute(Display *dpy, XvPortID port, Atom attribute, int p_value); ARGUMENTS
dpy Specifies the connection to the X server. port Specifies the port, associated with the given display, for which the attribute values are to be returned. attribute An atom that identifies the attribute to be queried by this request. Control atoms are obtained using the XInternAtom request with a string from the following table. p_value Pointer to the location where the attribute value is written on return. DESCRIPTION
XvGetPortAttribute(3) returns the current value of the requested port attribute in the integer pointed to by p_value. The attribute is identified using an Atom that equates to the attribute name. The XInternAtom request can be used with one of the strings below to return a matching Atom. ----------------------------------------------------- Attribute String Type Default ----------------------------------------------------- "XV_ENCODING" XvEncodingID Server dependent "XV_HUE" [-1000...1000] 0 "XV_SATURATION" [-1000...1000] 0 "XV_BRIGHTNESS" [-1000...1000] 0 "XV_CONTRAST" [-1000...1000] 0 RETURN VALUES
[Success] Returned if XvGetPortAttribute(3) completed successfully. [XvBadExtension] Returned if the Xv extension is unavailable. [XvBadAlloc] Returned if XvGetPortAttribute(3) failed to allocate memory to process the request. DIAGNOSTICS
[XvBadPort] Generated if the requested port does not exist. [BadMatch] Generated if the requested attribute atom does not specify an attribute supported by the adaptor. SEE ALSO
XvSetPortAttribute(3), XvPortNotify(3) X Version 11 libXv 1.0.9 XvGetPortAttribute(3)
All times are GMT -4. The time now is 10:17 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy