Sponsored Content
Full Discussion: LOM on SUN ultra 10
Operating Systems Solaris LOM on SUN ultra 10 Post 302245190 by kumarmani on Thursday 9th of October 2008 02:56:55 PM
Old 10-09-2008
Thanks Dear,


can i get some more detail or may be nay good link know to u guys, was trying to access the same on sun and its asking for support contract.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Sun Ultra sparc 60

Hello everybody!! I need your help again. I am using Sun Ultra sparc 60 machine.Follwing are the types of files getting generated in /var/tmp. "windu_sm_o aaaa,baaa,caaa,daaa" etc. I am not able to locate which application is generating these files. Can I straightway delete these files ? or... (1 Reply)
Discussion started by: vikasdeshmukh
1 Replies

2. UNIX Benchmarks

Sun Ultra 2 Solaris 8

Sparc Ultra2: Notes prtdiag: System Configuration: Sun Microsystems sun4u Sun Ultra 2 UPA/SBus (2 X UltraSPARC-II 296MHz) System clock frequency: 99 MHz Memory size: 768 Megabytes ========================= CPUs ========================= Run Ecache CPU CPU... (0 Replies)
Discussion started by: tnorth
0 Replies

3. Solaris

sun ultra or sun sparkstation

am wonder wich sun computer is better, a sun ultra or sun sparkstation, and what is the difference (7 Replies)
Discussion started by: nobody
7 Replies

4. Solaris

sun ultra

Hi Guys, I have a 2nd hand Sun ultra-5, I wanted to know how to be able to run it as a normal window. I do not have any experience whatsoever with solaris/unix. Does anyone can give me a clue where to start. When I switch it goes to: unix console login: pa$$word: #UNIX sendmail : enable to... (0 Replies)
Discussion started by: lingosa
0 Replies

5. Solaris

SUN LOM password

Hi friends, Please tell me how to break the LOMlite password on SUN Netra X1 system. Thanks venkat (2 Replies)
Discussion started by: rvrao77
2 Replies

6. Solaris

sun ultra 10 workstation

Hi All, I bought a sun workstation from ebay. Can I replace the cd-rom drive with a dvd-rom drive with any type? I mean, can I just buy a dvd-rom drive from a pc store? Thanks, itik (2 Replies)
Discussion started by: itik
2 Replies

7. Solaris

Help - Accessing Sun Fire V120 A/LOM

Hi All, My company has three V120 servers and two V245 servers. Currently we access ALOM on v245 thru NET MGT port. There are no NET MGT on V120. We use to access A/LOM on the V120s thru Windows Hyper Terminal connected to the Serial A port of v120. Since all of our Windows boxed are... (6 Replies)
Discussion started by: glieu
6 Replies

8. Solaris

SUN ULTRA 45 - Solaris

hi, my sun box hangs- KEYBOARD not found. Using hyper link it boots and then hangs without able to access or get ok promt ----SCREEN SHOT AS-------------------------------------------------- ˙Loading onboard drivers: ebus i2c i2c i2c ppm /ebus@1f,464000: flashprom rtc serial serial env-monitor... (2 Replies)
Discussion started by: mathav22
2 Replies

9. Hardware

Sun Sparc Ultra 30 help

Hi all, I managed to salvage form work an old Sun Sparc Ultra 30. I have had it stored (controlled storage) for a few years and decided to get it home and boot it up. It starts up with a beep then I can hear disks spinning up, CDROM moving but nothing is displayed on the monitor. Can... (2 Replies)
Discussion started by: robbo007
2 Replies

10. Solaris

Sun Ultra 5 new user

Hi I have just acquired an Ultra 5. It has 256MB of memory and a 360Mhz Ultra IIi SPARC processor. So far, I have had some typical fun and games to get it working: - It had a dead NVRAM chip. I hacked it open and installed a CR2032. It looks suitably bodged up, but is working. I set the MAC... (8 Replies)
Discussion started by: _JonB_
8 Replies
ct_status_read(3CONTRACT)			       Contract Management Library Functions				 ct_status_read(3CONTRACT)

NAME
ct_status_read, ct_status_free, ct_status_get_id, ct_status_get_zoneid, ct_status_get_type, ct_status_get_state, ct_status_get_holder, ct_status_get_nevents, ct_status_get_ntime, ct_status_get_qtime, ct_status_get_nevid, ct_status_get_cookie, ct_status_get_informative, ct_status_get_critical - common contract status functions SYNOPSIS
cc [ flag... ] file... -D_LARGEFILE64_SOURCE -lcontract [ library... ] #include <libcontract.h> int ct_status_read(int fd, int detail, ct_stathdl_t *stathdlp); void ct_status_free(ct_stathdl_t stathdl); ctid_t ct_status_get_id(ct_stathdl_t stathdl); zoneid_t ct_status_get_zoneid(ct_stathdl_t stathdl); char *ct_status_get_type(ct_stathdl_t stathdl); uint_t ct_status_get_state(ct_stathdl_t stathdl); pid_t ct_status_get_holder(ct_stathdl_t stathdl); int ct_status_get_nevents(ct_stathdl_t stathdl); int ct_status_get_ntime(ct_stathdl_t stathdl); int ct_status_get_qtime(ct_stathdl_t stathdl); ctevid_t ct_status_get_nevid(ct_stathdl_t stathdl); uint64_t ct_status_get_cookie(ct_stathdl_t stathdl); ctevid_t ct_status_get_informative(ct_stathdl_t stathdl); uint_t ct_status_get_critical(ct_stathdl_t stathdl); DESCRIPTION
These functions operate on contract status file descriptors obtained from the contract(4) file system and status object handles returned by ct_status_read(). The ct_status_read() function reads the contract's status and initializes the status object handle pointed to by stathdlp. After a success- ful call to ct_status_read(), the caller is responsible for calling ct_status_free() on this status object handle when it has finished using it. Because the amount of information available for a contract might be large, the detail argument allows the caller to specify how much information ct_status_read() should obtain. A value of CTD_COMMON fetches only those data accessible by the functions on this manual page. CTD_FIXED fetches CTD_COMMON data as well as fixed-size contract type-specific data. CTD_ALL fetches CTD_FIXED data as well as vari- able lengthed data, such as arrays. See the manual pages for contract type-specific status accessor functions for information concerning which data are fetched by CTD_FIXED and CTD_ALL. The ct_status_free() function frees any storage associated with the specified status object handle. The remaining functions all return contract information obtained from a status object. The ct_status_get_id() function returns the contract's ID. The ct_status_get_zoneid() function returns the contract's creator's zone ID, or -1 if the creator's zone no longer exists. The ct_status_get_type() function returns the contract's type. The string should be neither modified nor freed. The ct_status_get_state() function returns the state of the contract. Valid state values are: CTS_OWNED a contract that is currently owned by a process CTS_INHERITED a contract that has been inherited by a regent process contract CTS_ORPHAN a contract that has no owner and has not been inherited CTS_DEAD a contract that is no longer in effect and will be automatically removed from the system as soon as the last reference to it is release (for example, an open status file descriptor) The ct_status_get_holder() function returns the process ID of the contract's owner if the contract is in the CTS_OWNED state, or the ID of the regent process contract if the contract is in the CTS_INHERITED state. The ct_status_get_nevents() function returns the number of unacknowledged critical events on the contract's event queue. The ct_status_get_ntime() function returns the amount of time remaining (in seconds) before the ongoing exit negotiation times out, or -1 if there is no negotiation ongoing. The ct_status_get_qtime() function returns the amount of time remaining (in seconds) in the quantum before the ongoing exit negotiation times out, or -1 if there is no negotiation ongoing. The ct_status_get_nevid() function returns the event ID of the ongoing negotiation, or 0 if there are none. The ct_status_get_cookie() function returns the cookie term of the contract. The ct_status_get_critical() function is used to read the critical event set term. The value is a collection of bits as described in the contract type's manual page. The ct_status_get_informative() function is used to read the informative event set term. The value is a collection of bits as described in the contract type's manual page. RETURN VALUES
Upon successful completion, ct_status_read() returns 0. Otherwise, it returns a non-zero error value. Upon successful completion, ct_status_get_id(), ct_status_get_type(), ct_status_get_holder(), ct_status_get_state(), ct_sta- tus_get_nevents(), ct_status_get_ntime(), ct_status_get_qtime(), ct_status_get_nevid(), ct_status_get_cookie(), ct_status_get_critical(), and ct_status_get_informative() return the data described in the DESCRIPTION. ERRORS
The ct_status_read() function will fail if: EINVAL The detail level specified is invalid. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ |MT-Level |Safe | +-----------------------------+-----------------------------+ SEE ALSO
libcontract(3LIB), contract(4), attributes(5), lfcompile(5) SunOS 5.11 1 Apr 2004 ct_status_read(3CONTRACT)
All times are GMT -4. The time now is 10:45 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy