If there is anyone who is very good at AIX 5.1..


 
Thread Tools Search this Thread
Operating Systems AIX If there is anyone who is very good at AIX 5.1..
# 8  
Old 12-27-2003
Dear Tio,
Thanx a lot for your help...
I finally managed to define the FC switch.. The problem was in the wire.. Smilie It's just, i overlooked the switch cable, and was trying to connect to the switch with an ordinary serial cable.. whereas I should have used the special cable... Everything is ok now, I have started formatting the disk array of my storage server... Everything is going ok.. I think that in about a week, I'll finish up with this, and start the whole system.. Smilie
Thank you very much, again. You've done a lot of help...
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. AIX

Hrd in AIX 7.1 - what's it good for ?

greetings - just noticed that on my aix 7.1 systems, they're running 'hrd' under SRC. Some lite googling reveals an association with HFI, which I believe is the p775 HPC interface ? Does this subsys perform any useful function other than supporting HFI ? Particularly on a 9133-55a which... (2 Replies)
Discussion started by: maraixadm
2 Replies

2. AIX

The good memory debugging tool in AIX ?

Hi, What's the good open-source debugger & memory analyzer for C programs in AIX ? (4 Replies)
Discussion started by: SteAlma
4 Replies

3. AIX

Good book for AIX

Hi guys, From where can i download a good book on AIX other than redbooks from IBM website. I am also looking for the below book. AIX 5L Administration By Randal K. Michael (3 Replies)
Discussion started by: shabu
3 Replies

4. AIX

Need a Good AIX Book

I'm an AIX newby:eek: and need to learn fast (I go on a course in a few week's time but I need to know some stuff now:mad:). Can anybody recommend a good AIX book please? Not too basic though - I've been in software for many years (8bit/16bit/32bit, etc, Intel/Microsoft/FORTRAN/68000/anything... (9 Replies)
Discussion started by: Pennant Man
9 Replies

5. AIX

AIX routing and TCPIP. Anyone find any good Tutorials?

HI All, Does anyone out there know of any good online tutorials for the basics of routing, gateways, networking with AIX, preferably the more recent versions like 5.2/5.3? Using commands such as netstat, smit mkroute, etc. to connect to boxes on a network, and load software with networked... (1 Reply)
Discussion started by: jeffpas
1 Replies

6. AIX

Good source of AIX Specific Scripting?

Hi everyone, I need to write some AIX scripts (ksh?), kind of fast so I'm looking for somewhere to get a crash course in it. Are there any AIX Specific Scripting resource sites that anyone can recommend, really not getting a whole lot from google. Thanks in advance, Darren (3 Replies)
Discussion started by: dbridle
3 Replies

7. Programming

Good IDE for C++ on RS6000/AIX

I am looking for the above Can anyone point me to a reliable product, with available support in the forseeable future ? Seeker (0 Replies)
Discussion started by: Seeker
0 Replies

8. AIX

pretty good aix doc if you are unfamilar with it

http://homepage.virgin.net/johnc.king/files/aixdoc/aixdoc.pdf this is taken from http://watkiss.members.easyspace.com/computers/unix/aix/aixdoc.html it is 372 pages long. (0 Replies)
Discussion started by: Optimus_P
0 Replies
Login or Register to Ask a Question
KTOBLZCHECK(1)						      General Commands Manual						    KTOBLZCHECK(1)

NAME
ktoblzcheck - Check Account and BLZ (bank routing code) SYNOPSIS
ktoblzcheck [--returncode] [--file=<datafile>] <bank-id> <account-id> DESCRIPTION
This manual page documents briefly the ktoblzcheck application. ktoblzcheck is a program that will check a given account and blz for the bank being valid and the account being valid using some checksum calculations, if supported for that particular bank. The output is the clear-text name of the bank specified by <bank-id>, and whether the given <account-id> is a valid account number at this bank. OPTIONS
<bank-id> This is the Bankleitzahl (bank routing id), actually it is the account-id of that particular bank at the Deutsche Bundesbank. <account-id> This is the account number you wish to verify. If the checksum method of the bank specified by the <bank-id> is supported, you will get the account-id verified, i.e. if it is a valid account-id at that particular bank. --returncode If given, the result is returned via the returncode and no output on the terminal. The following returncodes are possible: 0: account and bank are ok 1: unknown, e.g. checksum not implemented or such 2: account and/or bank not ok 3: bank not found --file=<datafile> Specifies the file with the bankdata. This file can be obtained via the internet from the Deutsche Bundesbank on address http://www.bundesbank.de/zahlungsverkehr/zahlungsverkehr_bankleitzahlen_download.php Beware! This page is in German only. BUGS
No bugs are known at this time. Only certain checksum algorythms are supported as of now, so please don't complain if you always get "unknown" as return value. AUTHOR
This manual page was written by Jens Gecius <jens@gecius.de> for the Debian GNU/Linux system. Authors of ktoblzcheck are Fabian Kaiser <fabian@openhbci.de> and Christian Stimming <stimming@tuhh.de>. August 3, 2003 KTOBLZCHECK(1)