Sponsored Content
Operating Systems Solaris OVM Server for SPARC ... Need Your Help Guys ! Post 302797865 by hicksd8 on Tuesday 23rd of April 2013 09:56:35 AM
Old 04-23-2013
Yes, I'm replying to the OP.
 

9 More Discussions You Might Find Interesting

1. Solaris

sparc server 20

I am having a sparc server 20 machine. can i use normal svga monitor and normal(ps2)keyboard with it. pls any body help me out (1 Reply)
Discussion started by: ajay234
1 Replies

2. Solaris

VNC server from the Companion cd. Solaris 8 SPARC

hey. i have been installing the VNC server from the solaris Companion cd under solaris 8 SPARC, when i try to open the vncserver i get: Xvnc is not in your PATH, how do i add it to the PATH ? and how do i install it if i need to do that, thx (0 Replies)
Discussion started by: mads-nielsen
0 Replies

3. Solaris

Jumpstart sparc client using x86 server.

Can I use a Jumpstart enviroment on x86 to install a sparc64 client? The idea is to install Solaris in an virtual environment (Sun Virtual Box) running on a pc (AMD), configure a Jumpstart server, and have a SUN Ultra 60 (sparc64) installed via the Jumpstart server. The SUN has no cdrom... (4 Replies)
Discussion started by: eldiablo
4 Replies

4. Solaris

Sparc 20 Server and Drum Scanner...

I am looking for a free low overhead software to do basic TIFF-16 levels and to jpeg conversion. I know very little about the Solaris OS so any pointers in what 7.0 already provides and what free software is already out there for imaging and easy ftp is appreciated. We also want to do web... (0 Replies)
Discussion started by: aleatory
0 Replies

5. Solaris

Diskless RedHat from a SPARC server

Hi all having a problem getting the redhat image to actually start loding and i receive a TFTP:Access Denied error after the redhat diskless machine grabs an IP from the solaris server which has a small scope set up on it. Here is what I did: used 2 redhat machines and rsync'd a to a... (2 Replies)
Discussion started by: caddyjoe77
2 Replies

6. Hardware

sun sparc server hdd sled

does anyone know where to look for that piece of metal attached to hard drive that inserts it into server (fire v125)? I've tried ebay, with no luck. (seller requires verified paypal address which is unpossible here) (0 Replies)
Discussion started by: orange47
0 Replies

7. Solaris

SPARC Enterprise T5440 Server, can not power off

SPARC Enterprise T5440 Server, can not power off I connect to Service Processor via serial port and submit the following to boot the system, it boots fine but can not power off the system. Can someone help? The following takes me to unix login -> start /SYS -> start /SP/console... (6 Replies)
Discussion started by: paulk93
6 Replies

8. Emergency UNIX and Linux Support

Oracle/Xen/OVM/OCFS2/Multipath/SAN Problems

Setup: Multiple Virtual Machines running OEL5 / Oracle RDBMS 11.2 OVM 2 / Xen 3.4.0 Cluster consisting of 3 Machines Shared SAN Storage synced with OCFS2 SAN connected with 4GB FC on 4 Paths per LUN SAN target are 2 EMC Clariion mirroring each other The problems we're facing are that... (6 Replies)
Discussion started by: pludi
6 Replies

9. UNIX and Linux Applications

Suggestion on running critical Oracle DBs on OVM

Hello, We have few critical databases running on T series servers. Setup consists of LDOMS and zonemanager running on them and databases are running on their zones. We want to get away from this setup and looking for alternate solution to run our Oracle databases. One option is OVM from Oracle.... (7 Replies)
Discussion started by: solaris_1977
7 Replies
tt_message_xarg_add(library call)										 tt_message_xarg_add(library call)

NAME
tt_message_xarg_add -- add an argument with an XDR-interpreted value to a message object SYNOPSIS
#include <Tt/tt_c.h> Tt_status tt_message_xarg_add( Tt_message m, Tt_mode n, const char *vtype, xdrproc_t xdr_proc, void *value); DESCRIPTION
The tt_message_xarg_add function adds an argument with an XDR-interpreted value to a message object. To change existing argument values, the application must use only modes TT_OUT or TT_INOUT. Adding arguments when replying to a message produces undefined results. The m argument is the opaque handle for the message involved in this operation. The n argument specifies who (sender, handler, observers) writes and reads a message argument. The following modes are defined: TT_IN The argument is written by the sender and read by the handler and any observers. TT_OUT The argument is written by the handler and read by the sender and any reply observers. TT_INOUT The argument is written by the sender and the handler and read by all. The vtype argument describes the type of argument data being added. The xdr_proc argument points to the XDR procedure to be used to seri- alize the data pointed to by value. The value argument is the data to be serialized. RETURN VALUE
Upon successful completion, the tt_message_xarg_add function returns the status of the operation as one of the following Tt_status values: TT_OK The operation completed successfully. TT_ERR_MODE The specified Tt_mode is invalid. 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. TT_ERR_XDR The XDR procedure failed on the given data, or evaluated to a zero-length expression. SEE ALSO
Tt/tt_c.h - Tttt_c(5) tt_message_xarg_add(library call)
All times are GMT -4. The time now is 11:24 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy