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

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

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

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

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

  • 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