Sponsored Content
Operating Systems AIX Hobbyist looking for AIX 5.3 licensing advice... Post 303041876 by vbe on Thursday 5th of December 2019 03:30:32 PM
Old 12-05-2019
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
These 2 Users Gave Thanks to vbe For This Post:
 

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
PSCAL(1)						      General Commands Manual							  PSCAL(1)

NAME
pscal - generates postscript showing your calendar for given year and month SYNOPSIS
: pscal [ -Pprinter ] [ -R ] [ -r ] [ -t ] [ -d directory ] [ other printer flags ] [ month [ year ] ] DESCRIPTION
: Pscal generates the Postscript showing a calendar for the specified month and year. The year, if omitted, defaults to the current year. If both month and year are omitted, the current month is printed. Year can be between 1753 and 9999. The month is a number between 1 and 12. I can also be a three letter month abbreviation. The calendar can be loaded with information from the user. The information either comes in an `Event' file or can be derived from files under the user's Calendar directory should this exist. The search for this data is as follows, if any of these succeeds the data for the calendar is taken from that source. 1) The shell variable EFILE may be set to the name of an Event file. 2) An event file called `Event' may exist in the current directory. 3) The file $HOME/.holiday may exist and contain a list of events. 4) The directory $HOME/Calendar (or a different directory specified with the -d option) may exist containing XCal files. An event file should consist of lines of the form month:day:message string Messages should be 20 characters or less, with no more than 6 messages per day. No spaces should appear from the beginning of a line until after the second colon. Month and day should be numbers in the obvious ranges. OPTIONS
-Pprinter The printer may be specified with the usual -Pprinter syntax. -r The calendar page is printed in ``landscape'' orientation (the default). -R The calendar page is printed in ``portrait'' orientation; this yields a slightly smaller image and may be more suitable for embedding into other documents. -d directory Use the given directory instead of $HOME/Calendar. -t Causes the PostScript to be sent to the standard output, rather than to the printer. This is useful if you wish to save the out- put in a file, or if you want to use options with the lpr(1) command. -F font Sets the font family for the title text (the month and year). -f font Sets the font family for the day-of-month numbers. Other arguments starting with `-' are passed through to lpr(1). Any argument whose first character is '-' is passed on to lpr. The shell variables BANNER, LFOOT, CFOOT, and RFOOT become a top centered banner, and left, centered, or right justified footers respectively. As in: BANNER="Schedule 1" CFOOT=Preliminary pscal 4 90 AUTHOR
Patrick Wood Copyright (C) 1987 by Pipeline Associates, Inc. Permission is granted to modify and distribute this free of charge. HISTORY
Original From: patwood@unirot.UUCP (Patrick Wood) Shell stuff added 3/9/87 by King Ables Made pretty by tjt 1988 Holiday and printer flag passing hacks added Dec 1988 by smann@june.cs.washington.edu Used the better looking version with 5 rows of days rather than 6 hacked together with holiday and banner/footnotes added by Joe (No Rela- tion) Wood, 12/89, jlw@lzga.ATT.COM BUGS
`Pscal' doesn't work for months before 1753 (weird stuff happened in September, 1752). A better format for the dates of holidays would be nice. An escape to allow holiday messages to be raw PostScript would also be nice. The holiday messages should be handled more intelligently (ie, the messages should be clipped to the day). 8/January/1990 PSCAL(1)
All times are GMT -4. The time now is 12:37 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy