Home » Server Options » RAC & Failsafe » Addition of new node in 11gr2 RAC (2 node) (11g, 11.2.0.1, oel6)
Addition of new node in 11gr2 RAC (2 node) [message #647618] Thu, 04 February 2016 04:54 Go to next message
ashishkumarmahanta80
Messages: 231
Registered: October 2006
Location: kolkatta
Senior Member
Dear All,

Addition of node is configuring in my test server (through virtual box).
Already configured 2-nodes database. Now after doing ssh configuration in all nodes and also verified.

After execution of
cd /u01/app/11.2.0/grid/oui/bin
./addNode.sh -silent "CLUSTER_NEW_NODES={oel8}" "CLUSTER_NEW_VIRTUAL_HOSTNAMES={oel8-vip}"


script hangs -
Instantiation of add node scripts complete 1%

Copying to remote nodes (Thursday, February 4, 2016 3:41:39 PM IST)
..............................................................................................


Please let me know where should I check the status of it? It executing more than 40 min, now.

Regards,
Ashish Kumar Mahanta
Re: Addition of new node in 11gr2 RAC (2 node) [message #647619 is a reply to message #647618] Thu, 04 February 2016 05:14 Go to previous messageGo to next message
John Watson
Messages: 8922
Registered: January 2010
Location: Global Village
Senior Member
You can monitor the copying of the Oracle home if you like, just

du -sh $ORACLE_HOME

and compare your existing node with the new node. Or ps will show you the copy processes running.
Re: Addition of new node in 11gr2 RAC (2 node) [message #647673 is a reply to message #647619] Fri, 05 February 2016 00:15 Go to previous messageGo to next message
ashishkumarmahanta80
Messages: 231
Registered: October 2006
Location: kolkatta
Senior Member
Dear John,

I have executed the script on new node and getting same result size 4.0k. It's not increasing. And ps command shows only two output bash and ps.

Now, I don't know why it is not copying to the new nodes? There might be some log files or command exists to check the status of it. If any one can help then really thank full.

Regards,
Ashish Kumar Mahant
Re: Addition of new node in 11gr2 RAC (2 node) [message #647675 is a reply to message #647673] Fri, 05 February 2016 00:55 Go to previous messageGo to next message
John Watson
Messages: 8922
Registered: January 2010
Location: Global Village
Senior Member
So your entire Oracle Home is 4KB? I don't think so. 4GB is more like it. Try again. Do not be afraid to show the results of
du -sh
ps -ef
on both machines.
Re: Addition of new node in 11gr2 RAC (2 node) [message #647683 is a reply to message #647675] Fri, 05 February 2016 04:03 Go to previous messageGo to next message
ashishkumarmahanta80
Messages: 231
Registered: October 2006
Location: kolkatta
Senior Member
Dear John,

From node 1
[root@oel2 dp1]# su - grid
[grid@oel2 ~]$ cd $ORACLE_HOME
[grid@oel2 grid]$ pwd
/u01/app/11.2.0/grid
[grid@oel2 grid]$ du -sh
3.3G	.
[grid@oel2 grid]$ ps -ef
UID        PID  PPID  C STIME TTY          TIME CMD
root         1     0  0 11:50 ?        00:00:00 /sbin/init
root         2     0  0 11:50 ?        00:00:00 [kthreadd]
root         3     2  0 11:50 ?        00:00:08 [ksoftirqd/0]
root         5     2  0 11:50 ?        00:00:00 [kworker/0:0H]
root         6     2  0 11:50 ?        00:00:00 [kworker/u:0]
root         7     2  0 11:50 ?        00:00:00 [kworker/u:0H]
root         8     2  0 11:50 ?        00:00:00 [migration/0]
root         9     2  0 11:50 ?        00:00:00 [rcu_bh]
root        10     2  0 11:50 ?        00:00:07 [rcu_sched]
root        11     2  0 11:50 ?        00:00:00 [watchdog/0]
root        12     2  0 11:50 ?        00:00:00 [cpuset]
root        13     2  0 11:50 ?        00:00:00 [khelper]
root        14     2  0 11:50 ?        00:00:00 [kdevtmpfs]
root        15     2  0 11:50 ?        00:00:00 [netns]
root        16     2  0 11:50 ?        00:00:00 [bdi-default]
root        17     2  0 11:50 ?        00:00:00 [kintegrityd]
root        18     2  0 11:50 ?        00:00:00 [kblockd]
root        19     2  0 11:50 ?        00:00:00 [xenbus_frontend]
root        20     2  0 11:50 ?        00:00:00 [ata_sff]
root        21     2  0 11:50 ?        00:00:00 [khubd]
root        22     2  0 11:50 ?        00:00:00 [md]
root        23     2  0 11:50 ?        00:00:10 [kworker/0:1]
root        24     2  0 11:50 ?        00:00:00 [khungtaskd]
root        25     2  0 11:50 ?        00:00:00 [kswapd0]
root        26     2  0 11:50 ?        00:00:00 [ksmd]
root        27     2  0 11:50 ?        00:00:00 [fsnotify_mark]
root        28     2  0 11:50 ?        00:00:00 [crypto]
root        37     2  0 11:50 ?        00:00:00 [kthrotld]
root        39     2  0 11:50 ?        00:00:00 [kpsmoused]
root        40     2  0 11:50 ?        00:00:00 [deferwq]
root       143     2  0 11:50 ?        00:00:00 [scsi_eh_0]
root       144     2  0 11:50 ?        00:00:00 [scsi_eh_1]
root       146     2  0 11:50 ?        00:00:00 [kworker/u:3]
root       154     2  0 11:50 ?        00:00:00 [scsi_eh_2]
root       155     2  0 11:50 ?        00:00:00 [scsi_eh_3]
root       156     2  0 11:50 ?        00:00:00 [scsi_eh_4]
root       245     2  0 11:50 ?        00:00:00 [kworker/0:1H]
root       246     2  0 11:50 ?        00:00:00 [jbd2/sda1-8]
root       247     2  0 11:50 ?        00:00:00 [ext4-dio-unwrit]
root       331     1  0 11:50 ?        00:00:01 /sbin/udevd -d
root       355     2  0 11:50 ?        00:00:01 [flush-8:0]
root       358     2  0 11:50 ?        00:00:00 [iprt]
root      1432     2  0 11:51 ?        00:00:00 [jbd2/sda3-8]
root      1433     2  0 11:51 ?        00:00:00 [ext4-dio-unwrit]
root      1549     2  0 11:51 ?        00:00:00 [kauditd]
root      1552     1  0 11:51 ?        00:00:00 /bin/sh /etc/init.d/init.ohasd r
root      1835     1  0 11:51 ?        00:00:00 auditd
root      1854     1  0 11:51 ?        00:00:00 /sbin/portreserve
root      1861     1  0 11:51 ?        00:00:00 /sbin/rsyslogd -i /var/run/syslo
rpc       1908     1  0 11:51 ?        00:00:00 rpcbind
root      1922     1  0 11:51 ?        00:00:00 /usr/sbin/cgdcbxd
root      1934     1  0 11:51 ?        00:00:02 lldpad -d
root      1946     2  0 11:51 ?        00:00:00 [fc_exch_workque]
root      1947     2  0 11:51 ?        00:00:00 [fc_rport_eq]
root      1950     2  0 11:51 ?        00:00:00 [fcoethread/0]
root      1951     2  0 11:51 ?        00:00:00 [cnic_wq]
root      1952     2  0 11:51 ?        00:00:00 [bnx2fc]
root      1953     2  0 11:51 ?        00:00:00 [bnx2fc_l2_threa]
root      1954     2  0 11:51 ?        00:00:00 [bnx2fc_thread/0]
root      1957     1  0 11:51 ?        00:00:00 /usr/sbin/fcoemon --syslog
root      1970     2  0 11:51 ?        00:00:00 [target_completi]
root      1971     2  0 11:51 ?        00:00:00 [tmr-rd_mcp]
dbus      1995     1  0 11:51 ?        00:00:06 dbus-daemon --system
root      2005     1  0 11:51 ?        00:00:00 NetworkManager --pid-file=/var/r
root      2010     1  0 11:51 ?        00:00:00 /usr/sbin/modem-manager
rpcuser   2024     1  0 11:51 ?        00:00:00 rpc.statd
root      2055     1  0 11:51 ?        00:00:00 /usr/sbin/wpa_supplicant -c /etc
root      2056     1  0 11:51 ?        00:00:00 cupsd -C /etc/cups/cupsd.conf
root      2120     1  0 11:51 ?        00:00:00 /usr/sbin/acpid
68        2129     1  0 11:51 ?        00:00:00 hald
root      2130  2129  0 11:51 ?        00:00:00 hald-runner
root      2170  2130  0 11:51 ?        00:00:00 hald-addon-input: Listening on /
68        2188  2130  0 11:51 ?        00:00:00 hald-addon-acpi: listening on ac
root      2220     1  0 11:51 ?        00:00:00 pcscd
root      2236     1  0 11:51 ?        00:00:00 automount --pid-file /var/run/au
root      2488     1  0 11:51 ?        00:00:05 /usr/sbin/VBoxService
root      2502     1  0 11:51 ?        00:00:01 /usr/sbin/console-kit-daemon --n
root      2575     1  0 11:51 ?        00:00:00 /usr/sbin/mcelog --daemon
root      2587     1  0 11:51 ?        00:00:00 /usr/sbin/sshd
root      2595     1  0 11:51 ?        00:00:00 xinetd -stayalive -pidfile /var/
root      2675     1  0 11:51 ?        00:00:00 /usr/libexec/postfix/master
postfix   2684  2675  0 11:51 ?        00:00:00 qmgr -l -t fifo -u
root      2699     1  0 11:51 ?        00:00:00 /usr/sbin/abrtd
root      2713     1  0 11:51 ?        00:00:00 /bin/bash /usr/sbin/ksmtuned
root      2722     1  0 11:51 ?        00:00:00 crond
root      2733     1  0 11:51 ?        00:00:00 /usr/sbin/atd
root      2768     1  0 11:51 ?        00:00:00 libvirtd --daemon
root      2833     1  0 11:51 ?        00:00:00 /usr/sbin/certmonger -S -p /var/
root      2858   331  0 11:51 ?        00:00:00 /sbin/udevd -d
root      2870     1  0 11:51 ?        00:00:00 /usr/sbin/gdm-binary -nodaemon
root      2878     1  0 11:51 tty2     00:00:00 /sbin/mingetty /dev/tty2
root      2881     1  0 11:51 tty3     00:00:00 /sbin/mingetty /dev/tty3
root      2883     1  0 11:51 tty4     00:00:00 /sbin/mingetty /dev/tty4
root      2885     1  0 11:51 tty5     00:00:00 /sbin/mingetty /dev/tty5
root      2889     1  0 11:51 tty6     00:00:00 /sbin/mingetty /dev/tty6
root      2925     1  4 11:51 ?        00:09:00 /u01/app/11.2.0/grid/bin/ohasd.b
nobody    2936     1  0 11:51 ?        00:00:00 /usr/sbin/dnsmasq --strict-order
root      2938  2870  0 11:51 ?        00:00:00 /usr/libexec/gdm-simple-slave --
root      2944  2938  0 11:51 tty1     00:00:13 /usr/bin/Xorg :0 -nr -verbose -a
gdm       3051     1  0 11:51 ?        00:00:00 /usr/bin/dbus-launch --exit-with
root      3074     1  0 11:51 ?        00:00:02 /usr/libexec/devkit-power-daemon
grid      3162     1  0 11:51 ?        00:01:08 /u01/app/11.2.0/grid/bin/oraagen
grid      3177     1  0 11:51 ?        00:00:00 /u01/app/11.2.0/grid/bin/gipcd.b
grid      3182     1  0 11:51 ?        00:00:00 /u01/app/11.2.0/grid/bin/mdnsd.b
grid      3196     1  0 11:51 ?        00:00:51 /u01/app/11.2.0/grid/bin/gpnpd.b
root      3212     1  0 11:51 ?        00:00:00 /usr/libexec/polkit-1/polkitd
rtkit     3222     1  0 11:51 ?        00:00:00 /usr/libexec/rtkit-daemon
root      3227     1  0 11:51 ?        00:01:48 /u01/app/11.2.0/grid/bin/cssdmon
root      3246     1  1 11:51 ?        00:02:06 /u01/app/11.2.0/grid/bin/cssdage
grid      3275     1  3 11:51 ?        00:07:38 /u01/app/11.2.0/grid/bin/ocssd.b
root      3283     1  0 11:51 ?        00:00:13 /u01/app/11.2.0/grid/bin/oraroot
grid      3296     1  0 11:51 ?        00:00:47 /u01/app/11.2.0/grid/bin/diskmon
root      3310  2938  0 11:51 ?        00:00:00 pam: gdm-password
root      3356     1  0 11:52 ?        00:00:05 /u01/app/11.2.0/grid/bin/octssd.
grid      3369     1  0 11:52 ?        00:01:21 /u01/app/11.2.0/grid/bin/evmd.bi
grid      3459     1  0 11:52 ?        00:00:02 asm_pmon_+ASM1
grid      3461     1  0 11:52 ?        00:00:38 asm_vktm_+ASM1
grid      3465     1  0 11:52 ?        00:00:00 asm_gen0_+ASM1
grid      3467     1  0 11:52 ?        00:00:25 asm_diag_+ASM1
grid      3469     1  0 11:52 ?        00:00:05 asm_ping_+ASM1
grid      3472     1  0 11:52 ?        00:00:00 asm_psp0_+ASM1
grid      3474     1  0 11:52 ?        00:01:48 asm_dia0_+ASM1
grid      3476     1  0 11:52 ?        00:00:57 asm_lmon_+ASM1
grid      3478     1  0 11:52 ?        00:00:49 asm_lmd0_+ASM1
grid      3482     1  0 11:52 ?        00:00:45 asm_lms0_+ASM1
grid      3486     1  0 11:52 ?        00:00:00 asm_lmhb_+ASM1
grid      3488     1  0 11:52 ?        00:00:00 asm_mman_+ASM1
grid      3490     1  0 11:52 ?        00:00:00 asm_dbw0_+ASM1
grid      3492     1  0 11:52 ?        00:00:00 asm_lgwr_+ASM1
grid      3494     1  0 11:52 ?        00:00:00 asm_ckpt_+ASM1
grid      3496     1  0 11:52 ?        00:00:00 asm_smon_+ASM1
grid      3498     1  0 11:52 ?        00:00:05 asm_rbal_+ASM1
grid      3500     1  0 11:52 ?        00:00:04 asm_gmon_+ASM1
grid      3502     1  0 11:52 ?        00:00:01 asm_mmon_+ASM1
grid      3504     1  0 11:52 ?        00:00:02 asm_mmnl_+ASM1
grid      3506     1  0 11:52 ?        00:00:35 /u01/app/11.2.0/grid/bin/oclskd.
grid      3510     1  0 11:52 ?        00:00:02 asm_lck0_+ASM1
root      3534     1  1 11:53 ?        00:04:05 /u01/app/11.2.0/grid/bin/crsd.bi
grid      3551     1  0 11:53 ?        00:00:00 asm_asmb_+ASM1
grid      3553     1  0 11:53 ?        00:00:01 oracle+ASM1_asmb_+asm1 (DESCRIPT
root      3575     1  0 11:53 ?        00:00:35 /u01/app/11.2.0/grid/bin/oclskd.
grid      3577     1  0 11:53 ?        00:00:00 oracle+ASM1_ocr (DESCRIPTION=(LO
grid      3628  3369  0 11:53 ?        00:00:00 /u01/app/11.2.0/grid/bin/evmlogg
grid      3678     1  0 11:53 ?        00:00:19 /u01/app/11.2.0/grid/bin/oraagen
root      3684     1  1 11:53 ?        00:02:50 /u01/app/11.2.0/grid/bin/oraroot
grid      3871     1  0 11:53 ?        00:00:45 /u01/app/11.2.0/grid/jdk/jre//bi
root      3940     1  0 11:54 ?        00:00:00 /usr/bin/gnome-keyring-daemon --
root      3970  3310  0 11:54 ?        00:00:00 gnome-session
root      3978     1  0 11:54 ?        00:00:00 dbus-launch --sh-syntax --exit-w
root      3979     1  0 11:54 ?        00:00:00 /bin/dbus-daemon --fork --print-
root      4038     1  0 11:54 ?        00:00:00 /usr/bin/VBoxClient --clipboard
root      4040  4038  0 11:54 ?        00:00:00 /usr/bin/VBoxClient --clipboard
root      4050     1  0 11:54 ?        00:00:00 /usr/bin/VBoxClient --display
root      4052  4050  0 11:54 ?        00:00:00 /usr/bin/VBoxClient --display
root      4056     1  0 11:54 ?        00:00:00 /usr/bin/VBoxClient --seamless
root      4057  4056  0 11:54 ?        00:00:00 /usr/bin/VBoxClient --seamless
root      4061     1  0 11:54 ?        00:00:00 /usr/bin/VBoxClient --draganddro
root      4062  4061  0 11:54 ?        00:00:00 /usr/bin/VBoxClient --draganddro
root      4093     1  0 11:54 ?        00:00:00 /usr/libexec/gconfd-2
root      4100     1  0 11:54 ?        00:00:01 /usr/libexec/gnome-settings-daem
root      4107     1  0 11:54 ?        00:00:00 /usr/libexec/gvfsd
root      4113     1  0 11:54 ?        00:00:00 /usr/libexec//gvfs-fuse-daemon /
root      4117     1  0 11:54 ?        00:00:00 seahorse-daemon
root      4119  3970  0 11:54 ?        00:00:00 metacity
root      4126  3970  0 11:54 ?        00:00:01 gnome-panel
root      4133  3970  0 11:54 ?        00:00:04 nautilus
root      4135     1  0 11:54 ?        00:00:00 /usr/libexec/bonobo-activation-s
root      4145     1  0 11:54 ?        00:00:00 /usr/libexec/wnck-applet --oaf-a
root      4146     1  0 11:54 ?        00:00:00 /usr/libexec/trashapplet --oaf-a
root      4148     1  0 11:54 ?        00:00:00 /usr/libexec/gvfs-gdu-volume-mon
root      4150     1  0 11:54 ?        00:00:00 /usr/libexec/udisks-daemon
root      4152  4150  0 11:54 ?        00:00:00 udisks-daemon: polling /dev/sr0
root      4155     1  0 11:54 ?        00:00:00 /usr/libexec/gvfsd-trash --spawn
root      4161  3970  0 11:54 ?        00:00:00 nm-applet --sm-disable
root      4163  3970  0 11:54 ?        00:00:00 python /usr/share/system-config-
root      4169  3970  0 11:54 ?        00:00:00 abrt-applet
root      4170  3970  0 11:54 ?        00:00:00 bluetooth-applet
root      4172     1  0 11:54 ?        00:00:00 /usr/libexec/gvfs-afc-volume-mon
root      4173     1  0 11:54 ?        00:00:09 ./escd --key_Inserted="/usr/bin/
root      4175  3970  0 11:54 ?        00:00:00 gpk-update-icon
root      4176  3970  0 11:54 ?        00:00:01 gnome-power-manager
root      4180     1  0 11:54 ?        00:00:00 /usr/libexec/gvfs-gphoto2-volume
root      4184     1  0 11:54 ?        00:00:00 /usr/libexec/im-settings-daemon
root      4187  3970  0 11:54 ?        00:00:00 gnome-volume-control-applet
root      4192  3970  0 11:54 ?        00:00:00 /usr/libexec/gdu-notification-da
root      4218  3970  0 11:54 ?        00:00:00 /usr/libexec/polkit-gnome-authen
root      4230     1  0 11:54 ?        00:00:02 gnome-screensaver
root      4250     1  0 11:54 ?        00:00:00 /usr/bin/pulseaudio --start
root      4305  4250  0 11:54 ?        00:00:00 /usr/libexec/pulse/gconf-helper
root      4370     1  0 11:54 ?        00:00:00 /usr/libexec/gdm-user-switch-app
root      4371     1  0 11:54 ?        00:00:00 /usr/bin/gnote --panel-applet --
root      4372     1  0 11:54 ?        00:00:00 /usr/libexec/clock-applet --oaf-
root      4373     1  0 11:54 ?        00:00:00 /usr/libexec/notification-area-a
root      4411     1  0 11:54 ?        00:00:00 /usr/libexec/gconf-im-settings-d
root      4441     1  0 11:54 ?        00:00:00 /usr/libexec/gvfsd-burn --spawne
root      4447   331  0 11:54 ?        00:00:00 /sbin/udevd -d
root      4461     1  0 11:54 ?        00:00:00 /usr/libexec/gvfsd-metadata
root      4480     1  0 11:54 ?        00:00:04 /usr/bin/gnome-terminal -x /bin/
root      4481  4480  0 11:54 ?        00:00:00 gnome-pty-helper
root      4482  4480  0 11:54 pts/0    00:00:00 /bin/bash
root      4722  4480  0 12:00 pts/1    00:00:00 /bin/bash
oracle    8081     1  0 13:57 ?        00:00:01 ora_pmon_PRIMDB1
oracle    8083     1  0 13:57 ?        00:00:12 ora_vktm_PRIMDB1
oracle    8087     1  0 13:57 ?        00:00:01 ora_gen0_PRIMDB1
oracle    8089     1  0 13:57 ?        00:00:08 ora_diag_PRIMDB1
oracle    8091     1  0 13:57 ?        00:00:00 ora_dbrm_PRIMDB1
oracle    8093     1  0 13:57 ?        00:00:01 ora_ping_PRIMDB1
oracle    8095     1  0 13:57 ?        00:00:00 ora_psp0_PRIMDB1
oracle    8097     1  0 13:57 ?        00:00:00 ora_acms_PRIMDB1
oracle    8099     1  0 13:57 ?        00:00:37 ora_dia0_PRIMDB1
oracle    8101     1  0 13:57 ?        00:00:17 ora_lmon_PRIMDB1
oracle    8103     1  0 13:57 ?        00:00:19 ora_lmd0_PRIMDB1
oracle    8105     1  0 13:57 ?        00:00:37 ora_lms0_PRIMDB1
oracle    8109     1  0 13:57 ?        00:00:00 ora_rms0_PRIMDB1
oracle    8111     1  0 13:57 ?        00:00:00 ora_lmhb_PRIMDB1
oracle    8113     1  0 13:57 ?        00:00:00 ora_mman_PRIMDB1
oracle    8115     1  0 13:57 ?        00:00:00 ora_dbw0_PRIMDB1
oracle    8117     1  0 13:57 ?        00:00:00 ora_lgwr_PRIMDB1
oracle    8119     1  0 13:57 ?        00:00:02 ora_ckpt_PRIMDB1
oracle    8121     1  0 13:57 ?        00:00:01 ora_smon_PRIMDB1
oracle    8123     1  0 13:57 ?        00:00:00 ora_reco_PRIMDB1
oracle    8125     1  0 13:57 ?        00:00:00 ora_rbal_PRIMDB1
oracle    8127     1  0 13:57 ?        00:00:00 ora_asmb_PRIMDB1
oracle    8129     1  0 13:57 ?        00:00:02 ora_mmon_PRIMDB1
oracle    8131     1  0 13:57 ?        00:00:01 ora_mmnl_PRIMDB1
oracle    8133     1  0 13:57 ?        00:00:00 ora_d000_PRIMDB1
grid      8135     1  0 13:57 ?        00:00:00 oracle+ASM1_asmb_primdb1 (DESCRI
oracle    8137     1  0 13:57 ?        00:00:00 ora_s000_PRIMDB1
oracle    8139     1  0 13:57 ?        00:00:00 ora_mark_PRIMDB1
oracle    8141     1  0 13:57 ?        00:00:12 /u01/app/11.2.0/grid/bin/oclskd.
oracle    8148     1  0 13:57 ?        00:00:06 ora_lck0_PRIMDB1
oracle    8150     1  0 13:57 ?        00:00:00 ora_rsmn_PRIMDB1
oracle    8210     1  0 13:57 ?        00:00:00 ora_gtx0_PRIMDB1
oracle    8212     1  0 13:57 ?        00:00:00 ora_rcbg_PRIMDB1
oracle    8214     1  0 13:57 ?        00:00:00 ora_qmnc_PRIMDB1
oracle    8221     1  0 13:57 ?        00:00:00 ora_q000_PRIMDB1
oracle    8223     1  0 13:57 ?        00:00:01 ora_q001_PRIMDB1
oracle    8235     1  0 13:57 ?        00:00:05 ora_cjq0_PRIMDB1
oracle    8368     1  0 14:02 ?        00:00:00 ora_smco_PRIMDB1
root      9093     1  0 14:34 ?        00:00:00 /usr/libexec/notification-daemon
root      9612     2  0 14:53 ?        00:00:00 [kworker/0:0]
postfix   9727  2675  0 14:54 ?        00:00:00 pickup -l -t fifo -u
grid      9766     1  0 14:54 ?        00:00:00 /u01/app/11.2.0/grid/bin/tnslsnr
grid      9768     1  0 14:54 ?        00:00:00 /u01/app/11.2.0/grid/bin/tnslsnr
root      9811  4482  0 14:55 pts/0    00:00:00 su - grid
grid      9812  9811  0 14:55 pts/0    00:00:00 -bash
grid      9872  9812  0 14:57 pts/0    00:00:00 /bin/sh ./addNode.sh -silent CLU
grid      9873  9872  0 14:57 pts/0    00:00:00 ./runInstaller -addNode -invPtrL
grid      9876  9873  0 14:57 pts/0    00:00:11 ../../jdk/jre/bin/java -Doracle.
oracle   10320     1  0 15:03 ?        00:00:00 ora_w000_PRIMDB1
root     10634  2713  0 15:17 ?        00:00:00 sleep 60
oracle   10639     1  0 15:18 ?        00:00:00 ora_j000_PRIMDB1
oracle   10641     1  0 15:18 ?        00:00:00 ora_j001_PRIMDB1
root     10642  4722  0 15:18 pts/1    00:00:00 su - grid
grid     10643 10642  0 15:18 pts/1    00:00:00 -bash
grid     10675 10643  1 15:18 pts/1    00:00:00 ps -ef



and from new node

[grid@oel8 grid]$ cd $ORACLE_HOME
[grid@oel8 grid]$ pwd
/u01/app/11.2.0/grid
[grid@oel8 grid]$ du -sh
4.0K	.
[grid@oel8 grid]$ ps -ef
UID        PID  PPID  C STIME TTY          TIME CMD
root         1     0  0 12:49 ?        00:00:00 /sbin/init
root         2     0  0 12:49 ?        00:00:00 [kthreadd]
root         3     2  0 12:49 ?        00:00:00 [ksoftirqd/0]
root         5     2  0 12:49 ?        00:00:00 [kworker/0:0H]
root         6     2  0 12:49 ?        00:00:00 [kworker/u:0]
root         7     2  0 12:49 ?        00:00:00 [kworker/u:0H]
root         8     2  0 12:49 ?        00:00:00 [migration/0]
root         9     2  0 12:49 ?        00:00:00 [rcu_bh]
root        10     2  0 12:49 ?        00:00:02 [rcu_sched]
root        11     2  0 12:49 ?        00:00:00 [watchdog/0]
root        12     2  0 12:49 ?        00:00:00 [cpuset]
root        13     2  0 12:49 ?        00:00:00 [khelper]
root        14     2  0 12:49 ?        00:00:00 [kdevtmpfs]
root        15     2  0 12:49 ?        00:00:00 [netns]
root        16     2  0 12:49 ?        00:00:00 [bdi-default]
root        17     2  0 12:49 ?        00:00:00 [kintegrityd]
root        18     2  0 12:49 ?        00:00:00 [kblockd]
root        19     2  0 12:49 ?        00:00:00 [xenbus_frontend]
root        20     2  0 12:49 ?        00:00:00 [ata_sff]
root        21     2  0 12:49 ?        00:00:00 [khubd]
root        22     2  0 12:49 ?        00:00:00 [md]
root        23     2  0 12:49 ?        00:00:09 [kworker/0:1]
root        24     2  0 12:49 ?        00:00:00 [khungtaskd]
root        25     2  0 12:49 ?        00:00:00 [kswapd0]
root        26     2  0 12:49 ?        00:00:00 [ksmd]
root        27     2  0 12:49 ?        00:00:00 [fsnotify_mark]
root        28     2  0 12:49 ?        00:00:00 [crypto]
root        37     2  0 12:49 ?        00:00:00 [kthrotld]
root        39     2  0 12:49 ?        00:00:00 [kpsmoused]
root        40     2  0 12:49 ?        00:00:00 [deferwq]
root       141     2  0 12:49 ?        00:00:00 [scsi_eh_0]
root       143     2  0 12:49 ?        00:00:00 [scsi_eh_1]
root       145     2  0 12:49 ?        00:00:00 [kworker/u:3]
root       154     2  0 12:49 ?        00:00:00 [scsi_eh_2]
root       155     2  0 12:49 ?        00:00:00 [scsi_eh_3]
root       156     2  0 12:49 ?        00:00:00 [scsi_eh_4]
root       205     2  0 12:49 ?        00:00:00 [kworker/0:2]
root       245     2  0 12:49 ?        00:00:00 [jbd2/sda1-8]
root       246     2  0 12:49 ?        00:00:00 [ext4-dio-unwrit]
root       330     1  0 12:49 ?        00:00:00 /sbin/udevd -d
root       356     2  0 12:49 ?        00:00:00 [iprt]
root      1409     2  0 12:49 ?        00:00:00 [kworker/0:1H]
root      1437     2  0 12:49 ?        00:00:00 [jbd2/sda3-8]
root      1438     2  0 12:49 ?        00:00:00 [ext4-dio-unwrit]
root      1483     2  0 12:49 ?        00:00:00 [kauditd]
root      1640     2  0 12:49 ?        00:00:00 [flush-8:0]
root      1751     1  0 12:49 ?        00:00:00 auditd
root      1769     1  0 12:49 ?        00:00:00 /sbin/portreserve
root      1776     1  0 12:49 ?        00:00:00 /sbin/rsyslogd -i /var/run/syslo
rpc       1824     1  0 12:49 ?        00:00:00 rpcbind
root      1838     1  0 12:49 ?        00:00:00 /usr/sbin/cgdcbxd
root      1850     1  0 12:49 ?        00:00:02 lldpad -d
root      1861     2  0 12:49 ?        00:00:00 [fc_exch_workque]
root      1862     2  0 12:49 ?        00:00:00 [fc_rport_eq]
root      1865     2  0 12:49 ?        00:00:00 [fcoethread/0]
root      1866     2  0 12:49 ?        00:00:00 [cnic_wq]
root      1867     2  0 12:49 ?        00:00:00 [bnx2fc]
root      1868     2  0 12:49 ?        00:00:00 [bnx2fc_l2_threa]
root      1869     2  0 12:49 ?        00:00:00 [bnx2fc_thread/0]
root      1872     1  0 12:49 ?        00:00:00 /usr/sbin/fcoemon --syslog
root      1885     2  0 12:49 ?        00:00:00 [target_completi]
root      1886     2  0 12:49 ?        00:00:00 [tmr-rd_mcp]
dbus      1910     1  0 12:50 ?        00:00:05 dbus-daemon --system
root      1920     1  0 12:50 ?        00:00:00 NetworkManager --pid-file=/var/r
root      1925     1  0 12:50 ?        00:00:00 /usr/sbin/modem-manager
rpcuser   1939     1  0 12:50 ?        00:00:00 rpc.statd
root      1970     1  0 12:50 ?        00:00:00 /usr/sbin/wpa_supplicant -c /etc
root      1986     1  0 12:50 ?        00:00:00 cupsd -C /etc/cups/cupsd.conf
root      2035     1  0 12:50 ?        00:00:00 /usr/sbin/acpid
68        2044     1  0 12:50 ?        00:00:00 hald
root      2045  2044  0 12:50 ?        00:00:00 hald-runner
root      2078  2045  0 12:50 ?        00:00:00 hald-addon-input: Listening on /
68        2096  2045  0 12:50 ?        00:00:00 hald-addon-acpi: listening on ac
root      2127     1  0 12:50 ?        00:00:00 pcscd
root      2143     1  0 12:50 ?        00:00:00 automount --pid-file /var/run/au
root      2346   330  0 12:50 ?        00:00:00 /sbin/udevd -d
root      2389     1  0 12:50 ?        00:00:06 /usr/sbin/VBoxService
root      2398     1  0 12:50 ?        00:00:01 /usr/sbin/console-kit-daemon --n
root      2480     1  0 12:50 ?        00:00:00 /usr/sbin/mcelog --daemon
root      2492     1  0 12:50 ?        00:00:00 /usr/sbin/sshd
root      2500     1  0 12:50 ?        00:00:00 xinetd -stayalive -pidfile /var/
root      2580     1  0 12:50 ?        00:00:00 /usr/libexec/postfix/master
postfix   2587  2580  0 12:50 ?        00:00:00 qmgr -l -t fifo -u
root      2604     1  0 12:50 ?        00:00:00 /usr/sbin/abrtd
root      2618     1  0 12:50 ?        00:00:00 /bin/bash /usr/sbin/ksmtuned
root      2627     1  0 12:50 ?        00:00:00 crond
root      2638     1  0 12:50 ?        00:00:00 /usr/sbin/atd
root      2652     1  0 12:50 ?        00:00:00 libvirtd --daemon
root      2712     1  0 12:50 ?        00:00:00 /usr/sbin/certmonger -S -p /var/
root      2718   330  0 12:50 ?        00:00:00 /sbin/udevd -d
root      2755     1  0 12:50 ?        00:00:00 /usr/sbin/gdm-binary -nodaemon
root      2763     1  0 12:50 tty2     00:00:00 /sbin/mingetty /dev/tty2
root      2765     1  0 12:50 tty3     00:00:00 /sbin/mingetty /dev/tty3
root      2767     1  0 12:50 tty4     00:00:00 /sbin/mingetty /dev/tty4
root      2769     1  0 12:50 tty5     00:00:00 /sbin/mingetty /dev/tty5
root      2771     1  0 12:50 tty6     00:00:00 /sbin/mingetty /dev/tty6
root      2812  2755  0 12:50 ?        00:00:00 /usr/libexec/gdm-simple-slave --
nobody    2819     1  0 12:50 ?        00:00:00 /usr/sbin/dnsmasq --strict-order
root      2824  2812  0 12:50 tty1     00:00:09 /usr/bin/Xorg :0 -nr -verbose -a
gdm       2888     1  0 12:50 ?        00:00:00 /usr/bin/dbus-launch --exit-with
root      2893     1  0 12:50 ?        00:00:01 /usr/libexec/devkit-power-daemon
root      2934     1  0 12:50 ?        00:00:00 /usr/libexec/polkit-1/polkitd
rtkit     2945     1  0 12:50 ?        00:00:00 /usr/libexec/rtkit-daemon
root      2950  2812  0 12:50 ?        00:00:00 pam: gdm-password
root      2958     1  0 12:51 ?        00:00:00 /usr/bin/gnome-keyring-daemon --
root      2968  2950  0 12:51 ?        00:00:00 gnome-session
root      2976     1  0 12:51 ?        00:00:00 dbus-launch --sh-syntax --exit-w
root      2977     1  0 12:51 ?        00:00:00 /bin/dbus-daemon --fork --print-
root      3037     1  0 12:51 ?        00:00:00 /usr/bin/VBoxClient --clipboard
root      3039  3037  0 12:51 ?        00:00:00 /usr/bin/VBoxClient --clipboard
root      3049     1  0 12:51 ?        00:00:00 /usr/bin/VBoxClient --display
root      3051  3049  0 12:51 ?        00:00:00 /usr/bin/VBoxClient --display
root      3056     1  0 12:51 ?        00:00:00 /usr/bin/VBoxClient --seamless
root      3058  3056  0 12:51 ?        00:00:00 /usr/bin/VBoxClient --seamless
root      3062     1  0 12:51 ?        00:00:00 /usr/bin/VBoxClient --draganddro
root      3063  3062  0 12:51 ?        00:00:00 /usr/bin/VBoxClient --draganddro
root      3092     1  0 12:51 ?        00:00:00 /usr/libexec/gconfd-2
root      3099     1  0 12:51 ?        00:00:01 /usr/libexec/gnome-settings-daem
root      3106     1  0 12:51 ?        00:00:00 /usr/libexec/gvfsd
root      3111     1  0 12:51 ?        00:00:00 seahorse-daemon
root      3113     1  0 12:51 ?        00:00:00 /usr/libexec//gvfs-fuse-daemon /
root      3118  2968  0 12:51 ?        00:00:00 metacity
root      3134  2968  0 12:51 ?        00:00:01 gnome-panel
root      3140  2968  0 12:51 ?        00:00:05 nautilus
root      3142     1  0 12:51 ?        00:00:00 /usr/libexec/bonobo-activation-s
root      3152     1  0 12:51 ?        00:00:00 /usr/libexec/wnck-applet --oaf-a
root      3153     1  0 12:51 ?        00:00:00 /usr/libexec/trashapplet --oaf-a
root      3155     1  0 12:51 ?        00:00:00 /usr/libexec/gvfs-gdu-volume-mon
root      3157     1  0 12:51 ?        00:00:00 /usr/libexec/gvfsd-trash --spawn
root      3159     1  0 12:51 ?        00:00:00 /usr/libexec/udisks-daemon
root      3160  3159  0 12:51 ?        00:00:00 udisks-daemon: polling /dev/sr0
root      3165  2968  0 12:51 ?        00:00:00 nm-applet --sm-disable
root      3170  2968  0 12:51 ?        00:00:00 python /usr/share/system-config-
root      3174  2968  0 12:51 ?        00:00:00 abrt-applet
root      3178     1  0 12:51 ?        00:00:01 /usr/libexec/gvfs-afc-volume-mon
root      3179  2968  0 12:51 ?        00:00:00 bluetooth-applet
root      3181  2968  0 12:51 ?        00:00:00 gpk-update-icon
root      3182     1  0 12:51 ?        00:00:08 ./escd --key_Inserted="/usr/bin/
root      3183  2968  0 12:51 ?        00:00:01 gnome-power-manager
root      3188     1  0 12:51 ?        00:00:00 /usr/libexec/im-settings-daemon
root      3194     1  0 12:51 ?        00:00:00 /usr/libexec/gvfs-gphoto2-volume
root      3196  2968  0 12:51 ?        00:00:00 gnome-volume-control-applet
root      3198  2968  0 12:51 ?        00:00:00 /usr/libexec/gdu-notification-da
root      3214  2968  0 12:51 ?        00:00:00 /usr/libexec/polkit-gnome-authen
root      3219     1  0 12:51 ?        00:00:02 gnome-screensaver
root      3242     1  0 12:51 ?        00:00:00 /usr/bin/pulseaudio --start
root      3313  3242  0 12:51 ?        00:00:00 /usr/libexec/pulse/gconf-helper
root      3376     1  0 12:51 ?        00:00:00 /usr/bin/gnote --panel-applet --
root      3377     1  0 12:51 ?        00:00:00 /usr/libexec/gdm-user-switch-app
root      3378     1  0 12:51 ?        00:00:00 /usr/libexec/notification-area-a
root      3379     1  0 12:51 ?        00:00:00 /usr/libexec/clock-applet --oaf-
root      3418     1  0 12:51 ?        00:00:00 /usr/libexec/gconf-im-settings-d
root      3449     1  0 12:51 ?        00:00:00 /usr/libexec/gvfsd-burn --spawne
root      3464     1  0 12:51 ?        00:00:00 /usr/libexec/gvfsd-metadata
root      3524     1  0 12:53 ?        00:00:02 /usr/bin/gnome-terminal -x /bin/
root      3525  3524  0 12:53 ?        00:00:00 gnome-pty-helper
root      3526  3524  0 12:53 pts/0    00:00:00 /bin/bash
root      3998  3526  0 13:08 pts/0    00:00:00 su - grid
grid      3999  3998  0 13:08 pts/0    00:00:00 -bash
postfix   5489  2580  0 14:54 ?        00:00:00 pickup -l -t fifo -u
grid      5781     1  0 14:57 ?        00:00:01 /tmp/tempRACTrans_2016_02_05--14
root      6019  2618  0 15:17 ?        00:00:00 sleep 60
grid      6021  3999  2 15:18 pts/0    00:00:00 ps -ef


Please suggest...

Regards,
Ashish Kumar Mahanta
Re: Addition of new node in 11gr2 RAC (2 node) [message #647684 is a reply to message #647683] Fri, 05 February 2016 04:16 Go to previous messageGo to next message
John Watson
Messages: 8922
Registered: January 2010
Location: Global Village
Senior Member
Well, the copy routine has started,
grid 5781 1 0 14:57 ? 00:00:01 /tmp/tempRACTrans_2016_02_05--14
but clearly it isn't doing anything. Better try it again.
Re: Addition of new node in 11gr2 RAC (2 node) [message #647685 is a reply to message #647684] Fri, 05 February 2016 04:34 Go to previous messageGo to next message
ashishkumarmahanta80
Messages: 231
Registered: October 2006
Location: kolkatta
Senior Member
Dear John,

I have tried it several time after waited for 2 hrs. Now, I don't know why it is not getting copied?

ssh established between node 1 and node new and vice versa (password less). Hanging issue is not related to ssh establishment between the nodes?

Please let me know, how to rectify the issue?

[Updated on: Fri, 05 February 2016 04:36]

Report message to a moderator

Re: Addition of new node in 11gr2 RAC (2 node) [message #647687 is a reply to message #647685] Fri, 05 February 2016 05:28 Go to previous messageGo to next message
ashishkumarmahanta80
Messages: 231
Registered: October 2006
Location: kolkatta
Senior Member
Dear Guru's,

Kindly assist me to solve the issue...

Regards,
Ashish Kumar Mahanta
Re: Addition of new node in 11gr2 RAC (2 node) [message #647691 is a reply to message #647687] Fri, 05 February 2016 08:23 Go to previous messageGo to next message
bpeasland
Messages: 51
Registered: February 2015
Location: United States
Member

Have you tried to manually copy some files to the new node? It doesn't have to be ORACLE_HOME.
Re: Addition of new node in 11gr2 RAC (2 node) [message #647712 is a reply to message #647691] Fri, 05 February 2016 23:21 Go to previous messageGo to next message
ashishkumarmahanta80
Messages: 231
Registered: October 2006
Location: kolkatta
Senior Member
Dear bpeasland,

You might be correct. Scp doesn't work from one node 1 to new node. Some permission issues. Let me rectify that and revert.

Regards,
Ashish Kumar Mahanta
Re: Addition of new node in 11gr2 RAC (2 node) [message #647713 is a reply to message #647712] Fri, 05 February 2016 23:52 Go to previous messageGo to next message
ashishkumarmahanta80
Messages: 231
Registered: October 2006
Location: kolkatta
Senior Member
Yes.

Now du -sh at new node is showing 1.9G. Yesterday, it was hanged at 4.k. Hope, this time it will copy he files. Will update you once any result comes.
Re: Addition of new node in 11gr2 RAC (2 node) [message #647715 is a reply to message #647713] Sat, 06 February 2016 00:07 Go to previous message
ashishkumarmahanta80
Messages: 231
Registered: October 2006
Location: kolkatta
Senior Member
Thanks John,

For your valuable inputs.

Thanks bpeasland,

I forget to check the basic things. Now its copied to new node with in 5 min.

Regards,
Ashish Kumar Mahanta
Previous Topic: OEM R4: LCM - Oracle SIHA/HAS Environment GRID PSU 12102 patch plan - requiring 19.8 gig of space
Next Topic: Making Standby DB from RAC
Goto Forum:
  


Current Time: Thu Mar 28 08:05:41 CDT 2024