HP 9000 340 help


 
Thread Tools Search this Thread
Operating Systems HP-UX HP 9000 340 help
# 1  
Old 04-20-2015
HP 9000 340 help

Hi all,
I've salveaged a fully working HP 9000 340 model with hard disk and floppy drive.

It boots up and I get to the login screen. I don't have any usernames or passwords. Anyone know any hacks for the version of Unix it runs?

Is there anyway I can reset the root password? Via Floppy?

I'm trying to connect via serial too as I don't have a BNC switch to connect it to.

I can't seem to get a proper connection via my mac. I've tried 8N1 7E1 9600 but not go? Any ideas?

Thanks,
Rob
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. AIX

0653-340 There is not enough memory available now

Hi, I have and IB RS/6000 machine running 32-bit AIX 4.3.3. We have a directory that is NFS mounted to this machine. Whenever I run the "ls" command in this directory, I get the following error: 0653-340 There is not enough memory available now There was originally 512 MB of... (11 Replies)
Discussion started by: amp24
11 Replies

2. Solaris

PSU info M4/5/8/9000

I need to find out PSU info for some M class severs, normally prtdiag -v show's the relevant PS info, however these M classes don't seem to go down to that level !? Anyone any ideas , no physical or console access available at this stage :( thx... (3 Replies)
Discussion started by: itsupplies
3 Replies

3. HP-UX

HP UX 9000 NIC CARDS

Hello, I am trying to move an HP UX from one locaion to another. The new location don't have any Fiber switches. On the back of my server I see 2 RJ 45 for console management the other for networking , the server also has a fiber NIC card. When I disconnec the fiber and want to user regular... (1 Reply)
Discussion started by: ldaliosmane
1 Replies

4. UNIX for Advanced & Expert Users

UPS for HP-9000

Hello Everyone I run 4 HP 9000 servers with HP-UX 11.0 on all 4, with an Infomix Database. About 6 months ago one system starting acting real weird it will display the message that it lost power (which did not) and it would shutdown, Then roughly 30 seconds later it would then say power has... (4 Replies)
Discussion started by: JackieRyan26
4 Replies
Login or Register to Ask a Question
EJECT(1)						    BSD General Commands Manual 						  EJECT(1)

NAME
eject -- eject a floppy disk, cdrom or tape SYNOPSIS
eject [-fv] [-l | -L | -U] [-t device-type] [-d] device eject -n DESCRIPTION
The eject program ejects a medium from the specified device. It can also load a cdrom in the drive if this operation is supported by the hardware. The device argument specifies a device either by its full path name (identified by a /dev/ prefix), or by one of the built-in nicknames. If the medium contains a file system that is currently mounted, eject will attempt to unmount the file system before ejecting. The following options are available: -d Deprecated. -f Force the eject operation without attempting to unmount any file systems first. -l Load media in the drive (only supported for the cdrom device type). -L Lock the media into the drive (but see BUGS below). -n List the built-in nicknames on standard output. -t device-type Specify the device type. The argument must be one of diskette, floppy, cdrom, disk, or tape. This option is necessary when ejecting a device for which no built-in knowledge is available. -U Unlock the media from the drive. -v Display some of the actions taken on standard output. BUGS
Most disk drivers automatically lock the media on the first open and unlock it on the last close, making 'eject -L' almost useless, since when it closes the device, it gets unlocked again. BSD
October 6, 2001 BSD