A kind soul sent me the AIX dianostics disk set to try to break
into the powerserver 320h, and I am having mixed results. With
the switch in service mode, I was able to make the machine boot
off the floppies; eventually it reaches a menu:
AIX 3.2 INSTALLATION AND MAINTENANCE
Select the number of the task that you want to perform
>>>> 1 Install AIX
2 Install a system that was created with the SMIT "Backup the System"
function or the "mksysb" command
3 Install this system for use with a "/usr" server.
4 Install a limited function maintenance shell.
Type the number of your selection, then press "Enter": 4
Type 'exit' to return to the main menu.
Use the getrootfs command to access file systems that
reside on the root volume group.
#ls
ls: not found
#vi
vi: not found
#cat /etc/mnttab
#getrootfs
usage: /usr/sbin/getrootfs [-f] diskname
-f disregard status of hd5
Available disks: location:
hdisk0 00-01-00-00
#getrootfs -f hdisk0
Importing Volume Group...
rootvg
/dev/rhd4 (/): ** Unmounted cleanly - Check supressed
/dev/rhd2 (/usr): ** Unmounted cleanly - Check supressed
/usr/sbin/getrootfs: mount: not found
checking all mounts and the existance of df
/usr/sbin/getrootfs: mount: not found
/usr is not mounted
#ls
ls: not found
#mount
mount: not found
#umount
Usage: umount [-sf] {-a|-n Node|-t Type|all|allr|Device|File|directory|File
System}
#
Further investigation revealed that if I "umount /usr", then there is
some mount executable in the ram disk. Ok, so I make /usr1, copy all
the stuff in the ramdisk /usr to /usr1 (also in ramdisk) and run
getrootfs again. Still no luck mounting /usr . So, using the tools
that I copied into /usr1 I mount /dev/hd4 in /mymnt/hd4 and /dev/hd2
in /mymnt/hd2 ; further investigation reveals that there indeed exist
directories /mymnt/hd2/bin, /mymnt/hd2/lib, /mymnt/hd4/etc and so
on; I seem to have mounted / and /usr from the HD correctly.
I still cannot use any executables in the HD, though:
#/mymnt/hd2/bin/ls
killed
typing
# cat /mymnt/hd4/etc/passwd
reveals that AIX seems to have shadow passwords but I can't find any
of the usual files (master* etc) .
# passwd
cannot execute
#/mymnt/hd4/bin/passwd
killed
So, does anybody know what's going on?
carlos.
--
Carlos E. Murillo-Sanchez email: carlos_murillo(a)spammers.not.ieee.org
Universidad Autonoma de Manizales, Manizales, Colombia
----
"I'm not going to get involved in peer-review mumbo-jumbo." -- John Doolittle,
House Republican, confronted by a reporter with the peer-review nature of
the environmental studies he was dismissing. "Peer review is in fact the
great mumbo-jumbo detector." -- Carl Sagan.
> >Now that's a machine that I really want. I have a lead on a couple of
> >Lisa 2's if the guy ever gets them out of his storage building.
>
> If you get an extra, send one my way!
Apparantly, there are parts of the US where you can't swing
a dead cat without hitting a Lisa that someone wants to get
rid of... but the three of us don't live there!
-dq
At 01:44 PM 11/23/01 -0500, you wrote:
>> I swear, from some of the things you folks say, it
>> seems like most of you live in some third world country.
>
>Oh, God, I feel another song coming on...
>
>But instead, yeah, Louisville KY metro area. Third World.
>Ten years ago, in a Wendy's, this guy comes in looking
>enough like Li'l Abner (plaid shirt, bluejeans w/rolled-
>up cuffs and bare feet) that I had to check to make sure
>that a Dogpatch musical wasn't playing... it wasn't, this
>guy had never heard that you can't enter a restaurant with
>bare feet.
>A major local issue is the destruction of roads by steel-
>wheeled tractors. They're not just for Amish, you know.
>
>And the cable company will be the only provider of "the
>last mile" to my subdivision for at least the next 5 years.
>I'm 19473 feet away from my CO, so unless a new technology
>gets deployed, I'll be on 56k dialup for the forseeable
>future. That ain't smoke signals or talking drums, but it
>ain't really high tech anymore, either.
Hah. In Ithaca, upstate NY, there is a sudden change of
connectivity as soon as you cross RT 13 and enter the township
of Lansing. 70 meters is the difference between roadrunner
cable access and rural (max 28kbps) phone lines.
carlos.
--------------------------------------------------------------
Carlos E. Murillo-Sanchez carlos_murillo(a)nospammers.ieee.org
On Nov 23, 14:44, Carlos Murillo wrote:
> #ls
> ls: not found
> #vi
> vi: not found
I'm no AIX expert, and I've not used it in years. I think 3.2 uses shared
libraries, and vi probably needs something in a library that's not mounted
(or not in the right place) when running the limited maintenance shell.
I'm surprised ls doesn't work, though. The shell should support ls, dd,
backup, restore, chown, mkfs, mknod, mount, and things like that. And of
course, our editor of choice: ed.
> #cat /etc/mnttab
Have a look in /etc/filesystems and see what it thinks it should mount for
"mount all". I think AIX actually deletes /etc/mnttab as part of the
normal startup, and does a "touch /etc/mnttab" to leave an empty file.
> #getrootfs
> usage: /usr/sbin/getrootfs [-f] diskname
> -f disregard status of hd5
> Available disks: location:
> hdisk0 00-01-00-00
>
> #getrootfs -f hdisk0
> Importing Volume Group...
> rootvg
> /dev/rhd4 (/): ** Unmounted cleanly - Check supressed
> /dev/rhd2 (/usr): ** Unmounted cleanly - Check supressed
> /usr/sbin/getrootfs: mount: not found
> checking all mounts and the existance of df
> /usr/sbin/getrootfs: mount: not found
> /usr is not mounted
>
> #ls
> ls: not found
> #mount
> mount: not found
> #umount
> Usage: umount [-sf] {-a|-n Node|-t
Type|all|allr|Device|File|directory|File
> System}
> #
>
> Further investigation revealed that if I "umount /usr", then there is
> some mount executable in the ram disk. Ok, so I make /usr1, copy all
> the stuff in the ramdisk /usr to /usr1 (also in ramdisk) and run
> getrootfs again. Still no luck mounting /usr . So, using the tools
> that I copied into /usr1 I mount /dev/hd4 in /mymnt/hd4 and /dev/hd2
> in /mymnt/hd2 ; further investigation reveals that there indeed exist
> directories /mymnt/hd2/bin, /mymnt/hd2/lib, /mymnt/hd4/etc and so
> on; I seem to have mounted / and /usr from the HD correctly.
> I still cannot use any executables in the HD, though:
>
> #/mymnt/hd2/bin/ls
> killed
>
> typing
> # cat /mymnt/hd4/etc/passwd
>
> reveals that AIX seems to have shadow passwords but I can't find any
> of the usual files (master* etc) .
Possibly in /etc/security/passwd, /etc/security/group, and so on. Don't
believe AIX is UNIX. It's not.
> # passwd
> cannot execute
Probably the executable isn't in your PATH. If you have the filesystems
mounted (BTW, why "mymnt" not just "mnt"? That's what mnt is for) you can
add the relevant directories
PATH=/mymnt/hd2/bin:$PATH
but it might be better (if you just have two partitions on the hard drive)
to mount hd2 directly on /mnt, and then mount hd4 on /mnt/usr. At least
then things will be in the correct places relative to each other. There
isn't a directory called "/root", is there?
You could try the "users" command, though I expect it only works on a
normal system (ie not from the maintenacne shell, which is sort of a mini
system, like the miniroot or standalone shell in IRIX and Solaris). If you
can edit /etc/passwd with ed, you can probably remove the password field
>from root's entry, leaving a null field (no password).
--
Pete Peter Turnbull
Network Manager
University of York
Matt London <classiccmp(a)knm.yi.org> wrote:
> I've found that hanging one edge of the magazine over the side of the
> scanner works - you have to put the scanner on something thin and tall, so
> the whole side of the magazine droops down - the only problem then is the
> width of the plastic edges of the scanner surface/sides of scanner
I once disassembled my scanner to investigate the
possibility of removing the entire "plastic edges
of the scanner" all the way to the edge of the
scan area.(Hoping to be able to scan old books
only open to a 90 degree angle.)
It looked like a good idea because the outside
track is inside the scan area. Unfortunately
after I got the scanner apart, I discovered that
the xenon(or whatever) tube not only does not light
all the way to it's end, but it also has an
electrode at the end. It just sticks out too far
and has to extend past the edge of the scan area
in order to illuminate the whole area.
Oh well.
On a similar note:
I just found this - "Building a megapixel digital
camera from a flatbed scanner"
http://www.sentex.net/~mwandel/tech/scanner.html
Regards,
--Doug
=========================================
Doug Coward
@ home in Poulsbo, WA
Analog Computer Online Museum and History Center
http://www.best.com/~dcoward/analog
=========================================
Well, it was one of only two known rare purple Intel C8080A's
I am always in the market to buy rare old Intel microprocessors and support chips.
If you have any old Intel 4004, 8008, 4040, or 8080
microprocessors laying around, I want them.
Also buying old EPROMS (C1702's, etc), RAM (C3101, C1101, C1103, etc), clock chips, etc).
Contact me at gmphillips(a)earthlink.net
On November 22, gwynp(a)artware.qc.ca wrote:
> I was given this today. It has a tape backup (and controler board) and
> the DOS-73 "emulation" board w/ 8087 upgrade (but no 8088... are those
> NCR chips 8088 clones?). Included is full system software and docs. I
> wonder if the 5.25 inch disks are still readable.
What are the numbers on the NCR chips?
> The computer is slightly dirty on the outside and dusty inside (on the
> expansion boards). I think I'll wait untill i can dust out the insides a
> bit before powering it.
>
> So now I have a Real UNIX(tm) computer! heh.
Cool. The 7300 is a really neat machine. I sold them years ago at
a computer store in NJ, and had one for a few years shortly
thereafter. Lots of fun! SVR2 UNIX on a 10MB disk with 512KB of RAM!
:-)
-Dave
--
Dave McGuire
St. Petersburg, FL
Just checking if there's anyone out there who might have some connections for
repairing an Apple eMate 300 with a shattered screen. Anywhere to buy parts
or perhaps an intact (just dead) eMate I can grab the LCD from?
--
----------------------------- personal page: http://www.armory.com/~spectre/ --
Cameron Kaiser, Point Loma Nazarene University * ckaiser(a)stockholm.ptloma.edu
-- The world will end at 3 p.m. today, to be followed by a brief symposium. ---
> "Feldman, Robert" <Robert_Feldman(a)jdedwards.com> said:
> > I was looking at the Economist (Nov 17th) at the library last night and
saw
> > the following (p. 76)
> >
> > The Lyons Electronic Office (LEO) began use 11-17-1951 in a British
catering
> > company.
>
> etc...
>
> See also: http://www.leo-computers.org.uk/
Business was fast on the heels of government... earlier that year
in June, The UNIVAC I was installed a few blocks from where I'm
typing this (historical nobody-ever-heard-of-Jeffersonville-Indiana).
-dq
>Apparantly, there are parts of the US where you can't swing
>a dead cat without hitting a Lisa that someone wants to get
>rid of... but the three of us don't live there!
What parts of the US? Sounds like an excuse for a road trip!
-chris
<http://www.mythtech.net>