Show Serial Number System In HP-UX
Written by Hendrawan in August 6th, 2007
Leave comment
Posted in: HP-UX, Show Serial Number
If your machine install the IGNITE software you can use print_manifest , If not you can use cstm (Command line interface to the Support Tool Manager)
$ echo "selclass qualifier system;info;wait;infolog" | /usr/sbin/cstm | grep "System Serial Number"
System Serial Number.......: S**xxxxxx
Wget Behind Proxy
Written by Hendrawan in August 1st, 2007
Posted in: HP-UX
Before Use, Please Install (swinstall) the packaged, reach at http://hpux.connect.org.uk/hppd/hpux/Gnu/wget-1.10.2/, don't forget about the build and run-time dependencies.
after that please add
"export http_proxy=http://server-proxy:port"
and
"export ftp_proxy=http://server-proxy:port"
in your profile
Enjoy!!
Shutdown Oracle
Written by Eriek Regandono in July 18th, 2007
Posted in: ORACLE
$ su - oracle
SQL> sqlplus /nolog
SQL> connect / as sysdba
SQL> shutdown immediate
If No Response
SQL> shutdown abort
Monitoring Instance when restart database
$ tail -f $ORACLE_HOME/admin/bdump/alert_$ORACLE_SID.log
Create User Who Can Only Connect Through FTP
Written by Hendrawan in July 12th, 2007
This is was created user "only" connect through FTP,Used in Solaris 9
$ uname -a
SunOS 5.9
# cat /etc/shells
/bin/bash
(some output remove for brevity)
/bin/ftpaccess
/sbin/sh
# useradd -d /export/home/ftpuser -s /bin/ftpaccess ftpuser
C:\>ftp serverftp
Connected to serverftp.
220 serverftp NcFTPd Server (registered copy) ready.
User (serverftp:(none)): ftpuser
331 User testftp okay, need password.
Password:
230-You are user #1 of 50 simultaneous
Performance Monitoring Commands
Written by Eriek Regandono in July 5th, 2007
Posted in: AIX
Monitoring Commands
nmon
vmstat
iostat
sar
topas
nmon
svmon
filemon
rmss
nmon
More info bout nmon
http://www-128.ibm.com/developerworks/aix/library/au-analyze_aix/
vmstat
The vmstat command is useful for obtaining an overall picture of CPU, paging, and memory usage.
$ vmstat 5 2
System Configuration: lcpu=2 mem=8192MB
kthr memory page
Get WWN of Fibre cards
Written by Eriek Regandono in July 5th, 2007
Backup Systems To Tape
Written by Hendrawan in July 5th, 2007
Reads Traditional and Modular Kernel Configuration Files
Written by Hendrawan in July 5th, 2007
Posted in: HP-UX, Kernel Conf
Recently In SOLARIS
set hostname without reboot
April 28th, 2008# uname -a SunOS Trojan 5.9 Generic_118558-33 sun4u sparc SUNW,Netra-T12 replace old hostname with new hostname in ...continue reading
ssh[23593]: [ID 530472 user.error] Kerberos mechanism library initialization error:
March 24th, 2008When 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 ...continue reading
Comparison Kernel parameter Solaris9 and Solaris10
March 4th, 2008SERVER - Solaris9 - Oracle9i .....[compare]..... SERVER - solaris10 - Oracle10g [ Solaris9] forceload:sys/shmsys [Solaris10] ...continue reading
- System Administrator Appreciation Day
- 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
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 readingBackup Listener log
In database production, the log of listener was grow rapidly, some times if you move ...continue readingCategories
-
- *Nix
- AIX
- Assign disk
- Backup
- BUG
- Connection
- Datafile
- Error
- Error Number
- Export-Import
- Fibre Channel
- FTP
- Get WWN
- Hardware Info
- HP-UX
- Kernel Conf
- LINUX
- Listener
- Mounting
- Mysql
- NTP
- ORACLE
- Sendmail
- Session
- Show Bit
- Show Memory
- Show Memory
- Show Processor
- Show Serial Number
- SOLARIS
- Sql Loader
- SSH
- Startup
- Sudo
- sysinfo
- Tablespace
- Tape
- Telnet
- Tunable Parameters
- Windows
- WWN Info


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..