February 24, 2009, 4:56 pm
Reading time: < 1 minute
- RH 5 not supported so instead of using the -ignoresysprereqs switchAon the installer I modified the /etc/redhat-release file with the latestARH 4 version info
- Create a Sym link - /usr/lib/libdb.so.2 to /usr/lib/libgdbm.so.2.0.0
- OPMN process fails to start during installation - manually issued the A"opmnctl startall" command and clicked CONTINUE on installer.
- Ignored the warning on the following packages not being installed A(pdksh (we have another ksh package installed), gnome-libs....,Axscreensaver-...) - Clicked "User Verified.None of the ignored packages are available for RH 5
February 23, 2009, 10:17 am
Reading time: 2 - 3 minutes
Key decision - decide if you need a password for the administrator's account that you are going to activate. My point is that the local policy may insist on a complex password, thus you will not be able to activate the administrator with a blank password. This technique also works on Windows Server 2008, however on that operating system it is more likely you will set /active:no.
Overview
- Logon to Vista using your usual account.
- Launch the cmd prompt - Make sure you select, 'Run as administrator'
- Net user administratorA
- Net user administrator /active:yes
- Switch User, or logoff
- Logon as Administrator Password
Detailed Instructions to activate the Administrator
- Logon to Vista using your normal username and password.
- Click on the Start button
- Click on Start Search.
- Type, cmd.
- Right-click cmd, select 'Run as administrator' from the shortcut menu.
- In the black 'DOS box', type the following at the command line:
- Net help user
- The idea of the last command is just to observe the options for Net User. In particular, examine the syntax to set the password.
- The next instruction is the crucial command. I have chosen password = p£ssworD, you may want to choose different characters.
- Net user administrator p£ssw0rd
- Net user administrator /active:yes
- Check the message : The command completed successfully
- Switch User, or logoff
- Logon as Administrator Password p£ssw0rD (Your password may be different!)
Trap1: There should be no space between the word 'active' and the colon.
/active :yes is wrong.
/active:yes is correct.
Trap2: You need a forward slash before /active
Net user administrator active:yes is wrong
Net user administrator /active:yes is correct
Trapx: Pay close attention to the command, it should be active, not activate.
Local Security Method to Enable the Administrator Account
If you prefer a simpler method, visit the Local Security policy, incidentally, this MMC is worth exploring in its own right.
This is how you navigate to the Local Security Policy.
Firstly click on Vista's Start orb, then in the Start Search dialog box type: secpol.msc. Note: you must include the .msc extension.
Secondly drill down to Local Policy, Security Options
Thirdly double click Accounts: Administrator account status, and select enable.
February 12, 2009, 12:18 pm
Reading time: < 1 minute
Today i ended up with following error while installing Grid Control 10.2.0.1.
Here are the environment details.
OS : Linux
Repository : 10.2.0.2
Grid Control : 10.2.0.1
Error:
====
2009-02-12 11:40:13 Thread-3065358016 WARN http: snmehl_connect: connect failed to (lala:1157): Connection refused (error = 111)
2009-02-12 11:40:52 Thread-3065358016 WARN http: snmehl_connect: connect failed to (lala:1157): Connection refused (error = 111)
Solution:
======
After struggling for few hours i found the following silly solution.
Create the listener with IP Address not with host name.