Sponsored Content
Full Discussion: AIX-DualBoot on IBM F80
Top Forums UNIX for Advanced & Expert Users AIX-DualBoot on IBM F80 Post 4804 by sparky on Tuesday 31st of July 2001 10:26:00 PM
Old 07-31-2001
Did you do an alt_disk_installation of 5.1? Did it go in clean? Still waiting on AIX 5, but have moved from 4.3.3.0 to 4.3.3.0.06 with alternate disk installation without issues. Is there any overlap of PV's between 4.3.3 and 5's rootvgs?
 

10 More Discussions You Might Find Interesting

1. AIX

Help-----ibm Aix???

:confused: Hello everybody, I am a totel dummy when it comes to UNIX!!! Must be wondering what I am doing here right? I'm most keen on knowing about-it-all. I need help. Wanna know all about the IBM AIX. The versions, the latest. Please tell me how do I go about my search. Thanks a... (3 Replies)
Discussion started by: rtanuja
3 Replies

2. UNIX for Advanced & Expert Users

how is IBM-AIX better..?

why IBM-AIX is preferred over HP-UX ..... In what way it is better for infrastructure......? Suggestions are welcome... Suggest you read the RULES (0 Replies)
Discussion started by: bishweshwar
0 Replies

3. AIX

{wta}ibm F80-7025

Hi all pros, I'm new here, sorry in advance if i ask in the wrong place. I would like to ask any pro know which forum have discuss about the IBM F80-7025 in AIX system? Thx in advance! KK (1 Reply)
Discussion started by: kksoon
1 Replies

4. AIX

ibm aix L1

hello all, can anyone send me ibm aix L1 interview questions... thank u guys...jiyojith (0 Replies)
Discussion started by: jiyojith
0 Replies

5. UNIX and Linux Applications

debian boot failed on IBM RS6000 7025 F80

Hi everybody. I have an old IBM RS6000 Model 7025 F80 with AIX 4.3.3 installed with 2 primary scsi disks. I want to install linux (any flavor) on it. I downloaded and burned an iso image of debian (http://cdimage.debian.org/debian-cd/4.0_r4a/powerpc/iso-cd/debian-40r4a-powerpc-netinst.iso),... (3 Replies)
Discussion started by: pitagoras
3 Replies

6. AIX

IBM AIX on IBM Eseries & x series server

Hi, I want to know whether IBM AIX can be installed on the IBM e series and x series server hardware? Thanks & Regards Arun (2 Replies)
Discussion started by: Arun.Kakarla
2 Replies

7. AIX

AIX IBM I and LINUX

As I know PowerVM supports these OS's AIX IBM I and LINUX but is there any blade or other hardware that allows us to use all these OS's (1 Reply)
Discussion started by: Vit0_Corleone
1 Replies

8. AIX

pwage-aix for IBM AIX servers

This is the password aging script for aix just completed. So far tested and still testing on one of our aix server running 5.3.0.0. So anyway as you can see it is very similar to pwage-hpux-T the only difference on aix /etc/passwd file looks in this format. Also for this script to work you need to... (0 Replies)
Discussion started by: sparcguy
0 Replies

9. AIX

IBM AIX 5.3 Display

Hi, all! I am new in IBM AIX 5.3. I tried to activate graphical display when connected to my UNIX server. 1) I downloaded Putty to connect to my UNIX server. 2) Then I downloaded Xming and installed it. After that I installed Xming fonts. 3)Then I downloaded AIX fonts and put them into... (7 Replies)
Discussion started by: Debuger
7 Replies

10. AIX

IBM Virtual Machine OS on intel x86 and x64? IBM AIX OS on IBM Virtual Machine?

Hi There, I have zero information and zero knowledge for IBM virtual machine except Amazon cloud and VMware ESXi (Only Linux OS available). Anyone could provide me the following answer - Can IBM VM been deploy on X86 and X64 (Intel Chip)? If answer is yes any chance to deploy AIX OS... (13 Replies)
Discussion started by: chenyung
13 Replies
pfm_rls_cleanup(3ncs)													     pfm_rls_cleanup(3ncs)

Name
       pfm_rls_cleanup - release clean-up handlers

Syntax
       #include <idl/c/base.h>
       #include <idl/c/pfm.h>

       void pfm_$rls_cleanup(cleanup_record, status)
       pfm_$cleanup_rec *cleanup_record;
       status_$t *status;

Arguments
       cleanup_record	   The clean-up record for the first clean-up handler to release.

       status		   The	completion status.  If status is pfm_$bad_rls_order, it means that the caller attempted to release a clean-up han-
			   dler before releasing all handlers established after it.  This status is only a warning; the intended clean-up  handler
			   is  released,  along with all clean-up handlers established after it.  If the completion status returned in is equal to
			   status_$ok, then the routine that supplied it was successful.

Description
       The routine releases the clean-up handler associated with cleanup_record and all clean-up handlers established after it.

Diagnostics
       This section lists the status codes for errors returned by this routine in

       pfm_$bad_rls_order  Attempted to release a clean-up handler out of order.

       pfm_$cleanup_not_found
			   There is no pending clean-up handler.

       pfm_$cleanup_set    A clean-up handler was established successfully.

       pfm_$cleanup_set_signalled
			   Attempted to use pfm_$cleanup_set as a signal.

       pfm_$invalid_cleanup_rec
			   Passed an invalid clean-up record to a routine.

Files
See Also
       intro(3ncs)

															     pfm_rls_cleanup(3ncs)
All times are GMT -4. The time now is 09:31 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy