Sponsored Content
Operating Systems Solaris Solaris and vxvm ( really old versions) Post 302752811 by DustinT on Monday 7th of January 2013 02:38:47 PM
Old 01-07-2013
I'm a newb who likes antiques, what can I say. Now, the 10k would be really sweet.

Did you get your problem addressed yet? I wish I could do more to help.
 

10 More Discussions You Might Find Interesting

1. Solaris

VxVM/Hba cards/Solaris 10 FS issue

Hi all, I have a compatibly issues with a new hardware My config is the following one : Solaris 10 V490 Hardware 2 X HBA Qlogic 2310f cards An HP EVA 5000 for storage ... Veritas VxVM 4.1 MP1 When I reboot my server, VxVM is trying to mount/use the volume before it's... (0 Replies)
Discussion started by: unclefab
0 Replies

2. Solaris

Solaris versions

Hi, Does anyone know if the various releases of Solaris are archived anywhere? I work for a DR company and it would be useful to have different releases of a Solaris version number i.e. Solaris 10 6/06 (3 Replies)
Discussion started by: callmebob
3 Replies

3. Solaris

How to know which versions we are using c, c++ in Solaris.

How to know which versions we are using c, c++ in Solaris. Thanks & Regards Durgaprasad (1 Reply)
Discussion started by: durgaprasadr13
1 Replies

4. Solaris

VxVM on Solaris.

Hi, Quick question if anyone knows this. Is there a command I can use in Veritas Volume manager on Solaris that will tell me what the name of the SAN I am connected to? We have a number of SANs so I am unsure which one my servers are connected to. Thanks. (13 Replies)
Discussion started by: gwhelan
13 Replies

5. Filesystems, Disks and Memory

vxvm version in solaris?

whats the command line to find vxvm (veritas volume manager) version installed in solaris OS? (3 Replies)
Discussion started by: na75369
3 Replies

6. Solaris

VxVM 5.0 Licence key required on solaris

Hi Friends, This is suresh reddy. Recently i download veritas cluster & volume manager package from internet. I didn't found any key inside the package. If any body having the VxVM key kindly send to me. mail id: cvsureshreddy@gmail.com Regards, C V Suresh Reddy (1 Reply)
Discussion started by: suresha2lu
1 Replies

7. Solaris

Solaris- VxVM simulator

Hi, Could any one tel me VxVM simulator is available in market or can it be downloaded from any were???? (4 Replies)
Discussion started by: sudhan143
4 Replies

8. Solaris

Solaris/vxvm/EMC Lun configuration

Hello all, i try to allocate the same LUN to two server (or more in the future) i use solaris 10, vxvm (vxfs) for data and solaris zones and EMC DMX-4, i try to migrate solaris zones between servers in case of problem. and this is what i want to do - affect LUN to srv00124 and srv10155 -... (5 Replies)
Discussion started by: mat_solaris
5 Replies

9. Solaris

Solaris 10 patching using live upgrade with VxVM

Hello, I was assigned some Solaris machines and need to patch them to N-1, where N is the latest OS realease, which means, upgrade till one version before the latest one. I do not now a lot about Solaris. What I only know is that need to make use of live upgrade and be careful with VxVM... (4 Replies)
Discussion started by: feroccimx
4 Replies

10. Solaris

Versions of Oracle VM with Solaris 11?

I guess since its part of OS it depends on OS installed. I understand from OVS for Sparc 3.0 onwards you can use OV Manager (latest) to manage? (1 Reply)
Discussion started by: psychocandy
1 Replies
tt_pattern_address_add(library call)									      tt_pattern_address_add(library call)

NAME
tt_pattern_address_add -- add a value to the address field for a pattern SYNOPSIS
#include <Tt/tt_c.h> Tt_status tt_pattern_address_add( Tt_pattern p, Tt_address d); DESCRIPTION
The tt_pattern_address_add function adds a value to the address field for the specified pattern. The p argument is a unique handle for a message pattern. This handle is returned after a tt_pattern_create(3) call has been made. The d argument specifies which pattern attributes form the address that messages will be matched against. The following values are defined: TT_HANDLER The message is addressed to a specific handler that can perform this operation with these arguments. TT_OBJECT The message is addressed to a specific object that can perform this operation with these arguments. TT_OTYPE The message is addressed to the type of object that can perform this operation with these arguments. TT_PROCEDURE The message is addressed to any process that can perform this operation with these arguments. RETURN VALUE
Upon successful completion, the tt_pattern_address_add function returns the status of the operation as one of the following Tt_status val- ues: TT_OK The operation completed successfully. TT_ERR_NOMP The ttsession(1) process is not running and the ToolTalk service cannot restart it. TT_ERR_POINTER The pointer passed does not point to an object of the correct type for this operation. SEE ALSO
Tt/tt_c.h - Tttt_c(5), tt_pattern_create(3). tt_pattern_address_add(library call)
All times are GMT -4. The time now is 09:14 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy