Sys-Admin Information’s

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

  • Home
  • Login
  • Register

set hostname without reboot

Posted by gandev in April 28th, 2008  
Leave Comment
Posted in: SOLARIS     

# uname -a
SunOS Trojan 5.9 Generic_118558-33 sun4u sparc SUNW,Netra-T12
replace old hostname with new hostname in file /etc/hosts, /etc/nodename, /etc/hostname.”ethernet_port_name”, /etc/net/ticlts/hosts, /etc/net/ticotsord/hosts, /etc/net/ticots/hosts
# vi /etc/hosts
# vi /etc/nodename
# vi /etc/hostname.”ethernet_port_name”
# vi etc/net/ticlts/hosts
# vi /etc/net/ticotsord/hosts
# vi /etc/net/ticots/hosts
and then execute command :
# hostname “new hostname”
# . /.profile

addthis_url = ‘http%3A%2F%2Fsysinfo.bascomp.org%2F2008%2F04%2F28%2Fset-hostname-without-reboot%2F’;
addthis_title = ’set+hostname+without+reboot’;
[…]

Popularity: 30% [?]

Setting NTP

Posted by gandev in February 27th, 2008  
Leave Comment
Posted in: NTP, SOLARIS     Tags: NTP

Setting NTP ( Network Time Protocol) in server :
1. Edit file ntp.conf
root@devtuna # vi /etc/inet/ntp.conf
……..
server xx.xx.xx.xx prefer
……..
……..
Replace xx.xx.xx.xx with your IP server NTP prefer
save your change configuration !wq

2. Refresh daemon NTP
root@devtuna # /etc/rc2.d/S74xntpd stop
root@devtuna # /etc/rc2.d/S74xntpd start

addthis_url = ‘http%3A%2F%2Fsysinfo.bascomp.org%2F2008%2F02%2F27%2Fsetting-ntp%2F’;
addthis_title = ‘Setting+NTP’;
addthis_pub = […]

Popularity: 42% [?]

WWN info in solaris

Posted by gandev in January 28th, 2008  
Leave Comment
Posted in: *Nix, Get WWN, SOLARIS, WWN Info     

For know, port WWN and node WWN in solaris :
# luxadm -e port
/devices/ssm@0,0/pci@18,700000/SUNW,qlc@2/fp@0,0:devctl CONNECTED
/devices/ssm@0,0/pci@18,700000/SUNW,qlc@1/fp@0,0:devctl CONNECTED
/devices/ssm@0,0/pci@18,600000/fibre-channel@1/fp@0,0:devctl CONNECTED
/devices/ssm@0,0/pci@18,700000/SUNW,qlc@2,1/fp@0,0:devctl NOT […]

Popularity: 46% [?]

Assign External Disk With Softpartition

Posted by gandev in January 28th, 2008  
Leave Comment
Posted in: Assign disk, SOLARIS     

For the example, i will assign disk 1 Terra byte to existing disk
Note :
The disk will be allocation to :
/ora/datafile7 500 MB
/ora/datafile8 200 MB
/ora/datafile9 150 MB
/datasqlload 150 MB
first, how to knowing new disk added in system?
# format > old_disk.txt
for the crosscheck […]

Popularity: 24% [?]

Ssh in Solaris

Posted by gandev in January 28th, 2008  
2 Comments
Posted in: SOLARIS, SSH     

All about service ssh in solaris
For Solaris 9 :
for disable service ssh
# /etc/init.d/sshd stop or
# /etc/rc3.d/S89sshd stop
for enable service ssh
# /etc/init.d/sshd start or
# /etc/rc3.d/S89sshd start
for a root enable connect to host via ssh service :
# vi /etc/ssh/sshd_config
………….
# Valid options are yes, without-password, no.
PermitRootLogin no
………….

Replace no with yes, after that save the […]

Popularity: 46% [?]

  • 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