Password for Firmware woes!


 
Thread Tools Search this Thread
Operating Systems AIX Password for Firmware woes!
# 15  
Old 09-09-2015
Smilie no problem, just curious.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Samba Woes

Hi all With the recent virus attacks we have been tasked with upgrading Samba to a "secure" version. Currently running 3.0.29a and looking to put the latest version down 4.6.5. Being a lazy bod I have only ever installed this, a long time ago, when you could get it in BFF filesets. Have... (6 Replies)
Discussion started by: splattty
6 Replies

2. Solaris

Jumpstart woes

Hey, I have been battling with jumpstart for the past few days. Interface nxge0 is set on a vlan: nxge0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2 inet 0.0.0.0 netmask ff000000 ether 0:21:28:3c:a0:6 nxge998000:... (0 Replies)
Discussion started by: stantonnet
0 Replies

3. Solaris

Firmware password Solaris Sun Fire v440

Hi: I bougth an used Sun Fire v440, and It have a firmware password. When I turn on the server, it ask for firmware password. (I don 't know what is the correct password). I can access to SC, but when I want to access to OBP, Firmware Password appears again. I remove the battery for two hours,... (1 Reply)
Discussion started by: mguazzardo
1 Replies

4. Solaris

Locale woes

Greetings Forumers! I've been fighting a locale problem on a v490 running Solaris 10 u4 (8/07). When I login to the system, I get several "locale" error messages: user1's password: Last login: Wed May 26 2010 09:14:13 -0400 from system1 You have mail. couldn't set locale correctly couldn't... (0 Replies)
Discussion started by: bluescreen
0 Replies

5. Solaris

OpenBoot Firmware Password Recovery

So in the group of boxes I've inherited, I have one that has a firmware password. I do not know the root password of the machine nor the firmware password. I've tried several things already, such as: removing BIOS battery, double tap the power switch, and several variants of the STOP-A on a PC... (2 Replies)
Discussion started by: adelsin
2 Replies

6. Solaris

Firmware password

Hi: I have a Sun Blade 1500 and when I do the Jumpstart with command "boot net - install" asking for the password of the firmware and I was not that password. There any way to reset this password. Thank you very much (7 Replies)
Discussion started by: ea1fch
7 Replies

7. Solaris

SSH woes

version of solaris: SunOS 5.8 Generic-117350-39 sun4u sparc SUNW,Netra-240 version of SSH: OpenSSH_4.4p1, OpenSSL 0.9.8d 28 Sep 2006 Task: I need to have another Machine ssh into my machine, by either RSA authentication or username/pass authentication. History: In the begining my... (4 Replies)
Discussion started by: EWTGPAC
4 Replies

8. Solaris

pkgadd woes

Morning all, I am attempting to load a package from a Solaris 8 CDROM. This fails with the error : "pkgadd: ERROR: unable to access pkgmap file </cdrom/ .........../SUNWlibC/pkgmap> No changes were made to the system" Any help would be appreciated Andy (6 Replies)
Discussion started by: AndyD
6 Replies

9. Solaris

Remote CD woes

Good Day, I've remotely mounted a cdrom (no problems theere). The kicker is I can see the directories on the remote CD bout I can't see the files. What am I doing wrong? I'm logged in as root on both systems. All the permissions seem okay - what am I missing? Thanks (2 Replies)
Discussion started by: greg69
2 Replies

10. UNIX for Dummies Questions & Answers

CDROM Woes

Have a Sun CDROM connected to a Ultra machine . Problem is it is not recognizing the drive being connected to it ... When i put the CD in the drive it accepts the CD and zooms initially then quitens out .. The devices drivers are also not created for it ... Any ideas anyone ... I am... (4 Replies)
Discussion started by: Jai
4 Replies
Login or Register to Ask a Question
OFISA(4)						   BSD Kernel Interfaces Manual 						  OFISA(4)

NAME
ofisa -- introduction to machine-independent Open Firmware ISA bus support and drivers SYNOPSIS
ofisa* at mainbus0 XX* at ofisa? DESCRIPTION
NetBSD includes a machine-independent ISA bus subsystem and several machine-independent ISA device drivers. The ofisa bus uses Open Firmware to determine how to attach devices. HARDWARE
NetBSD includes machine-independent Open Firmware ISA drivers, sorted by device type and driver name: Disk and tape controllers wdc Standard Western Digital type hard drive controllers: MFM, RLL, ESDI, and IDE/ATAPI. Serial and parallel interfaces com NS8250-, NS16450-, and NS16550-based serial ports. lpt Standard ISA parallel port interface. Network interfaces cs Cirrus Logic Crystal CS8900 Ethernet interfaces. Sound cards and MIDI interfaces ess ESS Technology AudioDrive 1788-, 1888-, 1887-, and 888-based sound cards. Miscellaneous devices joy Game (joystick) adapters. SEE ALSO
com(4), cs(4), ess(4), intro(4), isa(4), joy(4), lpt(4), wdc(4) HISTORY
The Open Firmware ISA subsystem appeared in NetBSD 1.4. BSD
July 25, 2000 BSD