Sponsored Content
Full Discussion: Tru64 Question
Operating Systems HP-UX Tru64 Question Post 302273758 by car2nst2006 on Monday 5th of January 2009 05:54:11 PM
Old 01-05-2009
Tru64 Question

Could any one tell me if there are still any versions or tru64 that are currently supported by HP.. I have been all over and my last resort should have been my first place to look. I am using Tru64 v 4.0 and am thinking about upgrading to 5.1B, But due to contract issues it has to be supported and I am the one who is suppose to know these things but i have no Idea. Any help would be greatly appreciated.

Thanks
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

download TRU64

Does anybody know where did I find Tru64 Unix software ? (2 Replies)
Discussion started by: msudin
2 Replies

2. UNIX for Dummies Questions & Answers

Top in Tru64

Hi all. Anyone know what permissions or anything is needed to give users the privileges to see top statistics information ? I ask this because I have a user on which I execute top from and display just this info load averages: 0.49, 0.47, 0.46 ... (3 Replies)
Discussion started by: fidodido
3 Replies

3. UNIX for Dummies Questions & Answers

Cannot boot Tru64

Hi, I just got an AlphaServer DS10 in my lap with a note 'Fix it !'. It's just that I'm not very good with unix. Anyways, it seems like the osf_boot file is missing from root. I can boot the server in singel user mode with the Tru64 5.1 cd and from there open a console window. When I checked... (0 Replies)
Discussion started by: magher
0 Replies

4. HP-UX

Unix HP Tru64

Hi experts, I hope someone can help me with these simple tasks as I am new in Unix environment. I need to create a file system for backup purpose, therefore I need to know the commands in Unix. 1) What is the command to check my disk drives to see how much available space is not allocated... (2 Replies)
Discussion started by: kingsto88
2 Replies

5. HP-UX

HP-UX and Tru64

I had buy two old workstation: a Digital alpha 21164 and a HP C360... What version of tru64 on alpha and HP-UX on HP C360 run on those boxes? Where i can buy/download a small/workstation-base (if exists) version of those operating system ? Tnx in advance (1 Reply)
Discussion started by: antani
1 Replies

6. HP-UX

HP Tru64 NFS help

Hi guys, I have a setup where I nfsmount a directory from a solaris 8 server to a Redhat linux laptop. Machine: Redhat Directory: /NFS_MOUNT Machine: Solaris 8 Directory: /export/home/remote $ mount Sol_8_Server:/export/home/remote /NFS_MOUNT But first I have to edit the... (1 Reply)
Discussion started by: Stin
1 Replies

7. UNIX for Dummies Questions & Answers

tru64

hi i am trying to get ssh server on tru64 5.1 can anyone help? thanks ed. (1 Reply)
Discussion started by: deusprogrammer
1 Replies

8. UNIX for Dummies Questions & Answers

Tru64

Two part question, I was told that you can download Tru64 5.1b for free, is this true and if so where? Second part, could I load this on a XP Pro PC with vmware? (1 Reply)
Discussion started by: Troberts50
1 Replies
ctwatch(1)                                                         User Commands                                                        ctwatch(1)

NAME
ctwatch - watch events in a contract or group of contracts SYNOPSIS
/usr/bin/ctwatch [-f] [-r] [-v] contract-type... | contract-id... DESCRIPTION
The ctwatch utility allows a user to observe the events occurring within a set of contracts or contract types. By default, ctwatch watches all contracts. OPTIONS
The following options are supported: -f Report events starting at the front of the event queue. Normally, ctwatch reports only events which occur after it has been invoked. With the -f option, any events that still exist in the contracts' event queues when ctwatch is invoked (for example, unacknowledged critical events) are also reported. -r Reliably watches all messages. Normally, the system may drop informative events and acknowledged critical events at any time, so ctwatch isn't guaranteed to see them all. This option may only be used if the ctwatch is invoked with the {PRIV_CONTRACT_EVENT} privilege asserted in its effective set. -v Request verbose event descriptions. OPERANDS
The following operands are supported: contract-type Valid contract types are: process Process contracts. contract-id A valid contract id. OUTPUT
The following list defines the column headings and the meanings of a ctwatch report: CTID The contract ID generating the event. EVID The event ID. CRIT Whether the event is informative, critical, or initiates an exit negotiation. Values are info, crit, or neg, respectively. ACK The event has been acknowledged. Values are yes or "no". CTTYPE The contract type. SUMMARY A type-specific summary of the event. EXAMPLES
Example 1: Watching a process contract example% ctwatch -r 1 CTID EVID CRIT ACK CTTYPE SUMMARY 1 2 crit no process pid 100569 was created 1 3 info no process pid 100569 encountered hardware error 1 4 info no process pid 100568 exited 1 5 info no process pid 100569 exited 1 6 crit no process contract empty EXIT STATUS
The following exit values are returned: 0 Successful completion. 1 An error occurred. 2 Invalid arguments. FILES
/system/contract/* ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ |Interface Stability |See below. | +-----------------------------+-----------------------------+ Human Readable Output is Unstable. Invocation is Evolving. SEE ALSO
ctrun(1), ctstat(1), contract(4), process(4), attributes(5), privileges(5) NOTES
Ordering of events is only guaranteed within a single contract, or within a single type when a type is specified. ctwatch can only observe those events which are generated by contracts owned or authored by processes with the same effective user ID as ctwatch, unless the {PRIV_CONTRACT_OBSERVER} privilege is asserted in its effective set. SunOS 5.10 14 Jul 2004 ctwatch(1)
All times are GMT -4. The time now is 09:21 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy