Wednesday, September 19, 2012

Register VM Cloned SELS 11 SP2 to ZEN Network

The process for SLE11 is as follows:
  1. Find out the alias of the update service by using "zypper ls".
  2. Remove the update service, for example by using "zypper removeservice nu_novell_com".
  3. Remove the NCC credentials using "rm /etc/zypp/credentials.d/NCCcredentials".
  4. Delete the suseRegister cache file using "rm /var/cache/SuseRegister/lastzmdconfig.cache".
  5. With this complete, restart YaST, and then launch Novell Customer Center Configuration. This will register any new keys that were needed. Attention: if you use the suse_register commandline tool instead of YaST (for example by using: suse_register -a regcode-sles=YourActivationCode -a email=YourEmailAddress -a moniker=YourHostname -L /root/.suse_register.log) you may have to refresh the services by running "zypper refresh-services -r" afterwards.
  6. Check if the update repositories have been added correctly by using "zypper lr".

Friday, September 14, 2012

IP Address Management Excel Tool

An excel sheet that is made by me years ago to manage my Company's IP Addresses...
I decide to share it out to whom might find it useful.
I am not going to explain how to use it as one who want to use it will understand it.
If you are having headache in managing or calculating IP addresses, it would be your nice pal.



Download it (not viewing) at Google Doc
https://drive.google.com/file/d/0B8gWj5_Gu6ZuclMyeEZwOGpJaVE

Monday, September 10, 2012

Disable Toll-Fraud Prevention Feature on Cisco IOS 15

Recently helped sibling company to replace new router and spent 1 day to troubleshoot VoIP problem.

after using "debug voice cccapi" we got this log...

%VOICE_IEC-3-GW: Application Framework Core: Internal Error (Toll fraud call rejected): 
IEC=1.1.228.3.31.0 on callID 3 GUID=F146D6B0539C11DF800CA596C4C2D7EF 
000183: *Apr 30 14:38:57.251: //3/F146D6B0800C/CCAPI/ccCallSetContext: 
   Context=0x49EC9978 
000184: *Apr 30 14:38:57.251: //3/F146D6B0800C/CCAPI/cc_process_call_setup_ind: 
   >>>>CCAPI handed cid 3 with tag 1002 to app "_ManagedAppProcess_TOLLFRAUD_APP" 
000185: *Apr 30 14:38:57.251: //3/F146D6B0800C/CCAPI/ccCallDisconnect: 
   Cause Value=21, Tag=0x0, Call Entry(Previous Disconnect Cause=0, Disconnect Cause=0)


http://www.cisco.com/en/US/tech/tk652/tk90/technologies_tech_note09186a0080b3e123.shtml#t3

Finally found out all call are blocked by new Toll-Fraud Prevention Feature on new IOS 15...
And it is the command to disable it.



voice service voip
 no ip address trusted authenticate

Tuesday, September 4, 2012

Inter-forest migration of Windows7 from Domain Controller 2003 to 2008


ERR2:7711 Unable to retrieve the DNS hostname for the migrated computer 'XXXX'. The ADSI property cannot be found in the property cache.
 (hr=0x8000500d)

The NullSessionPipes REG_MULTI_SZ registry value under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanmanServer\Parameters on the target domain controllers are not defined correctly. 
1.   Add the following values to the NullSessionPipes REG_MULTI_SZ registry value:
COMNAP
COMNODE
SQL\QUERY
SPOOLSS
netlogon
lsarpc
samr
BROWSER


NOTE: The values most necessary would be LSARPC and Netlogon.  If any values currently exist in this registry location on the DCs then these should be appended to the list above.
2.   Restart the Server service and all dependant services to have this change take effect.