If Dataguard is possible b/w following configuration of servers [message #265225] |
Wed, 05 September 2007 16:28 |
Koolwant
Messages: 49 Registered: June 2007 Location: new jersey
|
Member |
|
|
Hi
I have two servers,on which I am told to install dataguard. But the configuration I have , I'm doubtfull that if I can install dataguard these two servers.
10.1.1.44
root@localhost ~]# grep "model name" /proc/cpuinfo
model name : Intel(R) Core(TM)2 CPU 6300 @ 1.86GHz
model name : Intel(R) Core(TM)2 CPU 6300 @ 1.86GHz
[root@localhost ~]# cat /etc/issue
Fedora Core release 5 (Bordeaux)
Kernel \r on an \m
top - 17:15:51 up 29 days, 2:47, 3 users, load average: 0.00, 0.02, 0.00
Tasks: 143 total, 1 running, 142 sleeping, 0 stopped, 0 zombie
Cpu(s): 0.2%us, 0.0%sy, 0.0%ni, 99.8%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
Mem: 2069464k total, 1567380k used, 502084k free, 226492k buffers
Swap: 2031608k total, 124k used, 2031484k free, 977696k cached
[root@localhost ~]# df -kh
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
224G 11G 202G 6% /
/dev/sda1 99M 15M 80M 16% /boot
tmpfs 1011M 0 1011M 0% /dev/shm
192.168.4.11
[ora_usr@oracle-dev OEM]$ cat /etc/issue
Red Hat Enterprise Linux ES release 3 (Taroon Update 8)
Kernel \r on an \m
[ora_usr@oracle-dev OEM]$ grep "model name" /proc/cpuinfo
model name : Intel(R) Xeon(TM) CPU 3.06GHz
[ora_usr@oracle-dev OEM]$ df -kh
Filesystem Size Used Avail Use% Mounted on
/dev/hdb1 37G 30G 5.8G 84% /
/dev/hda1 99M 14M 80M 15% /boot
none 502M 0 502M 0% /dev/shm
top
17:17:15 up 142 days, 20:52, 2 users, load average: 0.00, 0.33, 0.37
150 processes: 149 sleeping, 1 running, 0 zombie, 0 stopped
CPU states: cpu user nice system irq softirq iowait idle
total 0.9% 0.0% 0.0% 0.0% 0.0% 0.0% 99.0%
Mem: 1027440k av, 1015948k used, 11492k free, 0k shrd, 12448k buff
763452k actv, 145284k in_d, 20844k in_c
Swap: 2040244k av, 162280k used, 1877964k free 761192k cached
Can somebody tell me if between this configuration DataGuard is possible??
Regards
|
|
|
|
|
|
Re: If Dataguard is possible b/w following configuration of servers [message #265233 is a reply to message #265230] |
Wed, 05 September 2007 17:10 |
Koolwant
Messages: 49 Registered: June 2007 Location: new jersey
|
Member |
|
|
SQL> select a.platform_name,a.endian_format from v$transportable_platform a , v$database b where a.platform_id=b.platform_id;
PLATFORM_NAME
--------------------------------------------------------------------------------
ENDIAN_FORMAT
--------------
Linux IA (32-bit)
Little
But I dont have Oracle on the other server which has Fedora Core release 5 (Bordeaux)
|
|
|
Re: If Dataguard is possible b/w following configuration of servers [message #267418 is a reply to message #265225] |
Thu, 13 September 2007 04:31 |
Sergius
Messages: 13 Registered: November 2006
|
Junior Member |
|
|
Q: ENDIAN_FORMAT is the onliest reason why to have similar OS on both servers?
As far as i understand endian format depends from OS.
I have Fujitsu Siemens PRIMEPOWER450 4x SPARC64 V server as primary (running solaris 9).
Can i install standby on
64-bit Intel Xeon EM64Technology server?
I can install solaris 9 there.
|
|
|
|
|
|