Sponsored Content
Operating Systems HP-UX Downloading or purchasing HP-UX for HP Integrity rx4640 Post 303030836 by vbe on Sunday 17th of February 2019 07:41:09 AM
Old 02-17-2019
As you mention its a RX---- that means to me a itanium architecture which I am not familiar with ( only had one box and wasnt me that did the install...) I have no idea how the licensing works in such case, but it seemed to me that it depends more on the products ( which of course can depend on how many cores...), to my knowledge a basic core OS for scientific use was almost free (came with the box... and CD was free of code ) but once you had mission critical server etc... you pay a lot... now its more what do you have in each bundle
Core OS is as its name mentions all the OS but without any optional ... Important? well depends your expectations, you have all the HP-UX but without what can be (very ) useful when you talk about production box: e.g. you wont have mirror-ux nor online-JFS etc...
You cant survive as a production box without VG00 on 2 separate disks in mirror ( my point of vue...)
having to unmount filesystems ( and so interrupting users/applications access ...) to modify the logical volume or filesystem will rapidly get on your nerve not mentioning the case of /var where you will almost have to go single user...
I remember some bundles were for java/web servers but not sure that it was at extra cost and some for RDBMS ( maybe included some extra C libraries to compile or link oracle stuff... When you add HA packages is when all gets expensive as clusters are not cheap... and virtualisation options....

I used to order systematically the mission-critical OS bundle which comprises those 2 options plus maybe others to me not that important but there in case...
This User Gave Thanks to vbe For This Post:
 

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

purchasing a unix account

i just want to know if there is any place that i can purchase a unix account to use for life. i don't like the hassle of changing my email address every time i enter a new university/workplace, and i'd like some place to store files that i can access around the world. thanks! (2 Replies)
Discussion started by: 1515
2 Replies

2. Solaris

Purchasing Solaris Software

I am traditionally from the world of HP-UX, but have inherited seven Sun servers - a mixture of V120 and V240 servers. They have not been on software support with Sun/Oracle and I now need to purchase the latest versions of Solaris to put on them rather than put them back on support. Does... (3 Replies)
Discussion started by: marcusfra
3 Replies

3. HP-UX

FAULTY DISK replacement HP rx4640

Hello, I'm new to this forum and as you will see from my question I'm new to UNIX as well. One of our costumers has HP rx4640 running on UNIX with two 300GB hot-swappable disks that are mirrored. They reported to us that one of the disks is faulty and they want us to take care of it. Below is... (16 Replies)
Discussion started by: gjk
16 Replies
glutButtonBoxFunc(3GLUT)					       GLUT						  glutButtonBoxFunc(3GLUT)

NAME
glutButtonBoxFunc - sets the dial & button box button callback for the current window. SYNTAX
#include <GLUT/glut.h> void glutButtonBoxFunc(void (*func)(int button, int state)); ARGUMENTS
func The new button box callback function. DESCRIPTION
glutButtonBoxFunc sets the dial & button box button callback for the current window. The dial & button box button callback for a window is called when the window has dial & button box input focus (normally, when the mouse is in the window) and the user generates dial & button box button presses. The button parameter will be the button number (starting at one). The number of available dial & button box buttons can be determined with glutDeviceGet(GLUT_NUM_BUTTON_BOX_BUTTONS). The state is either GLUT_UP or GLUT_DOWN indicating whether the callback was due to a release or press respectively. Registering a dial & button box button callback when a dial & button box device is not available is ineffectual and not an error. In this case, no dial & button box button callbacks will be generated. Passing NULL to glutButtonBoxFunc disables the generation of dial & button box button callbacks. When a new window is created, no dial & button box button callback is initially registered. SEE ALSO
glutDialsFunc, glutDeviceGet, glutSpaceballButtonFunc, glutTabletButtonFunc AUTHOR
Mark J. Kilgard (mjk@nvidia.com) GLUT
3.7 glutButtonBoxFunc(3GLUT)
All times are GMT -4. The time now is 03:07 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy