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
BUNDLE(1)																 BUNDLE(1)

NAME
bundle - Ruby Dependency Management SYNOPSIS
bundle COMMAND [--no-color] [--verbose] [ARGS] DESCRIPTION
Bundler manages an application's dependencies through its entire life across many machines systematically and repeatably. See the bundler website http://gembundler.com for information on getting started, and Gemfile(5) for more information on the Gemfile for- mat. OPTIONS
--no-color Prints all output without color --verbose Prints out additional logging information BUNDLE COMMANDS
We divide bundle subcommands into primary commands and utilities. PRIMARY COMMANDS
bundle install(1) bundle-install.1.html Install the gems specified by the Gemfile or Gemfile.lock bundle update(1) bundle-update.1.html Update dependencies to their latest versions bundle package(1) bundle-package.1.html Package the .gem files required by your application into the vendor/cache directory bundle exec(1) bundle-exec.1.html Execute a script in the context of the current bundle bundle config(1) bundle-config.1.html Specify and read configuration options for bundler UTILITIES
bundle check(1) Determine whether the requirements for your application are installed and available to bundler bundle list(1) Show all of the gems in the current bundle bundle show(1) Show the source location of a particular gem in the bundle bundle outdated(1) Show all of the outdated gems in the current bundle bundle console(1) Start an IRB session in the context of the current bundle bundle open(1) Open an installed gem in the editor bundle viz(1) Generate a visual representation of your dependencies bundle init(1) Generate a simple Gemfile, placed in the current directory bundle gem(1) Create a simple gem, suitable for development with bundler OBSOLETE
These commands are obsolete and should no longer be used o bundle lock(1) o bundle unlock(1) o bundle cache(1) June 2012 BUNDLE(1)
All times are GMT -4. The time now is 09:49 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy