How to troubleshoot a Apple Mac computer with Open Firmware Password enabled

January 6th, 2010 by shiraj

How to troubleshoot a computer with Open Firmware Password enabled If you cannot access the Open Firmware Password application and need to troubleshoot your computer by:* resetting the PRAM * starting up in Single-user mode * starting up in Verbose mode * starting from CD-ROM

Then follow these steps:

1. Start up into Open Firmware by pressing and holding the Command-Option-O-F key combination during startup.
2. At the Open Firmware prompt, type: reset-nvram
3. Press Return.
4. When prompted for your password, enter it and press the Return key. It responds OK.
5. At the Open Firmware prompt, type: reset-all
6. Press Return.
The computer restarts and you are now be able to reset the PRAM and startup in Single-user mode, Verbose mode, or from CD-ROM.

How to reset password on 3Com switch 2948

May 22nd, 2009 by shiraj

From the 3Com knowledge base:

********************
Baseline Switch 2948 – How to reset password on switch 2948
Problem:      How to reset password on switch 2948

The resetting of the password requires the installation of a console cable to the console port.

Be sure the terminal emulator program is set to VT-100 management using compatible, 38400 baud rate, no parity, 8 data bits and Console connection one stop bit.

Use the included cable, or be sure that the pin-out complies with a standard null-modem cable

Once the cable is connected, reboot the switch.  Type a Ctrl/C until you enter the failsafe mode.  This will be denoted with the prompt: “CFE>”

At the prompt execute the following commands:
CFE> passwrd
CFE> reset -sysreset

At this point the password has been reset.

resetting nvram pram on mac

May 20th, 2009 by shiraj

Try starting while holding the Command-Option-Shift-Delete keys all at the same time and see if it will let you startup/install.

Do you have any external drives you could install Tiger on first?

If the above doesn’t work, try this:

1. Start Mac and hold Option-Command-O-F keys
2. When the grey screen gets loaded type reset-nvram then press Return key
3. At next prompt type reset-all and the Mac will restart

See if that will allow install.

Transferring the FSMO Roles via Ntdsutil

July 22nd, 2008 by shiraj

Transferring the FSMO Roles via Ntdsutil

To transfer the FSMO roles from the Ntdsutil command:

Caution: Using the Ntdsutil utility incorrectly may result in partial or complete loss of Active Directory functionality.

  1. On any domain controller, click Start, click Run, type Ntdsutil in the Open box, and then click OK.

  1. Type roles, and then press ENTER.

Note: To see a list of available commands at any of the prompts in the Ntdsutil tool, type ?, and then press ENTER.

  1. Type connections, and then press ENTER.

  1. Type connect to server <servername>, where <servername> is the name of the server you want to use, and then press ENTER.

  1. At the server connections: prompt, type q, and then press ENTER again.

  1. Type transfer <role>. where <role> is the role you want to transfer.

For example, to transfer the RID Master role, you would type transfer rid master:

Options are:

  1. You will receive a warning window asking if you want to perform the transfer. Click on Yes.

  2. After you transfer the roles, type q and press ENTER until you quit Ntdsutil.exe.

  3. Restart the server and make sure you update your backup

Build your Own NAS

June 1st, 2008 by shiraj

Here’s my build your own NAS cookboook:
1) Get a Celeron 430 processor, around £50
2) Get a Gigbyte GA-945GCMX-S2 motherboard, around £55
3) Get 512MB of DDR2 memory, about £15
4) Get a 64MB or more USB memory stick. You might have these lying around, you can probably get one for a few bucks or free somewhere.
5) Get a case and power supply. I got a CoolerMaster Elite 330 for £40 and it has a lot of drive bays.
6) Get as many hard disks as you want.
7) Put the system together, hook up a CD-ROM drive (just borrow one).
8) Download and burn FreeNAS onto a CD
9) Boot the FreeNAS CD
10) Insert USB stick
11) Follow the FreeNAS menu to install the OS on the USB stick
12) Turn off the machine and remove the CD-ROM, put in
13) Plug in the network, turn on the machine, and use the menu to set the IP address
14) From another computer on the network, you can access the FreeNAS machine with your web browser, and you’re on your way.

Find hidden network adapter in Device Manager

May 10th, 2008 by shiraj

Error message when you try to set an IP address on a network adapter.
When you trying to set the IP address on a network adapter, you may receive the following error message:

The IP address XXX.XXX.XXX.XXX you have entered for this network adapter is already assigned to another adapter Name of adapter. Name of adapter is hidden from the network and Dial-up Connections folder because it is not physically in the computer or is a legacy adapter that is not working. If the same address is assigned to both adapters and they become active, only one of them will use this address. This may result in incorrect system configuration. Do you want to enter a different IP address for this adapter in the list of IP addresses in the advanced dialog box?

CAUSE

A network adapter with the same IP address is in the registry but is hidden in Device Manager. This can occur when you move a network card from one PCI slot to another PCI slot.

Back to the top

RESOLUTION

To resolve this problem, uninstall the ghosted network adapter from the registry using one of the following methods:

Back to the top

Method 1

1. Click Start, click Run, type cmd.exe, and then press ENTER.
2. Type set devmgr_show_nonpresent_devices=1, and then press ENTER.
3. Type Start DEVMGMT.MSC, and then press ENTER.
4. Click View, and then click Show Hidden Devices.
5. Expand the Network Adapters tree.
6. Right-click the dimmed network adapter, and then click Uninstall.

Back to the top

Method 2

The DevCon utility is a command-line utility that acts as an alternative to Device Manager. When you use DevCon, you can enable, disable, restart, update, remove, and query individual devices or groups of devices. To use DevCon, follow these steps:

1. Download the DevCon tool by clicking the following article number to view the article in the Microsoft Knowledge Base:

311272 (http://support.microsoft.com/kb/311272/) The DevCon command-line utility functions as an alternative to Device Manager
2. Unpack the 32-bit or 64-bit DevCon tool binary to a local folder.
3. Click Start, click Run, then type cmd and press ENTER.
4. Type CD:\path_to_binaries to navigate to the devcon.exe is located.
5. Use the following syntax to find installed network adapters:
devcon findall =net or
devcon listclass net
Note In the output of the previous commands, there is a line for the ghosted network adapter that is similar to the following:

PCI\VEN_10B7&DEV_9200&SUBSYS_00D81028&REV_78\4&19FD8D60&0&58F0: 3Com 3C920 Integrated Fast Ethernet Controller (3C905C-TX Compatible)
6. Remove the ghosted device by typing the following syntax:

devcon -r remove “@PCI\VEN_10B7&DEV_9200&SUBSYS_00D81028&REV_78\4&19FD8D60&0&58F0