Sponsored Content
Full Discussion: fileset for aix
Operating Systems AIX fileset for aix Post 302397942 by lo-lp-kl on Tuesday 23rd of February 2010 11:30:34 AM
Old 02-23-2010
fileset for aix

Hello

I was looking for this fileset "devices.fcp.changer"

I looking on the cd media but I cant findt it.

The version of Aix is 6.1

All this is because Im trying to connect a disk from Hitachi, everything its look to be fine. but when Im type cfgmgr I got this message.

Code:
cfgmgr
cfgmgr: 0514-621 WARNING: The following device packages are required for
        device support but are not currently installed.
devices.fcp.changer

Thanks for your comments

Last edited by zaxxon; 02-23-2010 at 12:40 PM.. Reason: use code tags
 

10 More Discussions You Might Find Interesting

1. AIX

GXT250 graphics card fileset

Hello there! Can anybody help me with regards to the driver of GXT250P graphics adapter. I have searched the web for the fileset devices.pci.14103c00 however no success was found. My current AIX version is 4.1.5 and my machine is 7043-140. My installation AIX CD is not working anymore, so I... (0 Replies)
Discussion started by: bright_genius
0 Replies

2. AIX

fileset missing

Hello I need to install this fileset on a server with Aix 5.1 bos.perf.diag_tool bos.perf.libperfstat I go to the link http://www14.software.ibm.com/webapp/set2/sas/f/genunix3/aixfixes.html and i find this fileset but the last version thatīs what i need the lastest one for both... (1 Reply)
Discussion started by: lo-lp-kl
1 Replies

3. AIX

Install fileset rsct.basic.rte

Hello! Please I need a help. AIX 5.2 5200-08 I don't have the fileset - rsct.basic.* installed and when I try to install from CD I have failure because some pre-requisists is necessary. In CD the version is rsct.basic.rte.2.3.1.0 and the pre-requisists is rsct.basic.rte.2.3.0.0. In... (6 Replies)
Discussion started by: clefeitosa
6 Replies

4. AIX

Fileset Dependency Tree and Rebooting

Does such a concept as a "fileset dependency tree diagram" exist? Where at the top of the tree you will find base OS filesets, then further down you will see specific files within the filesets. Basically I am wondering if installing APAR ____ or an individual fileset ____ has: all the... (1 Reply)
Discussion started by: apra143
1 Replies

5. AIX

modcrypt.base fileset on Aix 5.3

Hi, Looking for some help downloading the modcrypt.base fileset Checking on google I think modcrypt.base is part of the Aix 5.3 expansion pack Cryptographic Library V5.2 and 5.3. I have downloaded this and it doesn't appear to have the modcrypt.base fileset in. In the same expansion... (1 Reply)
Discussion started by: elmesy
1 Replies

6. AIX

broken fileset bos.net.ipsec.keymgt

hi Guys, after an TL update from ML3 to TL10, bos.net.ipsec.keymgt fileset got broken. Although IPsec is not used, we like to all installations identical. After removing the fileset, I tried to reinstall with options overwrite or 'automatically install prereq.' The installation fails. ... (2 Replies)
Discussion started by: raba
2 Replies

7. AIX

hacmp 6.1 base fileset

Hi Folks, We are at HACMP 5.4.1 .. want to upgrade to HACMP 6.1 where can i download the base level fileset for HACMP 6.1 ? do i need to request the vendor for 6.1 CD? am i missing a silverline here??? I thought i could just download the Base Level & Service PAcks from Fix... (1 Reply)
Discussion started by: muzahed
1 Replies

8. AIX

See Fileset Changelog

Hello, I have two AIX 5.3 systems. One is at Technology Level 6 Service Pack 5, and the other is Technology Level 12 Service Pack 3. I was hoping to find a changelog of fixes made for a specific fileset (bos.net.tcp.server) between these two versions, but I can only seem to find changes made in... (3 Replies)
Discussion started by: iissmart
3 Replies

9. AIX

Missing Base level fileset of bos.adt.debug

I need to install "bos.adt.debug" in AIX ( version 6100-06-05-1115). I found the right bff U818918 and I smitty to install it and encountered the "missing requisites" error as attached in which missing the "base level fileset" bos.adt.debug 6.1.0.0. And I couldn't find this fileset from the... (3 Replies)
Discussion started by: bshcheng
3 Replies

10. UNIX for Beginners Questions & Answers

Need fileset bos.adt.lIBM from AIX 5.3 (or just lIBM.a)

Hello, I'm in search of libm.a (from fileset bos.adt.libm) for AIX 5.3. It comes on the AIX 5.3 OS installation CD. The eBay reseller who pre-installed AIX 5.3 on my RS/6000 P43 didn't include this optional fileset when installing. I've been round and round with IBM sales (who send me to tech... (1 Reply)
Discussion started by: bminear
1 Replies
cfgmgr_set_status(9r)													     cfgmgr_set_status(9r)

NAME
cfgmgr_set_status - General: Reports failure to the cfgmgr framework SYNOPSIS
int cfgmgr_set_status( char *driver_name ); ARGUMENTS
Specifies the name of the device driver for which you want to report an associated failure. This name is a string that matches the string you specified for the entry_name item in the /etc/sysconfigtab database. Typically, third-party driver writers specify the driver name (followed by a colon) in the sysconfigtab file fragment, which gets appended to the /etc/sysconfigtab database during the driver product installation. DESCRIPTION
The cfgmgr_set_status routine reports to the cfgmgr framework that a failure has occurred during static configuration. If the specified device driver is in the static configuration state, it does not know that the configuration operation is complete until all register call- back requests (routines) have successfully completed. Therefore, a device driver calls cfgmgr_set_status to report a possible failure dur- ing static configuration to the cfgmgr framework. Specifically, cfgmgr_set_status performs the following failure operations: Adjusts the state of the specified device driver Unconfigures the specified device driver from the cfgmgr framework The cfgmgr_set_status routine calls the device driver's configure routine at its CFG_OP_UNCONFIGURE entry point as part of these failure operations. The code associated with the CFG_OP_UNCONFIGURE entry point is responsible for determining how to deallocate any allocated resources during these failure operations. The cfgmgr_set_status routine does not notify the operator of a configuration failure. Part of the code associated with the CFG_OP_UNCON- FIGURE entry point could include an error logging operation to record the fact that a failure has occurred. The reason for doing this is that the cfgmgr framework's task is to accomplish the unconfigure operation of a statically configured device driver. You call the cfgmgr_set_status routine in the device driver's callback routine when the static configuration operation fails. You register a callback routine by calling the register_callback routine. RETURN VALUES
Upon successful completion, cfgmgr_set_status returns the value ESUCCESS. This success value indicates that cfgmgr_set_status adjusted the state of the device driver and caused the cfgmgr framework to unconfigure the driver. Otherwise, cfgmgr_set_status returns one of the fol- lowing error constants defined in /usr/sys/include/sys/sysconfig.h and /usr/sys/include/sys/errno.h: The device driver that you specified in the driver_name argument does not exist. In this case, cfgmgr_set_status cannot adjust the state and unconfigure the device driver. The device driver that you specified in the driver_name argument was not statically configured. The device driver that you specified in the driver_name argument is not in the static configuration state. EXAMPLES
See Writing Device Drivers: Tutorial for a code example of the cfgmgr_set_status interface. SEE ALSO
Routines: cfgmgr_get_state(9r), register_callback(9r) cfgmgr_set_status(9r)
All times are GMT -4. The time now is 10:23 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy