This is a discussion on lsconf output within the AIX Operating System forums, part of the Unix Operating Systems category; --> Good Day, I have a IBM p640 (2X Power3) running AIX 4.3.3. Does anybody know why i get the ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Good Day, I have a IBM p640 (2X Power3) running AIX 4.3.3. Does anybody know why i get the following output from lsconf. /usr/sbin/lsconf: set: unknown option: A Network Information Host Name: IP Address: Sub Netmask: Gateway: Name Server: Domain Name: There are two network cards and both are up. Hostname gives the correct response and smitty 'sees' the correct addresses etc... Cheers Martin |
| |||
| "M Hirst" <hirst@interomex.com> schrieb im Newsbeitrag news:e0f2e7f2.0310010917.3ea48d94@posting.google.c om... > Good Day, > > I have a IBM p640 (2X Power3) running AIX 4.3.3. Does anybody know > why i get the following output from lsconf. > > /usr/sbin/lsconf: set: unknown option: A > Network Information > Host Name: > IP Address: > Sub Netmask: > Gateway: > Name Server: > Domain Name: > > There are two network cards and both are up. > > Hostname gives the correct response and smitty 'sees' the correct > addresses etc... > > Cheers > > Martin Hallo Martin, I do not have your hardware/software combination to check but lsconf aka prtconf is a simple (Korn-) shell script. Thus you might just look into it and/or use the -x Option to watch it during execution. Regards, Andreas |
| |||
| Andreas Schulze <b79xan@gmx.de> wrote: AS> "M Hirst" <hirst@interomex.com> schrieb im Newsbeitrag AS> news:e0f2e7f2.0310010917.3ea48d94@posting.google.c om... >> Good Day, >> >> I have a IBM p640 (2X Power3) running AIX 4.3.3. Does anybody know >> why i get the following output from lsconf. >> >> /usr/sbin/lsconf: set: unknown option: A >> Network Information >> Host Name: >> IP Address: >> Sub Netmask: >> Gateway: >> Name Server: >> Domain Name: >> >> There are two network cards and both are up. >> >> Hostname gives the correct response and smitty 'sees' the correct >> addresses etc... >> >> Cheers >> >> Martin AS> Hallo Martin, AS> I do not have your hardware/software combination to check but lsconf aka AS> prtconf is a simple (Korn-) shell script. Thus you might just look into it AS> and/or use the -x Option to watch it during execution. Someone at IBM forgot to include the #!/bin/ksh line at the head of the script. I believe the problem's been fixed in a higher level of whatever fileset delivers those scripts. Regards, Nicholas -- "Why shouldn't I top-post?" http://www.aglami.com/tpfaq.html "Meanings are another story." http://www.ifas.org/wa/glossolalia.html |
| |||
| Thank You! I (stupidly) was running lsconf in a BASH shell. When i switched to ksh it worked like a charm. Cheers Martin "Andreas Schulze" <b79xan@gmx.de> wrote in message news:<blgtd3$s41@news-1.bank.dresdner.net>... > "M Hirst" <hirst@interomex.com> schrieb im Newsbeitrag > news:e0f2e7f2.0310010917.3ea48d94@posting.google.c om... > > Good Day, > > > > I have a IBM p640 (2X Power3) running AIX 4.3.3. Does anybody know > > why i get the following output from lsconf. > > > > /usr/sbin/lsconf: set: unknown option: A > > Network Information > > Host Name: > > IP Address: > > Sub Netmask: > > Gateway: > > Name Server: > > Domain Name: > > > > There are two network cards and both are up. > > > > Hostname gives the correct response and smitty 'sees' the correct > > addresses etc... > > > > Cheers > > > > Martin > > Hallo Martin, > > I do not have your hardware/software combination to check but lsconf aka > prtconf is a simple (Korn-) shell script. Thus you might just look into it > and/or use the -x Option to watch it during execution. > > Regards, > Andreas |
| ||||
| "M Hirst" <hirst@interomex.com> wrote in message news:e0f2e7f2.0310020852.5d5f3ffb@posting.google.c om... > Thank You! > > I (stupidly) was running lsconf in a BASH shell. You're not stupid. It should still work under BASH. IBM's poor QA is what's stupid (see Nicholas' post). > When i switched to > ksh it worked like a charm. Warded off the evil spirits, eh? RobH |