Sponsored Content
Operating Systems HP-UX Does HP-UX On Itanium always come with PA-RISC compatibility Post 302212725 by vbe on Tuesday 8th of July 2008 07:44:48 AM
Old 07-08-2008
If you want to read a bit more on the subject:
Aries Binary Translator
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Intel vs. RISC

I am in the process of starting to learn Unix. What is the major difference in the platforms/hardware? Would it be adventageous for me to start working with a cheap Sparc machine or should I just use my Intel machine to start learning? Any help would be appreciated. (11 Replies)
Discussion started by: amucci
11 Replies

2. AIX

Ibm Risc/6000 Os

:o Unix Sirs, :eek:RE: IBM RISC/6000 1990 Used on Application: Image buffer: 3D "Catia" (3D "Autocad" sim.) engineering C.A.D. Written by Deso. Cash prior to main frame dump:cool: * :oCan I purchase the oem operating system from you unix people? :cool: ... (1 Reply)
Discussion started by: penguins
1 Replies

3. HP-UX

please help need HP-UX 11 for PA RISC

Im not asking for an illegal copy (but from what i understand if i have the system its not illegal to give it to me) just how to get a copy of hp-ux period i have some old hp visualize systems based on the PA8500 400mhz cpu spent days on the phone with hp they no nothing and there website is a... (6 Replies)
Discussion started by: maliqua
6 Replies

4. HP-UX

How Many CPUs? (Itanium)

I've got a dual CPU Itanium server that we use for hosting our Oracle database. It's been up and running fine for quite some time. So well, in fact, that I haven't even looked at 'top' in a while. Recently I needed to look at 'top' and I only see one CPU listed now. CPU0. Is there any other... (5 Replies)
Discussion started by: deckard
5 Replies

5. HP-UX

HP-UX 11i v2 for PA-RISC

Hello, i trying to get HP-UX 11i v2 for PA-RISC. I`im to poor to buy this system, so I`am asking that someone can help me. best regards email removed (1 Reply)
Discussion started by: mruczas
1 Replies

6. HP-UX

Boot Options on HP PA-RISC and Itanium Servers

I've never really explored the options available in the boot firmware on our servers. Outside of needing to change boot device paths a few times for various reasons, I'm wondering what the implications are of turning off FASTBOOT. According to the man page for 'setboot', it seems that when... (1 Reply)
Discussion started by: deckard
1 Replies

7. HP-UX

Install tcsh on HP-UX 11.31 itanium

I have 2 servers , both are HP-UX specifications as follows : (1) HP-UX adroit B.10.20 A 9000/785 2013264127 one-user license (2) HP-UX xen B.11.31 U ia64 2662515494 one-user license First one has tcsh installed adroit:/home/seo/hitendra 22 ] which tcsh /usr/bin/tcsh But the... (1 Reply)
Discussion started by: hiten.r.chauhan
1 Replies

8. Shell Programming and Scripting

Need script for Itanium server

Hi, I have a folder that has the below 6 files. -rw-r----- 1 wlsuser users 32203 May 16 09:41 card_10.77.200.100.csv -rw-r----- 1 wlsuser users 104119 May 16 09:42 card_135.57.206.116.csv -rw-r----- 1 wlsuser users 12412 May 16 09:42... (3 Replies)
Discussion started by: mohtashims
3 Replies

9. HP-UX

PDFtk for HP-UX 11.31 Itanium 64

Hi Unix and HP-US experts, I have a need to encrypt/give password to PDF files in HP-UX servers, but unfortunately I am new to unix and hp-ux. My server is HP-UX 11.31 running on Itanium 64 bit architecture. I have downloaded and installed PDFtk from this link:... (1 Reply)
Discussion started by: villium
1 Replies
intro(3C)																 intro(3C)

NAME
intro - introduction to subroutines and libraries DESCRIPTION
This section describes functions found in various libraries, other than those functions that directly invoke HP-UX system primitives, which are described in Section(2) of this volume. Certain major collections are identified by a letter after the section identifier(3): (3C) These functions, together with the Operating System Calls and those marked(3S), constitute the Standard C Library, which is automatically loaded by the C compiler, cc(1). Declarations for some of these functions can be obtained from files indicated in the appropriate entries.(3E) These functions constitute the ELF access library which lets a program manipulate ELF (Executable and Linking Format) object files, archive files, and archive members. The link editor searches this library if the option is specified. The header file provides type and function declarations for all library services (described in elf(3E). (3G) These functions constitute the graphics library and are documented in separate manuals.(3I) These functions constitute the instrument support (Device I/O) library.(3M) These functions constitute the Math Library, The link editor searches this library if the option is specified. Declara- tions for these functions are available in the header files and Several generally useful mathematical constants are also defined in (see math(5)). (3N) These functions are applicable to the Internet network and are part of the standard C library, (3S) These functions constitute the ``standard I/O package'' (see stdio(3S)). These functions are in the library already men- tioned. Declarations for these functions can be obtained from the file(3T) These functions constitute the Pthreads Library. The link editor (see ld(1)) searches this library if the option is spec- ified. See pthread(3T) for more detailed information on threads.(3X) Various specialized libraries. The files in which these libraries are found are specified in the appropriate entries. DIAGNOSTICS
Functions in the C and Math Libraries, (3C) and(3M), may return the conventional values or when the function is undefined for the given arguments or when the value is not representable. is defined as in the header file. Functions in the Math Library may also return or a In these cases, the external variable (see errno(2)) may also be set to the value [EDOM] or [ERANGE]. FILES
(For PA-RISC systems.) Standard I/O, operating system calls, and general purpose routines archive library. (For PA-RISC systems.) Standard I/O, operating system calls, and general purpose routines shared library. (For Itanium(R)-based systems.) Standard I/O, operating system calls, and general purpose routines 32-bit and 64-bit shared libraries. (For PA-RISC systems.) CRT screen handling shared library. (For Itanium-based systems.) CRT screen handling 32-bit and 64-bit shared libraries. (For PA-RISC systems.) ELF archive library. (For PA-RISC systems.) ELF shared library. (For Itanium-based systems.) ELF 32-bit and 64-bit shared libraries. (For PA-RISC systems.) SVID3, XPG4.2, and ANSI C compliant math archive library. (For PA-RISC systems.) SVID3, XPG4.2, and ANSI C compliant math archive library. (For Itanium-based systems.) SVID3, XPG4.2, and ANSI C compliant 32-bit and 64-bit math shared libraries. SEE ALSO
ar(1), elf(3E), ld(1), nm(1), intro(2), stdio(3S), hier(5), math(5), thread_safety(5), introduction(9). Web access to HP-UX documentation at intro(3C)
All times are GMT -4. The time now is 05:34 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy