[ The imperialist Japanese military must officially acknowledge and apologize for the coercion of young women into sexual slaves. / êꪤҳàõªòàõªÎÒ¿Ö˪˪·ª¿ð¨ÏÐñ«ëùìíÜâÏÚªÎ?ð¤àõªòÍëãÒªËìãªá¡¢Þóñªª·ªÊª±ªìªÐªÊªéªÊª¤. ]

»ç¿ëÀÚ

ID:
PW:

INDEX
01.°Ô½ÃÆÇ
°Ô½ÃÆÇ [72]
02.File Book
File ÀÚ·á½Ç [96]
Site Link [14]
°³ÀÎÆú´õ [201]
03.Field Book
Altibase [19]
Tibero [31]
MS-SQL [32]
MySQL [47]
DB2 [79]
ORACLE [3206]
PSQL [143]
CUBRID [5]
±âŸÁ¤º¸ [194]
¿î¿µÃ¼Á¦ [634]
04.Q/A Book
Q/A [53]
05.¹æ¸í·Ï
¹æ¸í·Ï [54]
·¹º§¾÷ [37]
±¸ÀÎ/±¸Á÷ [2]

±â³äÀÏ
Search
LINK
+ °¡Á· Hompy
+ DNSEver
IOTN :: Field Book :: ¿î¿µÃ¼Á¦

 È¸¿ø°¡ÀÔ

AIX ssh very slow
ÃÖ±æÈ£ [LIST]   2021-04-15 18:06:19, Á¶È¸ : 568

¿øÀÎ : nic mtu ³Ê¹« Ä¿¼­ ¹®Á¦
Áõ»ó
+ db1$ ssh db2 date [ ªÀº °á°ú´Â ºü¸£´Ù ]
+ db1$ ssh db2 'ls -al /etc' [ 1ÆäÀÌÁö ³Ñ´Â text °á°ú ´Ê´Ù / db2´Â ´À¸®´Ù , db2-privÀº ºü¸£´Ù. ]

/etc/hosts
10.10.10.11 db1
10.10.10.12 db2
172.16.10.1 db1-hb db1-priv node1
172.16.10.2 db2-hb db2-priv node2

ssh node2 date
ssh db2 date
°á°ú ºü¸§ [ ÀÛÀº °á°ú´Â ºü¸§ ]

ssh node2 'ls -al /etc/'
°á°ú ºü¸§
ssh db2 'ls -al /etc/'
°á°ú ´À¸² [ node2 hostname ¸¸ ´À¸² ]



db1:oracle /home/oracle$ ssh -vvv node2 'ls -al /etc/'
OpenSSH_8.1p1, OpenSSL 1.0.2u  20 Dec 2019
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Failed dlopen: /usr/krb5/lib/libkrb5.a(libkrb5.a.so):   0509-022 Cannot load module /usr/krb5/lib/libkrb5.a(libkrb5.a.so).
        0509-026 System error: A file or directory in the path name does not exist.

debug1: Error loading Kerberos, disabling Kerberos auth.
debug2: resolving "node2" port 22
debug2: ssh_connect_direct
debug1: Connecting to node2 [172.16.10.2] port 22.
debug1: Connection established.
....
....
debug1: Sending command: ls -al /etc/
debug2: channel 0: request exec confirm 1
debug3: send packet: type 98
debug2: channel_input_open_confirmation: channel 0: callback done
debug2: channel 0: open confirm rwindow 0 rmax 32768
debug2: channel 0: rcvd adjust 2097152
debug3: receive packet: type 99
debug2: channel_input_status_confirm: type 99 id 0
debug2: exec request accepted on channel 0
debug3: receive packet: type 98
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug3: receive packet: type 98
debug1: client_input_channel_req: channel 0 rtype eow@openssh.com reply 0
debug2: channel 0: rcvd eow
debug2: channel 0: chan_shutdown_read (i0 o0 sock -1 wfd 5 efd 7 [write])
debug2: channel 0: input open -> closed
debug3: receive packet: type 96
debug2: channel 0: rcvd eof
debug2: channel 0: output open -> drain
debug3: receive packet: type 97
debug2: channel 0: rcvd close
debug3: channel 0: will not send data after close
total 6656
drwxr-xr-x   34 root     system         8192 Apr 15 17:01 .
drwxr-xr-x   21 root     system         4096 Apr 15 15:21 ..
-rw-r--r--    1 root     system            2 Apr 15 15:13 .init.state
-rw-rw----    1 root     system            0 Apr 07 19:29 .trcfmt.lock
-rw-rw-r--    1 root     system         3133 Apr 07 19:59 3270.keys
-rw-rw-r--    1 root     system         4379 Apr 07 19:59 3270_arab_kyb.map
-rw-rw-r--    1 root     system         6201 Apr 07 19:59 3270keys.dtterm
-rw-rw-r--    1 root     system         5942 Apr 07 19:59 3270keys.hft
drwxr-xr-x    3 bin      bin             256 Apr 07 19:40 X11



ssh -vvv db2 'ls -al /etc/'
OpenSSH_8.1p1, OpenSSL 1.0.2u  20 Dec 2019
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Failed dlopen: /usr/krb5/lib/libkrb5.a(libkrb5.a.so):   0509-022 Cannot load module /usr/krb5/lib/libkrb5.a(libkrb5.a.so).
        0509-026 System error: A file or directory in the path name does not exist.

debug1: Error loading Kerberos, disabling Kerberos auth.
debug2: resolving "db2" port 22
debug2: ssh_connect_direct
debug1: Connecting to db2 [10.10.10.12] port 22.
debug1: Connection established.
....
....
debug1: Sending command: ls -al /etc/
debug2: channel 0: request exec confirm 1
debug3: send packet: type 98
debug2: channel_input_open_confirmation: channel 0: callback done
debug2: channel 0: open confirm rwindow 0 rmax 32768
debug2: channel 0: rcvd adjust 2097152
debug3: receive packet: type 99
debug2: channel_input_status_confirm: type 99 id 0
debug2: exec request accepted on channel 0
[ very slow ]
216.73.216.200


  LIST

Á¦¸ñ ÀÛ¼ºÀÚ ÀÛ¼ºÀÏ Á¶È¸
Solaris  rsync -auv    ÃÖ±æÈ£ 2025/07/02 5
Linux  OpenSSL: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure    ÃÖ±æÈ£ 2025/06/17 5
Solaris  pkg install gcc    ÃÖ±æÈ£ 2025/06/17 6
Linux  grep sed °ø¹é+ Á¦°Å expdp.log , column -t º¸±âÁÁ°Ô Á¤·Ä    ÃÖ±æÈ£ 2025/06/11 8
Linux  Activate the web console with: systemctl enable --now cockpit.socket    ÃÖ±æÈ£ 2025/06/06 7
Linux  ¹éµµ¾î backdoor test    ÃÖ±æÈ£ 2025/06/06 9
Linux  shell function log /var/log/messages # ref /etc/init.d/ohasd    ÃÖ±æÈ£ 2025/06/05 5
Linux  gnome GUI login fail    ÃÖ±æÈ£ 2025/06/02 17
Linux  unzip End-of-central-directory signature not found.    ÃÖ±æÈ£ 2025/05/30 33
Linux  yum dvd iso config /etc/fstab ignore error booting    ÃÖ±æÈ£ 2025/05/27 37
Linux  vi if then ÀÚµ¿ ÁÙ¹Ù²Þ ²ô±â [ touch ~/.vimrc ]    ÃÖ±æÈ£ 2025/05/25 25
Linux  mount -t cifs -o username=id,password=pwd //x.x.x.x/nas.dir /mnt.dir # nfs mount    ÃÖ±æÈ£ 2025/05/22 23
Windows  Apache error.og [error] Server ran out of threads to serve requests. Consider raising the ThreadsPerChild setting    ÃÖ±æÈ£ 2025/05/09 23
Windows  mobaxterm Servers / Windows tftp ftp http ssh/sftp telnet nfs vnc ¹«·á ¼­¹ö     ÃÖ±æÈ£ 2025/04/14 28
Solaris  /usr/sbin/syslogd /var/adm/messages ·Î±× ¾ø´Â°æ¿ì [ kill -1 `cat /var/run/syslog.pid` ]    ÃÖ±æÈ£ 2025/03/20 34
Linux  yum install / "Could not resolve host: mirrorlist.centos.org; ¾Ë ¼ö ¾ø´Â ¿À·ù"    ÃÖ±æÈ£ 2024/10/25 43
Solaris  kex_exchange_identification: Connection closed by remote host    ÃÖ±æÈ£ 2024/09/19 27
Linux  ps -ef pid °¡Áö°í ÆÄÀÏ À§Ä¡ È®ÀΠ   ÃÖ±æÈ£ 2024/08/23 42
Linux  date -1 / date +%Y%m%d -d $d' -1days'    ÃÖ±æÈ£ 2024/08/19 44

    ¸ñ·Ïº¸±â   ´ÙÀ½ÆäÀÌÁö 1 [2][3][4][5][6][7][8][9][10]..[32]   [´ÙÀ½ 10°³]
       

Copyright 1999-2025 Zeroboard / skin by ÃÖ±æÈ£(gilho.kr@gmail.com)
ÃÖ±Ù ´ñ±Û
2016/06/09
201606 Ãß°¡ grid/runcluvfy.sh...
by ÃÖ±æÈ£
2016/05/09
lg tab full screen VNCSERVE...
by ÃÖ±æÈ£
2013/10/17
rsync -avH /data/*

by ÃÖ±æÈ£
ÃÖ±Ù °Ô½Ã¹°
07/03
[ORACLE]
create type ORA-39083 ORA-0230....
by ÃÖ±æÈ£
07/03
[ORACLE]
sms recovery check ORA-00278 ....
by ÃÖ±æÈ£
07/02
[¿î¿µÃ¼Á¦]
rsync -auv.
by ÃÖ±æÈ£