Sys-Admin Information’s

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

  • Home
  • Login
  • Register

Linux System information

Posted by Hendrawan in May 22nd, 2008  
Leave Comment
Posted in: LINUX, sysinfo     Tags: Linux System information, show system information on linux machine

System information

COMMAND
DESCRIPTION

arch
i686
show architecture of machine

uname -r
2.6.9-67.0.15.ELsmp
show used kernel version(1)

dmidecode|more
# dmidecode 2.2
SMBIOS 2.3 present.
39 structures occupying 2026 bytes.
Table at 0×000F6024.
Handle 0×0000
DMI type 0, 19 bytes.
BIOS Information
Vendor: IBM
Version: -[BWE130AUS-1.11]-
Release Date: 10/25/2007
Address: 0xF0F40
Runtime Size: 61632 bytes
ROM Size: 4096 kB
[…]
show hardware system components(SMBIOS / DMI)

hdparm -tT /dev/sda
/dev/sda:
Timing cached reads: 3704 MB in 2.00 seconds = 1852.28 […]

Popularity: 21% [?]

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: 52% [?]

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: 54% [?]

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: 43% [?]

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: 22% [?]

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: 15% [?]

« Older Entries
  • Reference
  • Tags
  • Latest

 

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

 

  • Backup Blocking BUG Connections Linux System information Listener NTP ORACLE Oracle to Mysql Projadd Projmod Session shminfo_shmmax shmmax show system information on linux machine Solaris Tuneable parameter SSH startup inconsistent DataBase Telnet tunable parameter Tuning

 

  • Troubleshooting for startup inconsistent DB
  • Linux System information
  • 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

Latest In ORACLE

Troubleshooting for startup inconsistent DB

for e.g. database unable up cause of datafile corruption SQL> startup ORACLE instance started. Total System Global ...continue reading

Backup Listener log

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

Archives

    • May 2008
    • 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

Recent Posts

    • Troubleshooting for startup inconsistent DB
    • Linux System information
    • set hostname without reboot
    • ssh[23593]: [ID 530472 user.error] Kerberos mechanism library initialization error:
    • Tracking Down “Last Reboot” on windows

Categories

    • *Nix (6)
    • AIX (1)
    • HP-UX (12)
    • SOLARIS (40)
    • LINUX (2)
    • ORACLE (22)
    • Mysql (2)
    • Windows (1)

Contibutor

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

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)
  • Tracking Down "Last Reboot" on windows
  • Backup Listener log
  • ssh[23593]: [ID 530472 user.error] Kerberos mechanism library initialization error:
  • Block Telnet Session
  • WWN info in solaris
  • Ssh in Solaris
  • ERROR! MySQL manager or server PID file could not be found!

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