Sys-Admin Information’s

Share Knowledge, Distribute Knowledge, Capture & Modify Knowledge, Create Knowledge..

  • Home
  • Login
  • Register

ssh[23593]: [ID 530472 user.error] Kerberos mechanism library initialization error:

Posted by Hendrawan in March 24th, 2008  
Leave Comment
Posted in: BUG, SOLARIS     Tags: BUG, SSH

When I log via ssh to another machine
# ssh gandalf@rohan.lotr.com
unable to initialize mechanism library [/usr/lib/gss/gl/mech_krb5.so]
the following message appears was appears
rohan.lotr.com sshd[23418]: [ID 530472 auth.error] Kerberos mechanism library initialization error:
Can’t open/find Kerberos /etc/krb5/krb5.conf

Workaround:
Edit /etc/ssh/ssh_config and add the following
Host *
StrictHostKeyChecking no
GSSAPIKeyExchange no
GSSAPIAuthentication no

addthis_url = ‘http%3A%2F%2Fsysinfo.bascomp.org%2F2008%2F03%2F24%2Fssh23593-id-530472-usererror-kerberos-mechanism-library-initialization-error%2F’;
addthis_title = ’ssh%5B23593%5D%3A+%5BID+530472+user.error%5D+Kerberos+mechanism+library+initialization+error%3A’;
addthis_pub […]

Popularity: 48% [?]

Tracking Down “Last Reboot” on windows

Posted by Hendrawan in March 9th, 2008  
Leave Comment
Posted in: Windows     

when you handful on your windows environment, you must know this
>edit uptime.bat
systeminfo | find “Up Time”
and then save with “alt+f > s > x”
last reboot action here..
> uptime.bat
>systeminfo | find “Up Time”
System Up Time: 3 Days, 19 Hours, 6 Minutes, […]

Popularity: 55% [?]

Backup Listener log

Posted by Hendrawan in March 9th, 2008  
Leave Comment
Posted in: Listener, ORACLE     Tags: Backup, Listener, ORACLE

In database production, the log of listener was grow rapidly, some times if you move the “listener.log” while the listener is up and running, listener will stop writing to log file after you move/delete the “listener.log”, it won’t create new log file.
The listener log status will be ‘off’, You need to start the “listener log” […]

Popularity: 55% [?]

Change SHMMAX without rebooting

Posted by Hendrawan in February 21st, 2008  
Leave Comment
Posted in: SOLARIS, Tunable Parameters     Tags: shmmax, tunable parameter

Shmmax parameter is supposed to be the maximum size of a single shared memory segments (and the oracle sga is build out of these shared memory segments).
New to the Solaris 8 release is the modular debugger, mdb(1), which is unique among
available Solaris debuggers because it is easily extensible. Mdb(1) also includes a number of […]

Popularity: 50% [?]

Moving & Recreate Temp Tablespace

Posted by Hendrawan in December 13th, 2007  
Leave Comment
Posted in: ORACLE, Tablespace     

I Recreate the temp tablespace coz my temp tablespace was corrupt,
you can do to the following bellow

c r e a t e temporary tablespace temp2 tempfile ‘/rdbms/temp01/temp2.dbf’ size 10M extent mangement local uniform size 1M;
alter d a t a b a s e default temporary tablespace temp2;
d r o p tablespace temp including […]

Popularity: 26% [?]

ORA 29807 - specified operator does not exist

Posted by Hendrawan in December 8th, 2007  
Leave Comment
Posted in: Error Number, ORACLE     

Yesterday,
During Installation of Oracle database 9i base on RHEL 4 ES,
I got Found error occurred when create the database using dbca,
and it keeps failing at the same point (Creating data dictionary Views)
This the error number Detail “ORA 29807 - specified operator does not exist”
Workaround;
just ignore the error and DBCA proceeds normally. Once the database is […]

Popularity: 23% [?]

How to mount an ISO image in Solaris

Posted by Hendrawan in November 15th, 2007  
Leave Comment
Posted in: Mounting, SOLARIS     

Q. How do I mount ISO FILE, And Read under it?
A. You can Use lofi(7D)/lofiadm the loopback file driver
Mounting an Existing CD-ROM Image Or File image
Use lofiadm to attach a block device to it:
# lofiadm -a /path/to/file.iso
/dev/lofi/1
And Then Use the mount command to mount the image:
# mount -F hsfs -o ro /dev/lofi/1 […]

Popularity: 16% [?]

Sql*Loader

Posted by Hendrawan in October 17th, 2007  
Leave Comment
Posted in: ORACLE, Sql Loader     

Preview a little ’bout sql*loader
SQL*Loader loads data from external files into tables of an Oracle database,
SQL*Loader Can manipulate the data before loading it, using SQL functions,
SQL*Loader Can load data into multiple tables during the same load session, and many more..
SQL*Loader takes as input a control file (*.ctl), which controls the behavior of SQL*Loader, and one […]

Popularity: 20% [?]

« Older Entries
  • Reference
  • Tags
  • Latest

 

    SUN Sysadmin Resources And Community
    The Porting And Archive Centre for HP-UX

 

  • Backup Blocking BUG Connections Listener NTP ORACLE Oracle to Mysql Projadd Projmod Session shminfo_shmmax shmmax Solaris Tuneable parameter SSH Telnet tunable parameter Tuning

 

  • set hostname without reboot
  • ssh[23593]: [ID 530472 user.error] Kerberos mechanism library initialization error:
  • Tracking Down “Last Reboot” on windows
  • Backup Listener log
  • Oracle Heterogeneous Configuration Service (ORACLE to MySQL)
  • Comparison Kernel parameter Solaris9 and Solaris10
  • Kernel setup for Solaris 10 using project files - Special for Oracle10g
  • Block Telnet Session
  • Setting NTP
  • Change SHMMAX without rebooting

Latest In ORACLE

Backup Listener log

In database production, the log of listener was grow rapidly, some times if you move ...continue reading

Oracle Heterogeneous Configuration Service (ORACLE to MySQL)

PART I : Setting up ODBC driver 1. Install mysql-connector-odbc-3.51.12-linux-i686.rpm # rpm –ivh mysql-connector-odbc-3.51.12-linux-i686.rpm 2. Start Mysql Daemon # ...continue reading

Archives

    • April 2008
    • March 2008
    • February 2008
    • January 2008
    • December 2007
    • November 2007
    • October 2007
    • September 2007
    • August 2007
    • July 2007

Meta

    • Register
    • Log in
    • Entries RSS
    • Comments RSS
    • WordPress.org

Spam Blocked

  • 68 spam comments
    blocked by
    Akismet

Recent Posts

    • set hostname without reboot
    • ssh[23593]: [ID 530472 user.error] Kerberos mechanism library initialization error:
    • Tracking Down “Last Reboot” on windows
    • Backup Listener log
    • Oracle Heterogeneous Configuration Service (ORACLE to MySQL)

Categories

    • *Nix (5)
    • AIX (1)
    • HP-UX (12)
    • SOLARIS (40)
    • ORACLE (20)
    • Mysql (2)
    • Windows (1)

Contibutor

    • Dhany sudharmanto
    • Eriek Regandono
    • Gani Afgani
    • Hell-me
    • Hendrawan
    • Henri Simatupang

Recent Comments

  • Hendrawan in Ssh in Solaris
  • kurgan in Ssh in Solaris
  • Arun in ERROR! MySQL manager or server PID …

Popular Entries

  • Comparison Kernel parameter Solaris9 and Solaris10
  • Kernel setup for Solaris 10 using project files - Special for Oracle10g
  • Oracle Heterogeneous Configuration Service (ORACLE to MySQL)
  • Block Telnet Session
  • Backup Listener log
  • Tracking Down "Last Reboot" on windows
  • Setting NTP
  • Change SHMMAX without rebooting
  • ssh[23593]: [ID 530472 user.error] Kerberos mechanism library initialization error:
  • Ssh in Solaris

Who is writing this blog?

author An ordinary people, participants, contributor who share their own experiences, their knowledge, their informations, task, a few tips and tricks, their problem with solving tools..
coz they know, knowledge it's free..
©2006-2008 Sys-Admin Information’s
Disclaimer: Unless otherwise specified, all posts are licensed under the Creative Commons Attribution-ShareAlike 3.0 License.
The Forte theme by Moses Francis