Sponsored Content
Operating Systems AIX Hobbyist looking for AIX 5.3 licensing advice... Post 303041878 by bminear on Thursday 5th of December 2019 04:09:48 PM
Old 12-05-2019
Quote:
Originally Posted by vbe
If you can wait sometime beginning next year, I may have something...
I had to remove all my stuff from work, and filled 18 boxes... and now resting at the end of my garage, only I am lightly disabled an cannot lift or carry anything at the moment, I remembered having packed my CDs of Bull Aix 5.3 with extras as I was in charge of the Bull escalas series...
I did work on a 43P 19years ago, it was the console of our SP2 hehe
Thanks, I'll check back with you next year if I don't have some luck in the meantime. Just for fun I did another full loop with IBM. Started with Sales who then push me off to Tech Support, who then push me back to Sales. Since the machine and OS version is out of support they understandably don't know how to proceed. Solution just seems to be to get somebody's media, but I'm sort of a stickler for playing by licensing rules so don't feel great about that.
 

10 More Discussions You Might Find Interesting

1. HP-UX

Oracle licensing

Hello all. I have a question for you. What is the method of licensing for Oracle under HP-UX? Is it just the system name or does it include the IP address also? The reason that I'm asking this is that I'm trying to set up a DR type box. The company has a live K class (yes, that old) running a... (0 Replies)
Discussion started by: Struggling
0 Replies

2. HP-UX

hp-ux licensing

Hi Guys, Can someone please give me an introduction with hp-ux licensing? Is the licensing per user or per cpu or both? How do you push it on the server? Or is it included in the hardware price. Thanks in advance, itik (0 Replies)
Discussion started by: itik
0 Replies

3. Solaris

sun licensing

Hi Guys, Can someone please give me an introduction with Sun licensing? Is the licensing per user or per cpu or both? How do you push it on the server? Or is it included in the hardware price. Thanks in advance, itik (1 Reply)
Discussion started by: itik
1 Replies

4. AIX

AIX licensing management

Hi Guys, Can someone please give me an introduction with AIX licensing management with 4.x and 5.x? Is the licensing per user or per cpu or both? How do you push it on the server? Or is it included in the hardware price. Thanks in advance, itik (2 Replies)
Discussion started by: itik
2 Replies

5. HP-UX

HP-UX Reinstallation / Licensing

Hello, We have received a HP Integrity Server rx3600 (itanium architecture) that came with HP-UX on it. The installation of HP-UX is "broken" and it hangs and will not boot. The server did not come with any re installation media. I am just wondering, Legally and within ToS, can I do to restore... (3 Replies)
Discussion started by: 6L71
3 Replies

6. SCO

SCO Licensing

Hello all, I had a few questions about SCO 5.0.7 if anyone has the time. I have a POS system called RealWorld running on SCO 5.0.7. I have been using the EVAL60ENT code but it has expired and I'm tired of rebuilding/configuring that box from scratch - so I did a little googleing. I found a... (3 Replies)
Discussion started by: disisit69
3 Replies

7. AIX

need advice on AIX virtualization

Hi all, first of all, beg your pardon for dummy questions. Please help me to sort it out. I'm an internal consultant in a technology unit, and currently we are relocating some applications to another Data Center. In the old Data Center, applications are running on IBM AIX, mostly AIX 5.3. The... (10 Replies)
Discussion started by: Irishango
10 Replies

8. Shell Programming and Scripting

Perl 5.8.8 licensing issues

I have a question about the perl license on Solaris machine. The scenario is we have perl 5.6.1 installed on Solaris server. Our developers are planning to use a module which is not installed on the server. We did search CPAN website and found some availability matrix CPAN Testers Matrix:... (3 Replies)
Discussion started by: sudhiroracle
3 Replies

9. Red Hat

Licensing for RHEL

I wanted to know about licensing for RHEL. We have 3 RHELs as virtual machines using Vmware in our company. A 4th instance is required now but there is talk of not having the 4th license as we have only 3 licenses. Apart from this , I wanted to know how to actually practically enable a license for... (2 Replies)
Discussion started by: RHCE
2 Replies

10. AIX

AIX Hardware Migration w/ HACMP...Advice Needed

Hello Everyone, Hope you all are doing great! As you can see by the title on top, we are in the process of migrating alot of our servers from Power5 (physical) to Power8 (Virtual). Now it's turn for servers with HACMP Cluster on it. Let me lay out the environment like: OLD ENVIRONMENT: ... (12 Replies)
Discussion started by: uzair_rock
12 Replies
STG-PUSH(1)							   StGit Manual 						       STG-PUSH(1)

NAME
stg-push - Push one or more patches onto the stack SYNOPSIS
stg push [options] [<patch1>] [<patch2>] [<patch3>..<patch4>] DESCRIPTION
Push one or more patches (defaulting to the first unapplied one) onto the stack. The push operation allows patch reordering by commuting them with the three-way merge algorithm. If there are conflicts while pushing a patch, those conflicts are written to the work tree, and the command halts. Conflicts raised during the push operation have to be fixed and the git add --update command run (alternatively, you may undo the conflicting push with stg undo). The command also notifies when the patch becomes empty (fully merged upstream) or is modified (three-way merged) by the push operation. OPTIONS
-a, --all Push all the unapplied patches. -n NUMBER, --number NUMBER Push the specified number of patches. --reverse Push the patches in reverse order. --set-tree Push the patches, but don't perform a merge. Instead, the resulting tree will be identical to the tree that the patch previously created. This can be useful when splitting a patch by first popping the patch and creating a new patch with some of the changes. Pushing the original patch with --set-tree will avoid conflicts and only the remaining changes will be in the patch. -k, --keep Keep the local changes. -m, --merged Check for patches merged upstream. STGIT
Part of the StGit suite - see linkman:stg[1] StGit 03/13/2012 STG-PUSH(1)
All times are GMT -4. The time now is 09:26 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy