Skip to main content.

Job Scheduling < Basics < Supported OS < Unix < AIX < comp.unix.aix Google Group

Need help: AIX 5.1 network connection to internet behind router

Hi,
I have only minimal AIX knowledge but am slowly learning.
What I want to do is get an internet connection on the AIX
box.
I have an IBM 43P Model 140 running AIX 5.1.
I have it plugged into my home network. I have cable
internet (Rogers, Canada) and therefore use a cable modem
which connects to a 4 port wired router (LinkSys BEFSR41 V3

 Lire l'article

  comp.unix.aix Google Group

IBM's version of UNIX.

Voir toute l'actualité

3 juillet 2009 : how to config NIM Server?

hi friends, I want to know about the NIM server. and how it works & configuration. Can any one guide me how to configure the NIM server on IMB AIX 5.3 server. below i have give the server detail. OS : AIX 5.3 RAM : 4 GB HDD : 10 GB, 25 GB scsi Model : F50 thank (...)

3 juillet 2009 : Cloning an AIX system fails

I'm trying to clone an AIX installation. currently it's running on an H80, and I'm trying to clone it onto a p5-550 I boot from the AIX install CD, go to Maintentance Mode, Restore System Backup, point it to the mksysb image I've created on CD from the H80. It reads (...)

2 juillet 2009 : Latest Dumps Pls?

Hi friends, I need the latest dumps for writing the online ibm certification on system p administrator. can any one give the latest dumps for the 223 exam. it will very helpful to me.

2 juillet 2009 : Dump memoy

Hi All System : AIX 5.3 How to dump memory ? I checked below url, before dump, need to STOP the process. After dump, can kill -CONT continous the process again ? How to Dump the process image for AIX ? Also, when one of process have core dump, Can dd possible to dump memory ? (...)

1er juillet 2009 : Two default gateway

Hi, AIX 6.1 I changed my AIX box from a VLAN to another VLAN. Seems OK, but after there are two default gateway, weird ? I did: and it is ok but lost after a reboot How can I get rid off the first default gateway permanently ? Thanks in (...)

1er juillet 2009 : AIX, JFS 2, Snapshots and power loss

I have recently been tasked with improving the backup strategy of a legacy server supporting 150 users via a terminal based interface. The issue is currently that the server has a single backup taken at 2am, and due to the nature of the application suite and languages involved (each (...)

1er juillet 2009 : Braces not expanding in shell script

We have migrated from hp-ux to aix. Some of the shell scripts are not working on AIX shell for example du -k /dir1/db*/data/*/*.type1,.typ e2,.type3 used to expand and produce du -k for each type of file this is not happening on AIX, Usage of braces looks different in aix. (...)

29 juin 2009 : Will a 3-B PCI 8port serial and a 16port remote async node (09P4096) work?

Hi, I've gathered two rather odd pieces separately and wonder if they will actually work together. One is a 16port serial interface box called "remote async node" - it seems it can be daisy-chained to hook up 128 terminal ports to a RS/ 6000 box. It came with AIX drivers and seems (...)

27 juin 2009 : ssh without password

Hi, You can login without password in ssh,here are the step follows 1.Login to the ssh server with your client. 2.Generate ssh key pairs navigate to link to more about the topic [link] Thanks smartproteam.com click here to join the group (...)

27 juin 2009 : Shell script to ping multiple hosts

Hi, you can find shell script to ping multiple hosts Script to ping multiple host . first step follows click below link to see the shell script [link] Thanks smartproteam.com click here to join the group [link]

27 juin 2009 : svmon command -O option does not work

Hi All, yet again I need the help of this talented aix group. Our WebLogic Server installation has failed, because it has run out of memory. Reading the official IBM AIX documentation I realized, that I can list those processes that are eating up the most memory (top 15 consumers): (...)

26 juin 2009 : Linker questions

I don't run AIX, but are looking to find out what flags would be used to build a shared library on AIX. 1) Do most people use the GNU linker, or IBM's linker? 2) Can someone post the output of 'man ld' 3) Does anyone know the IBM linkers equivalent of these GNU linker (...)

26 juin 2009 : What's the output of uname on AIX ?

I don't have a box running with AIX on it. If one was just to type 'uname', with no options, what would it return? I'm looking to check for an AIX system in a shell script.

25 juin 2009 : strange route issue in powerha 5.4?

hi all we upgraded hacmp(powerha) from 5.2 to 5.4 recently . during the failover testing, we found a strange network issue. after standby node took service ip address (172.15.100.8) online at standby NIC, we were able to log in the standby node by telnet 172.15.100.8 which stays at (...)

25 juin 2009 : AIX 6.1

Hi, Can someone provide me an URL to download AIX 6.1. Also, could you provide me supported PowerPC platforms of AIX 6.1. TIA, Prem

23 juin 2009 : Printing to a wireless label printer

Hello, We have a small wireless DYMO label printer hooked up (somehow) to a pingable JetDirect card on our network that I am trying to print to from AIX 5.3 to this wireless device. Has anyone been able to do this? I remember hearing a while back that somehow the job needed to be (...)

23 juin 2009 : Users Account Migration from AIX 5L to AIX 6.1

Hi to all, We have an older server and try to move the content to a new LPAR on another machine. We install all the necessary s/w to new server, and now it is time to copy the web content to the new server. However at this point, we want to keep the ownership, group, history information (...)

23 juin 2009 : What is latest full version for AIX xlC V8.0

Hi, What is latest full version for AIX xlC V8.0 ? IBM XL C/C++ Enterprise Edition V8.0 for AIX Version: 08.00.0000.???? Thanks Alex Vinokur

23 juin 2009 : monitoring performance

I am having an issue on an AIX 5.3 machine where in the middle of the night some times processes are taking to long to complete. I see that AIX has a tool called topas, which shows a lot of good information. Is there a way I can re-direct the topas output to a file (say a snap shot (...)

22 juin 2009 : Error message: 1540-0701 (S) The limit on nested template instantiations has been exceeded

AIX ilibm016 3 5 0004F43AD400 IBM XL C/C++ Enterprise Edition V8.0 for AIX Version: 08.00.0000.0000 Here is some program --- prog.cpp --- template int foo() return (foo() + 2); template int foo() return 0; int main() int value = foo(); return value; (...)

22 juin 2009 : Undefined symbol of externs

Hi I met a problem of using xlC to compile a C++ program on AIX. During the link stage, ld complains: ld: 0711-317 ERROR: Undefined symbol: prog_name ... This happened when a .cpp(supposing a.cpp) file is compiled&linked with a library(supposing libfoo.a). The symbol prog_name (...)

21 juin 2009 : command to know restart time?

Hi Friends, I am newbie to this aix world. i want to know, is they a command to find the server restart time. if so, then what is the command? can any one help me in this? Commands i want to know: How much time will take to restart the server? How long a server is running? How (...)

20 juin 2009 : FYI: AIX iSCSI Target - backend support for flat files.

With AIX 6.1 TL3 and AIX 5.3 TL10 AIX supports now flat files as target back ends for iSCSI initiators. This would allow us to use a cluster filesytem like GPFS as a storage for iSCSI boot disks ( flat files ). * Thus in a GPFS environment a few iSCSI Target / GPFS server could act as (...)

20 juin 2009 : /etc/rc.d directory

All: I have a script that starts a samba service. When my AIX 5.3 machine is re-booted I want to execute this script. Am I correct to assume that I can place my script in anyone of these directories (see below) and this will run my script? ./rc2.d ./rc3.d ./rc4.d ./rc5.d (...)

19 juin 2009 : P550 Crash - server stuck with B150F22A startup code...unable to boot from diag CD

Guys, I've done some research on this problem and it appears the B150F22A problem can be attributed to firmware and can possibly be resolved by applying a more up to date version. However on the serial console i'm unable to see any startup codes after i've told the server (...)

19 juin 2009 : Port already in use (1099)

Hi, I tried to start an rmiregistry, that would like to use its standard 1099 port. But rmiregistry could not start, because this port was already in use. It seems, that an other process already used the same port (it might be Tivoli). My question: which is the best way to get to know (...)

18 juin 2009 : LED hang 0088 with nim mksysb install

I've been trying to take a mksysb image on an old p650 and restoring it to a p520 using the procedure in the NIM a-z redbook for AIX 5.3 "Cloning NIM clients using mksysb" and when the boot on the client p520 begins, and I see the % tasks completed screen, it hangs with a LED (...)

18 juin 2009 : Host ethernet adapter

Hi having a quad port HEA (ent0 - ent3) and try to change speed from auto_negotiation to 100_full_duplex, because one of the used switches are only able to work with this speed. smitty devices offers only auto_negotiation. Is it possible to change speed? To complete my confusion: (...)

17 juin 2009 : ent vs en

I am a little confused on the terminology IBM uses for interfaces. Many places the interfaces are known as en and at many they are called ent. What I want to know is , are these totally interchangeable ? Do the names mean same for the same number. Like ent0 is same as en0 . If so is (...)

16 juin 2009 : hello i'm new jeje

i want to know who can i install a browser, my aix dont have a browser and i dont have the cd installation, now how can i install mozilla for example, by the way de aix have internet.... Thanks for the help =)

16 juin 2009 : Change FC Adapter configuration

Hello there, Anybody knows how to change 'init_ink' parameter from "Auto" to "al" on a FC Adapter even though the parameter is set as "False"? OS=AIX 6.1 Thanks in advance bus_intr_lvl Bus interrupt level False bus_io_addr 0xff800 Bus I/O address (...)

16 juin 2009 : Problem with Intellistation 275

Hi, I've got an Intellistation 275 here that won't start up. When I connect a power cable, some fan begins to spin and the display shows two dots "moving" from left to right. I don't see any lights or any sign of "OK" on the display, just those dots. Pressing any buttons (...)

16 juin 2009 : getprocs64 on AIX 5.3 fix pack 10 isn't working as expected

Hello, My c skills are pretty weak so I'm looking for some assistance in what may be a simple mistake. I have an application that collect process data and it is core dumping on a single box that is at a higher fix pack then the other boxes I support. I've narrowed the problem (...)

16 juin 2009 : Problem of performance of I/O in AIX 6.1

Hello: First of all, sorry for my english. We have a performance problem about I/O over AIX 6.1 Our system in production, a Pseries 9117-570 (a power 5 host) , is faster than new one 9117-MMA (a power 6 host) when doing I/O working processes. The storage subsystems is the same in both (...)

16 juin 2009 : File systems don't MOUNT at sys restart in 5.3

I began having a problem that several file systems started NOT mounting after a system restart using AIX 5.3.0 How can I trouble shoot this issue. It will let me manually mount them after the system is restarted, but it is a (...)

14 juin 2009 : Enhanced C|oncurrent mode VG and importvg?

Guys Can an enhanced concurrent mode VG , present on a AIX 5.2/HACMP 5.2 be imported into an AIX 5.3 node ( which does not have any HACMP instlled)? Or hacmp is mandatory for importing an enhanced concurrent mode volume groups? Any (...)

13 juin 2009 : services start automatically in AIX

Hi, I'm a newbie in AIX 5.3 and I'm working to define the services that start automatically after a reboot. In RedHat, we can look in /etc/rc.d/rc5.d or /etc/rc.local or /etc/ inittab by example for level 5. But in AIX, I checked the content of /etc/rc.d/rc5.d and there are (...)

12 juin 2009 : NTP gotcha

silly me :) have a Management LPAR (NIM etc) and had this synchronising to an NTP service. The other LPAR's (about 15) sync' NTP via an internal management network to the Management LPAR. Normally this is not a problem. Except we lost power. Took a while to get on-site. The (...)

12 juin 2009 : Netperf 2.4.5 is released

Folks - It has been entirely too long, but I've finally declared the release of netperf 2.4.5. You can obtain the sources either via subversion from: [link] or you can obtain either a compressed tar or zip file from: [link] where you may chose from netperf-2.4.5.tar.bz2, (...)

11 juin 2009 : Difference between Interactive and Non Interactive user id's

Hi can someone let me know the difference between the Interactive and Non Interactive user id's? per my understanding, interactive id is something which require access to SHELL or execute from SHELL. Thanks, Naru

11 juin 2009 : __TIMESTAMP__ on xlC v8.0 indicates last compilation, not last modification

Hi, Macros __TIMESTAMP__ should indicate the date and time when the source file was last modified. AIX ep5710g 3 5 IBM XL C/C++ Enterprise Edition V8.0 for AIX Version: 08.00.0000.0014 However on v8.0 actually __TIMESTAMP indicates the date and time when the source file was last (...)

10 juin 2009 : Error code

To: comp.unix.aix Got an error code on my system p5 (9131-52A): BFE4C025 Sysplanar0 Undetermined error Systemboard fault? Any one have suggestions? Thanks. --- Synchronet 3.14a-Win32 NewsLink 1.85 [link] - telnet://tek1systems.com

10 juin 2009 : Compiling a program using perfstat API.

I have a C program that uses perfstat API. It is compiled on a PowerPC_POWER4 and runs on both POWER4 and POWER5 machines. Both on version 5.3. The POWER4 machine is dedicated capped partition. The POWER5 machine is uncapped shared SMT. The C compiler is only on the POWER4. I have (...)

9 juin 2009 : porting software to AIX - flow control

I'm working on adding AIX support to lcdproc, but have run into differences between how Linux, et al, support flow control (termios.h struct termios) vs how AIX does it (termiox.h struct termiox). This is a new area for me, so I was hoping someone could point me to a good resource (or (...)

9 juin 2009 : Unique solutions for backup/recovery and security

Hi If interested to read about some unique solutions involving AIX, linux , storage, have a look at my personal blogs: [link] Regards

9 juin 2009 : AIX as a NIS client to a Linux NIS master

Im having some problems here: I have recently added an AIX 5.3 machine to our existing NIS domain. ypcat passwd shows all the NIS users. From the aix box I can su to any of the accounts. When i try to remote into the box using a NIS account, I get 3004-007 You entered an invalid login (...)

9 juin 2009 : Trace auto reboot

Hi, We have a p650 server operating AIX 5.1. It auto reboots ifself occassionally (around 2 months time). I suspect there must be a process did it becasue the "last shutdown" command shows "~" sign in the second column. I intend to move away the shutdown command and create a shutdown (...)

7 juin 2009 : [retro] AIX 3.2.5 + automount ?

hello group, I have this 320H up and running under 3.2.5 (of 1994 vintage). When I try to start the onbord automount daemon /usr/sbin/automount -v -T -f /etc/auto.master it keeps telling me: nfs_mount: 109 error while mounting (pid8050@/s): Function not implemented Syslog says in (...)

6 juin 2009 : Linking with .so library without prefix

Hi (And sorry for my horrible english), I compile a foo.so shared library, without the lib prefix. Then I want to link it with a program (using aix ld/aix compiler). Today it is done by simply put foo.so on the command line, without using the -l option. As foo.so is in the current (...)

6 juin 2009 : AIX and printing

Is there a god resource for AIX printing on the net? I dont want to ( but will if I have to ) get into the internals of printing. I just want it to work. A predecessor set up the way we print but did not document the hows or the whys.... We have these overlays which are sent to our HP (...)

5 juin 2009 : Sinful Tank Tops (WWW.EdHardy4Sale.COM) Wholesale Sinful Clothing

Sinful Tank Tops (WWW.EdHardy4Sale.COM) Wholesale Sinful clothing (WWW.EdHardy4Sale.COM) Sinful clothes at discount cheap price Cheap Sinful clothes (WWW.EdHardy4Sale.COM) Wholesale Sinful clothing (WWW.EdHardy4Sale.COM) Discount Sinful (WWW.EdHardy4Sale.COM) Long Sleeve Shirts (...)

5 juin 2009 : How-to recover a harddisk

Hi, Let me explain my problem: - we have 2 Pserver P5 with AIX 5.3 (each have 2 disk with mirroing activated) - the motherboard of one of the server just goes out The question now: - i want to recover the contents of the harddisk - i want to put one of the disk in the other (...)

4 juin 2009 : What keyboard was shipped with the 6E3?

Hi, I picked up a nice used 6E3 for about $450, but the shipper sent a generic keyboard and mouse (the kind that's normally used with regular PCs). I haven't gotten this yet, but not sure it'll work optimally with AIX. Besides, I've always liked IBM's keyboards and (...)

4 juin 2009 : Problem using an NFS4 exported filesystem from AIX to Linux

I am using Redhat Linux client with kernel 2.6.18-128.1.10.el5 , nfs- utils-lib-1.0.8-7.2.z2 nfs-utils-1.0.9-40.el5. AIX Server is on v5.3 (5300-09-01-0847.) I can mount an filesystem exported by NFS4 from the AIX Server onto the Linux machine but all user and group names show as (...)

4 juin 2009 : AIX 6.1 and JFS2 Snapshots

Hi all: Vital information, AIX 6.1 TL01 SP01, jfs2 accessing snapshots via the .snapshot directory, i.e. not a snapshot Logical Volume. I have been working on testing it out and looking at how to automate backing up the snapped file system. So far, Netbackup does not seem to allow (...)

2 juin 2009 : AIX lpr command

Hi All Today, I testing lpr command on AIX 5.2 and AIX 5.3. lpr -Pprinter file.txt In AIX 5.2 the header page , print FLAG Values Z=!, - Header page ok, but without form feed to next page. Part of page 1 print on header page In AIX 5.3 , the header page, print FLAG Value Z=+ - (...)

2 juin 2009 : Conflict between AIX-file syms.h and xerces-file Token.hpp

Hi, We have conflict between AIX-file syms.h and xerces-file Token.hpp. That conflict causes compilation error. AIX ep5710g 3 5 00C58FE04C00 Here is a piece of code from file /usr/include/syms.h on AIX /* Obsolete definitions--not defined for XCOFF64. */ /* * The fundamental type (...)

1er juin 2009 : RS/6000 3CT error

Hi, I've got an RS/6000 3CT that doesn't power up. It stops with a LED display of flashing 888. After a couple of reset presses I get the following LED sequence: 103-145-912-c01-100-200 can anybody tell me what's wrong with the box? thanks, (...)

29 mai 2009 : Issue with using STLport on AIX (XLC V9.0)

Hi all, I'm porting a piece of code that uses STLport (http:// [link]) to AIX. I'm using IBM XL C/C++ compiler, V9.0. I get compilation errors when is included in the code. I tried to isolate the problem, and wrote a simple program which I've reproduced below: (...)

27 mai 2009 : setsockopt IP_DONTFRAG get EOPNOTSUPP

Hello, I want to set the IP header DF bit to 1, so I use setsockopt to set IP_DONTFRAG, but it return -1 and the errno = EOPNOTSUPP, but from the document of IBM, it seems can be set by setsockopt, so, what may I do wrong or it cant be set any way?? Thanks a (...)

24 mai 2009 : Removal of a volume group failing because of missing PV

Hello, I have a volume group on a test server that I want to get rid of and rebuild. The problem is that there was 3 PV's associated with this VG at one point, and one of the PV"s is now showing as missing. There is no data on the VG (thank God!). How can I blow away this VG ? (...)

23 mai 2009 : Legacy 600 Watt High Power 2 Channel Mosfet Amplifier - LA438

Price:$138.69 Image: http:///image.php?id=B000DZCKG Y Best deal: http:///index.php?id=B000DZCKG Y 300 Watts x 2 Output600 Watts x 1 Bridged OutputVariable Hi/Lo Electronic Crossover NetworkVariable Bass Boost Variable Input Level (Gain) ControlPower ON LED IndicatorLED Protection (...)

23 mai 2009 : Clarks Women's Longmeadow Sandal

Price:$89.95 Image: [link] Best deal: [link] This strappy sandal features a footbed crafted of supportive Ortholite® foam wrapped in supple leather and a suede sockliner... soft enough to cushion, but firm enough for support! Discover pure, lightweight comfort from Active Air® technology (...)

23 mai 2009 : Mini Dust Collection Separator

Price:$21.99 Image: [link] Best deal: [link] This ingenious fitting pre-filters the heaviest particles from the dust stream and drops them into a separate container. This prevents clogs and increases the the capacity and efficiency of your dust collection system. Transforms single stage (...)

23 mai 2009 : Hacmp max pv limitation reached

Hi, Please let know step by step procedure; when max PV limitation reached in HACMP cross mirrored environment. thanks in advance. ravdm

23 mai 2009 : Max SN890RH SuperFramer 2-to-3-1/2-Inch Full Round Head Framing Nailer

Price:$369.00 Image: [link] Best deal: [link] Max, without question, makes the best nailers on the market, and the full round head SuperFramer is one of the best-known, most widely-used models. Jams are rare, but easily cleared by opening the nose door. The air exhaust port on top is (...)

23 mai 2009 : Black & Decker AD600 6-Volt Alkaline Battery 1/4-Inch Hex Cordless Drill/Driver with Accessory Assortment

Price:$31.36 Image: [link] Best deal: [link] I bought this because I have the other B&D cordless screwdriver that takes AA batteries and really liked it. But it is in-line, so I couldn't get into tight spaces with it. I thought this would be of similar quality. I was wrong. It is (...)

23 mai 2009 : Porter-Cable PTA23 2.2 mm Nozzle Kit (PSH1)

Price:$48.06 Image: [link] Best deal: [link] If you are spraying a latex product with an HVLP air sprayer, don't even bother with the 2.0mm nozzle kit - go straight to the 2.2mm Nozzle Kit. I have the Porter Cable HVLP air sprayer and I originally bought the 2.0mm nozzle and it would (...)

23 mai 2009 : Hoover H3044 FloorMate SpinScrub Wide-Path Hard-Floor Cleaner

Price:$179.99 Image: [link] Best deal: [link] I am not overly enthused about this product. It seems you have to go so slow to get it to clean your floor. I don't have that much time. I used vinegar/water. Their floor cleaner seems very expensive and would like to try something else. (...)

22 mai 2009 : Vaughan & Bushnell #222 5-1/2 Mini Pry Bar

Price:$4.43 Image: [link] Best deal: [link] 5-1/2" Mini Pry Bar, Carded.

22 mai 2009 : Citizen Men's Eco-Drive Corso Stainless Steel Watch #BM8400-50A

Price:$250.00 Image: [link] Best deal: [link] I will keep updating this as I have more experience. I got it last week. It arrived in a beautiful blue box (good as a gift). The band is pretty loose for normal wrist sizes and you have to get it to a jeweler. I went to local Fred Meyer (...)

22 mai 2009 : TAG Heuer Men's 2000 Aquaracer Quartz Watch #WAF1110.BA0800

Price:$1,400.00 Image: [link] Best deal: [link] I've always dreamed of owning a Tag Heuer watch. Being a student, I had originally resolved to waiting until I had a permanent job that paid enough to afford the $1400+ of the Aquaracer series. And then I ran into the collection sold (...)

22 mai 2009 : about control m- scheduler

hello,.. i am an aix consultant i need a brief about control m- scheduler on sun solaris ,.. please help thank you in advance,...

22 mai 2009 : Kitchenaid Toasters

KitchenAid KMTT400SS 4-Slice Metal Toaster, Brushed Stainless Steel Price:$129.99 Image: [link] Best deal: [link] KitchenAid KMTT200OB 2-Slice Metal Toaster, Onyx Black and Stainless Steel Price:$89.99 Image: [link]

22 mai 2009 : High Sierra Gym Bag

High Sierra Bubba Duffel Price:$50.00 Image: [link] Best deal: [link] High Sierra Colossus Duffel Price:$100.00 Image: [link] Best deal: [link]

21 mai 2009 : Migrating RAW logical volumes from DS43 to DS48

Guys We have purchased a new DS48K and want to migrate raw logical volumes ( Oracle RAC configuration with enhanced concurrent mode volume group) from DS43000 to DS48000. What would be best way of doing this kind of data migration "online". I am thinking about adding newly created (...)

21 mai 2009 : slhs.dev.obj

Where can I get this? Thanks, Tim

21 mai 2009 : Striped disks in AIX 5.3

Hi, I'm a newbie in AIX 5.3, I have 2 disks in a Pserver and I want to create a RAID 0 (not RAID10 and not mirroring) including 2 disks in a striped volume to gain more space. Can someone to help me to create this striping volume during the AIX installation or after installation? (...)

19 mai 2009 : raritan dominion kx ii no keyboard or mouse

We are using a Raritan Dominion KX II in our data center and today I added a AIX server (eServer P5). But after I start the server there is no Keyboard or Mouse. If I hook up a local kb and mouse everything works. Any (...)

18 mai 2009 : Print 50 files at a time

Can i use lp -d printername filename1(row1), filename2 (row2) ....filename50(row50) where the filenames are stored in a filenames.txt? What is the right command to print ? Thanks in advance.

18 mai 2009 : "Summer Of Love" Translucent Wide Body Pen Set

Like pocket-size lava lamps, these wide body pens in an array of stunning colors spread peace and joy wherever they appear for more info [link]

18 mai 2009 : Google Mini - Next generation version

The same reliable results you expect from Google web search can be yours on your corporate network or public website with the Google Mini search appliance for more info [link]

18 mai 2009 : Google Icon Vase Speaker - White

Many computer speakers have a rather grim look and too many wires, so consider this sound alternative: a single 2-way surround sound speaker with innovative audio lens technology, a tweeter tuned for clarity for more info (...)

18 mai 2009 : Google Icon Vase Speaker - Black

Many computer speakers have a rather grim look and too many wires, so consider this sound alternative: a single 2-way surround sound speaker with innovative audio lens technology, a tweeter tuned for clarity for more info (...)

18 mai 2009 : Jack In A Box Modem Cord

Never be at a loss for connectivity when you carry this convenient red modem cord winder for more info [link]

18 mai 2009 : Google Executive Combo Pen Set

This set comprises a ballpoint pen and mechanical pencil made from sustainable wood with a chrome clip for more info [link]

18 mai 2009 : Compaq Presario 1277

HQRP Replacement 19V 3.16A 60W Laptop AC Adapter / Notebook Charger / Power Supply Cord for Compaq Presario 1200 / 1216 / 1216EA / 1216JP / 1216UK / 1216US / 1217 / 1217JP / 1219 / 1219JP / 1220 / 1220ES / 1230 / 1232 / 1234 / 1235 / 1236 / 1237 / 1238 / 1240 / 1242 / 1244 / 1245 / 1246 / 1247 (...)

18 mai 2009 : Ratings Hdtv

Monster HDMI 1000HD Ultra-High Speed HDMI Cable (2 meters) Price:$129.95 Image: [link] Best deal: [link] Monster HDMI 1000HD Ultra-High Speed HDMI Cable (1 meter) Price:$99.95 Image: [link]

17 mai 2009 : NFS v4

Hi I have two machines AIX 6.1 when I mount a file system from a machine to the other, mount shows a NFS v3 mount How can I force NFS v4 between the machines ? Thanks in advance

16 mai 2009 : Cheap wholesale Affliction Caps (WWW.EdHardy4Sale.COM) Affliction Hats wholesale

Cheap wholesale Affliction Caps (WWW.EdHardy4Sale.COM) Affliction Hats wholesale For people who love to have a perfect look Affliction hats (WWW.EdHardy4Sale.COM) will be your ultimate choice. Affliction hat (WWW.EdHardy4Sale.COM) is one of the top rated designer hat and Affliction (...)

15 mai 2009 : QUORUM LOST, VOLUME GROUP CLOSING

I'm running AIX 5.3 TL 9 on a P550 with a 2104-DU3 disk array that is raid 5 on the controller and appears as a single drive to the OS, hdisk4. A couple of weeks ago I lost the power supply to the 2104. After replacing the power supply, and putting in a second one, I had to (...)

15 mai 2009 : Equivalent of migratepv

Hi, Is there an equivalent of migratepv on linux ? (maybe half OT) Thanks in advance

14 mai 2009 : IBM Flashcopy and AIX Raw LVs

Guys I have a requirement of reducing oracle offline backup time from 6 hours to few minutes and for this i am planning to use IBM Flashcopy option on DS4800!! Currently two AIX 5.2 nodes running Oracle RAC with raw lvs configuration. Solution will include another new node with AIX (...)

13 mai 2009 : does AIX 6.1 support SSA adapters/disks?

Just upgraded from 5.2 to 6.1 and lost datavg disks. cfgmgr calls for missing filesets, devices.pci.ssa, etc.. IBM support cannot confirm or deny support for this hardware on 6.1. Cannot find any documentation other than 1 non IBM site telling me I'm SOL. I'm guessing I'll (...)

13 mai 2009 : Anybody using AIX and Datacore SANsymphony

Hi all, I'm curious if somebody else is using AIX with Datacore SANsymphony. I'm even more interested in how to setup HACMP with AIX and SANsymphony. Especially how to configure to break disk reservations. TIA (...)

13 mai 2009 : lpar migration

Hi During migration lpar (mobility) from host to another host I have following information: The migrating partition's virtual SCSI adapter 50 cannot be hosted by the existing virtual I/O server (VIOS) partitions on the destination managed system. To migrate the partition, set up (...)

13 mai 2009 : Processing XML files?

Hi -- I have a legacy app running on an AIX server. A major component of this app used to process payments creates a fixed-field flat file, which it sends to the payment processor, and then processes that same flat file when the processor sends it back with its results data. Well ... (...)

13 mai 2009 : prtconf and sysconf produce different numbers of processors

Hi, // --- OS --- AIX ep5710g 3 5 // --- Compiler --- IBM XL C/C++ Enterprise Edition V8.0 for AIX Version: 08.00.0000.0014 // --- Calling the prtconf command Number Of Processors: 16 // --- User program foo.cpp ---- int main() // ------------------------------ (...)

13 mai 2009 : AIX 6.1 and Acrobat Reader

Downloaded AdbeRd709-aix-enutar.gz from the Acrobat FTP site and on an attempted installation got " The chosen configuration will not run on your current platform ( AIX/6.1 ) . " I am running AIX 6100-02-02-849. Got onto Acrobat support and they advise " Adobe Reader 7.0.9 supported (...)

8 mai 2009 : Where are a fileset on CD's

Hi, When I have to install a fileset from CD is there a way to know on which CD it is ? (apart scanning each CD) Thanks in advance

Archive

unix time , Audio Playback on AIX 6.1 , Visibility attribute , Topas -P , changing net speed/duplex on Etherchannel , How-To: Fix p520, HMC Strangeness , Fastpath , AIO on AIX 6.1 , Training for EMC Symmetrix @ Rootshell Bangalore , p520, HMC Strangeness , chrroted FTP in AIX , utf-8 conversion for AIX 5.3 , version of X11 , lpphk -v reports missing filesets , Power 6 and shared ethernet , odm syslog , 1540-0274 (S) The name lookup for "getprocs" did not find a declaration , Getting process time creation , Getting maximum/minimum shared-memory segment sizes , Changing virtual disk mappings on VIO ? , AIX online servers to practice , Pre Login Screen , add 2nd SEA in VIO ? , SMT , syslog.conf question , X11 Forwarding , Real Career , AIX xterm issue , NFS through Firewall , Job opportunity available!!!! UNIX (Solaris and AIX) , pam_radius on AIX , Real time Training on UNIX Adminstartion (SOLARIS, IBM AIX) and SAN ( Clariion, Symmetrix) , Training for EMC Symmetrix , VIO Virtual Ethernet Security , Page faults over 2000, sometimes over 10000 , Disordered ethernet adapters after new installation , aiswaryarai topless swimming video clips& photos free download , asin sex video&photos free download , Newbie help with Virtualisation on Power Architecture , cpuburn for AIX@power6 , wholesale jordan shoes air force ones dunks, sandals, glasses, puma , happy shopping at here , Bag: coach, miumiu, dior, chanel, juicy, lv, Gucci. Etc. , syslog_r writes to /dev/null , sexy actress movies & videos free download , sexy actress movies &videos free download , armani,armani wholesaler,armani long jeans , AIX if -f call gets slower over time... , Intermittent Errors with AIX , ls troubles , Sr. Websphere/AIX Administrator - Gurnee - Illinois , Where can MONO for AIX version , nim mksysb restore on same network , Download bos.perf.libperfstat , Free Solaris 10 root account and training , Only FTP , Error - 0403-006 Execute permission denied , AIX password expiration + notification , How can I access curproc/curthread in a kernel extension? , Creating a shared library in AIX , How to find a process's list of pending signals - AIX 5/6 , 9114-275 w/ second DASD-backplane? , Get running disk driver settings , Socket error 68 , Zimbra on AIX or Linux/PPC , mplayer for AIX , User with only ftp , Buy Trend Micro Internet Security Pro Receive H&R Block TaxCut Premium Free!! , AIX 6.1 Sendmail.cf , AIX 1.3 CDROM (again) , alerting contents of a file , Difference between AIX 5.3 and 6.1 regarding run queue measurements , Working with AIX at home , tracking command , phantom device configurations after failed alternate disk install , Migration to AIX6.1 , OpenSSH for AIX 5.1 and problematic SSL RPM package , Mounting a CDROM in AIX 1.3 , Method to disable mouting rootvg without passwd with boot from CD method , create file system without VG? , VIO-Clinet LPAR blocks if one disk in mirrored/dual VIO-setup is lost , wget equivelent in AIX? , Ganglia v nmon , Intellistation 285 management by serial port? , PB with mkcd , Fixing "stair-step" printing , restrict port to use particular service , Folks wanting to migrate AIX 5.3 ( with TCB Enabled) to AIX 6.1 and create WPAR , Undefined initfini problem !! , Running out of memory while porting software , Cannot access modem to dial out , create fake disk , sar sa2 files with headings and no data , Weird tee command hang - Korn Shell , Multiple Questions/Queries....Please assist , Appreciate what 0555 FSCK ERROR caused by. , Power 6/AIX vs Xeon/Linux performance comparision , MISSING REQUISITES Java5.sdk 5.0.0.0 , Anyone had IBM storage to mirror Database data experience? , VIO with HACMP 5.4 and SVC , Rationalise number of consoles , AWK sorting (maybe SED?) , i/o load of a rootvg , need link for AIX 6100-00? , umask for sftp in chroot jail , How to identify whether the hard disk is from SAN ? , FileSystem Share , Switch server on remotely , NIM scrpt: running on demand? On multiple LPARs? , Sed : identify a pattern and append a word at the end of a line , Removing then adding an HDISK , scripting help , 6GB free memory, but paging , Steps to replace small disk with bigger disk ? , message queues and poll() , Determing listening port, process id, exe-file name and location , restore command and Press the Enter key to continue , how to edit the most updaing log file , Questions LPAR support for snapshot and hibernation , Problem: MulticastSocket can not receive broadcast packet on AIX 6.1, IBM JDK5. , AIX/php and timezone issue solved , Linux NIC bonding with dual VIO , sshd , memory use on oracle db server , Adding Persistent Routes to the AIX Routing Table , memory usage per process , Encryption Key Manager start up. , help need in script writing , Bash background process/wait script problem , display users in group , At my wits end - AIX/php , HACMP-Question , enabling Jumbo Frames , Command to View the Hex Dump of BLV , Maximum number LUN's on DS4800 , automounter subsystem problem , Upgrading from 5.3 to 6 , Passwordless ssh not working , Mirror data lv queries - Newbie , Specifying the "From" email address in mail? Options , ConfiMinds==QA Project Manager==San Francisco,CA==6 Months , gcc/g++ , Raw LVS and Flashcopy/mklvcopy? , duplicated symbols , AIX Filter issues , Should we change lru_file_repage to zero? , Escape character in a file name , Command to display Operator Panel Codes whenever working with Managed Systems/Partitions in HMC , for storage guys - disk and disk array calculator , how to connect database and application servers , -Djava.net.preferIPv4Stack=true other options , AIX 4.3 Life Cycle , 0512-016 mksysb: Attempt to create a bootable tape failed:bosboot -d /dev/rmt0.1 -a failed with return code 48. , cannot add users to a group , nim script and SIGHUP , AIX 5.3 , Funky options to get working threads in Bind ? , aix 5.4 TL7 iostat statististics problem , How to get a printer device name , chfs problem , Tape encryption , how virtual hosting in AIX? , Urgent Need: AIX Engineer (ONLY LOCAL and ONLY GC and CITIZENS) - MD , Any XL C/C++'s option to determine the compiler's predefined macros , Cache line size for L1, L2, L3 , Does vi support utf-8 codepage ? , Online & classroom training in Storage, systems and virtualisation... , sync hangs in aix4.3.2 , Firefox 3.0.5 for AIX5L, Help wanted , Trying to find file:- devices.sddpcm.53.rte , nim backup , Determining number of processors in a virtualized system , restore mksysb from bigger disk to smaller disk , Seeking an Experienced Systems Analyst , Immediate Opening for an Experienced Video Conference Engineer , Usb support and nmon , Exam 223 for AIX study preparation / and interpreting vmstat output , AIX Security , DLPAR through a Firewall , Check ODM , Force RPC to use a specific port range , how to remove second copy from LV , AIX SUDO - LDAP authentication , Auto start VNC , RSInfo , Switch disk names ? , queue_depth value for HDS USP-V Storage , USENIX '09 Call For Papers Deadline Approaching , Power6 0/2 core chips - how many processors visible in HMC? , DATA Segment Size of each of the processes running in AIX , Asynchronous IO (aio_read, aio_write, etc) and sockets , HMC problem , Blackbox LS1004A console switch and AIX pseries 505 - Anyone ? , Release of Firefox 2.0.0.19 and Seamonkey 1.1.14 for AIX , Forensic File Recovery from SSA , Re: Jumalauta! Tajusin juuri jotain järisyttävää! , Re: Mikä kappale 07_Ain't No Fun_AC DC_1976.mp3 [07/19] , Information on LPARs , Re: Joulukadun avajaiset Raahessa 28112008015.mp4 [149/324] , USENIX LISA '09 Call For Papers Now Available , AIX NIM Problem , SUMA download error , iostat option , Multiple nfs mounts on same mount point ? , Page Swapping rate of a process , AIX ssh key question , About incomplete type from debugger , E-mails generated from script won't stop mailing , the following will compile on linux but not on xlC , Ganglia, numbers of file descriptors and "top" processes , HELP DESK SOFT , NetWorker Strangeness on AIX , help: gcc 4.0.0 on AIX 5.2 (32 bit) , .profile not executed for all users , Cannot increase size of /usr , issues with AIX linking , chcore set path and core name for process , any debugger for AIX , messed up hdiskpower devices while trying a cplv , Accidentally run chpv -C on a disk in a shared environment , Interview Questions for AIX 5.3 , Access to ASMI log from command line. , LDAP package in AIX 6.1 , P510 and lost passwords , PV 'removed' , CHASE CREDIT CARDS , Subversion 1.5.2 Binaries for AIX , TL9 SP1 upgrade fails on bos.rte.printers , bootlist issue , KSH Script to CD to specific /dir and FTP , Registration for Workshops Co-Located with USENIX OSDI '08 , The indirection operator cannot be applied to a pointer to an incomplete struct or union , uncomplicated changing snmpd.conf in HACMP-environment , PDF Converter , fread breaks file descriptors opened in "w" mode. , AIX, FTP & "netout: write returned 0?" , lost LUN config on AIX 5.2 , xdelta for AIX 5.1 , how does smitty runs as non-root user? , New AIX information and archive site , ignore icmp echo on aix , What do you do with a retired RS/6000 server? , want to find the users who have not logged in from past 60 days , ML Update Queries , lsuser ALL / lsgroup ALL in C , KSH to determine the day , purchasing AIX 6.1? , SCHOOL LOAN , nis / ypbind - what port does it use? , Similar cmd on Linux... , getting APAR IY41944 , upgrading ssh , handling special characters in AIX with C , CREDIT CARD SERVISES , Firmware Query , lshwres command , ONLINE TRADING , Dont compile gcc 3.3.2 on AIX 5.3 , Cannot mirrorvg after replacing defective hdisk , archive (big format) ??? Is static linking possible?? , Remove SAN disk/s while disk is in use (for DR testing) , AIX 5.3: Warning - logical volume fslv00 may be partially mirrored , building a .so (shared object) file , FYI: Howto mirror the AIX Toolbox , FREE SOFTWARE ONLINE , file system cache.... , Calculate IOPS and MBPS , New in AIX 6 , Aix Umask , nfsd , VIO issue , high availability vs load balancing , install gcc problem , AIX SCSI standard Inquiry with ioctl and STIOCMD. , how to link statically to C++ runtime libs? , HANFS and HACMP , Bootlist not updated , fileplace relevance in SAN environment , AIX 4.3 Stale LVs , Aix Administrator - Immediate Opening - Permanent Role , building libphp5.so on aix 6.1 , Completely Free Software , spool printers , Re: Call Java functions in a C DLL , veritas volume manager not able to detect netapp luns , sudo-1.6.9p17 x AIX 5.3 , Difference between "Connection accepts" and "Connection requests" , libptools_ptr.a and mt__trce , PBUF/PSBUF/FSBUF question , AIX and ODBC , Properly initializing a serial device? , How to list all files with an ACL and also list the ACL settings , NIM lpp_source creation by nim support mutiple cd ? , FTP skipping commands in AIX , link issue , how to check mirrorvg or extendvg status , Number of AIO Kprocs , Find and copy files modified today , filesystem increasing without logical reason , striping an existing filesystem