Sponsored Content
Operating Systems HP-UX Downloading or purchasing HP-UX for HP Integrity rx4640 Post 303029473 by vbe on Sunday 27th of January 2019 08:57:31 AM
Old 01-27-2019
Your only chances are either ask HP, or find someone with the CD / DVD ... You can install HP-UX 11iv3... Now thats ages I havent been looking at how were done the CD for 11i after v1 but till then you had no keys asked for the core OS which is what you are looking for after its $$$ depending on what options you want...
These 2 Users 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
GCORE(1)						      General Commands Manual							  GCORE(1)

NAME
gcore - get core image of running process SYNOPSIS
gcore [-s][-c core] pid DESCRIPTION
gcore creates a core image of each specified process, suitable for use with adb(1). By default the core image is written to the file <pid>.core. The options are: -c Write the core file to the specified file instead of <pid>.core. -s Stop the process while creating the core image and resume it when done. This makes sure that the core dump will be in a consistent state. The process is resumed even if it was already stopped. Of course, you can obtain the same result by manually stopping the process with kill(1). The core image name was changed from core.<pid> to <pid>.core to prevent matching names like core.h and core.c when using programs such as find(1). FILES
<process-id>.core The core image. BUGS
If gcore encounters an error while creating the core image and the -s option was used the process will remain stopped. Swapped out processes and system processes (the swapper) may not be gcore'd. 4.2 Berkeley Distribution April 15, 1994 GCORE(1)
All times are GMT -4. The time now is 08:56 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy