Home » Server Options » Data Guard » If Dataguard is possible b/w following configuration of servers
If Dataguard is possible b/w following configuration of servers [message #265225] Wed, 05 September 2007 16:28 Go to next message
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 #265228 is a reply to message #265225] Wed, 05 September 2007 16:42 Go to previous messageGo to next message
DreamzZ
Messages: 1666
Registered: May 2007
Location: Dreamzland
Senior Member
Whats the OS installed on both servers?
Whats the Oracle versions?
Re: If Dataguard is possible b/w following configuration of servers [message #265229 is a reply to message #265228] Wed, 05 September 2007 16:46 Go to previous messageGo to next message
Koolwant
Messages: 49
Registered: June 2007
Location: new jersey
Member
I have 10.2.0.1 on one server and oracle is not yet installed on the other server.

OS
#1

[root@localhost ~]# cat /etc/issue
Fedora Core release 5 (Bordeaux)
Kernel \r on an \m

#2
[ora_usr@oracle-dev OEM]$ cat /etc/issue
Red Hat Enterprise Linux ES release 3 (Taroon Update Cool
Kernel \r on an \m


Thanks
Re: If Dataguard is possible b/w following configuration of servers [message #265230 is a reply to message #265229] Wed, 05 September 2007 16:54 Go to previous messageGo to next message
DreamzZ
Messages: 1666
Registered: May 2007
Location: Dreamzland
Senior Member
I guess not if different OS (should have same endian formats).

post the result of this query from both servers

SQL> select a.PLATFORM_NAME,a.ENDIAN_FORMAT
  2  from v$transportable_platform a ,v$database b
  3  where a.PLATFORM_ID=b.PLATFORM_ID;

PLATFORM_NAME                                 ENDIAN_FORMAT
--------------------------------------------- --------------
Solaris[tm] OE (64-bit)                       Big

SQL>


[Updated on: Wed, 05 September 2007 16:58]

Report message to a moderator

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 Go to previous messageGo to next message
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 Go to previous messageGo to next message
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.

Re: If Dataguard is possible b/w following configuration of servers [message #267504 is a reply to message #267418] Thu, 13 September 2007 09:56 Go to previous messageGo to next message
DreamzZ
Messages: 1666
Registered: May 2007
Location: Dreamzland
Senior Member
Yes if you have same configuration.

Re: If Dataguard is possible b/w following configuration of servers [message #267617 is a reply to message #265225] Thu, 13 September 2007 21:46 Go to previous messageGo to next message
Sergius
Messages: 13
Registered: November 2006
Junior Member
Quote:
Yes if you have same configuration.


The same configuration of what? The hardware configuration will be different. The OS will be the same but different release.

Re: If Dataguard is possible b/w following configuration of servers [message #267745 is a reply to message #267617] Fri, 14 September 2007 10:53 Go to previous message
DreamzZ
Messages: 1666
Registered: May 2007
Location: Dreamzland
Senior Member
Fine if oracle versions are same.
Previous Topic: lsp process is not starting
Next Topic: plz help
Goto Forum:
  


Current Time: Fri Mar 29 02:36:31 CDT 2024