AIXLogician
Technical User
Hello All,
I am curious about a the below.
I have two AIX DB servers (one DEV and other PROD), the DBA wanted to have a warm failover on Dev system incase of Disaster.
I have created file systems, and allocated same amount of disk space as in production,
Now the DBA wanted to move his archive logs to Dev system, My Suggestion was
> I will export a file system from DEV system to prod, and he will write his archive logs there. (Archive logs on disk is second option, currently he is directly writing his archive logs to TSM, using API utility).
I know by doing this, the network will be impacted, I am not 100% how the impact will be, so I thought another option.
> I mapped a new disk to both servers, created a file system, and on Prod server ran this # varyonvg -b -u vgname
on Dev I import the disk #importvg -y vgname -R <PVID>,
mounted the file system on both servers, and I can read/write from both servers.
Main question:
I know its not a best practice to use this, Data corruption chances are high.
But, what if I just use the DEV system as RO? will that still corrupt my data?
Is that a safe play, or should I proceed with NFS mount.
FYI,
OS version is AIX 7.1
DB is DB2 v9.7
Storage IBM SVC V7000.
Any help is appreciated.
I am curious about a the below.
I have two AIX DB servers (one DEV and other PROD), the DBA wanted to have a warm failover on Dev system incase of Disaster.
I have created file systems, and allocated same amount of disk space as in production,
Now the DBA wanted to move his archive logs to Dev system, My Suggestion was
> I will export a file system from DEV system to prod, and he will write his archive logs there. (Archive logs on disk is second option, currently he is directly writing his archive logs to TSM, using API utility).
I know by doing this, the network will be impacted, I am not 100% how the impact will be, so I thought another option.
> I mapped a new disk to both servers, created a file system, and on Prod server ran this # varyonvg -b -u vgname
on Dev I import the disk #importvg -y vgname -R <PVID>,
mounted the file system on both servers, and I can read/write from both servers.
Main question:
I know its not a best practice to use this, Data corruption chances are high.
But, what if I just use the DEV system as RO? will that still corrupt my data?
Is that a safe play, or should I proceed with NFS mount.
FYI,
OS version is AIX 7.1
DB is DB2 v9.7
Storage IBM SVC V7000.
Any help is appreciated.