otmfaqForumsBlogsRegister
FAQMembers ListCalendarToday's PostsSearch


 Subscribe Blogs:RSS
 Subscribe Forums:RSS
OTMFAQ Home
OTMFAQ Blogs
OTMFAQ Forums
OTMFAQ Tutorials

OTM SIG
MavenWire


Database Administration Database installation, creation, administration and related topics.

Tags: , ,

Closed Thread
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old May 21st, 2007, 17:47
chrisplough's Avatar
Site Moderator
 
Join Date: Jun 2006
Location: West Chester, PA
Posts: 847
Blog Entries: 7
Thanks: 53
Thanked 205 Times in 124 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 10
chrisplough has a spectacular aura aboutchrisplough has a spectacular aura aboutchrisplough has a spectacular aura about
Send a message via AIM to chrisplough
[SOLVED] Oracle 10gR2 on NAS

We recently had to do an OTM v5.0 to v5.5 migration on an AIX server that was connected to NAS storage. Funny enough - one of the largest issues wasn't the migration, but rather trying to get the Oracle DB created on the NAS storage.

In the end, we found that we had to manually mount the NAS filesystem using the following parameters:

Code:
mount -o cio,rw,bg,hard,nointr,rsize=32768,wsize=32768,proto=tcp,noac,vers=3,timeo=600 
 nas.company.com:/vol/db_u02 /u02
For some reason on AIX, editing /etc/filesystems wasn't enough and we had to manually unmount and remount using the command line above in order to get it to work.
NOTE: We don't recommend using NAS storage for an OTM DB server in production - the latency times are too high and will cause serious performance issues. This was done in DEV/TEST, though I would prefer local and/or SAN storage instead.
Hope this helps!

--Chris
__________________
Chris Plough
MavenWire

www.MavenWire.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] HTML Formatting issues with Oracle Reports 10.1.2.0.2 chrisplough Reports / FTI and Other Analytics 8 April 7th, 2008 15:07
[SOLVED] Oracle Reports on AIX chrisplough Reports / FTI and Other Analytics 0 July 3rd, 2007 04:33
[SOLVED] Benchmark results Oracle 10g Db on Linux and HP-UX Kristof Stevens Performance, Scalability and HA 1 June 12th, 2007 15:38
[SOLVED] Installing Oracle DB Server - Resource chrisplough Database Administration 0 July 24th, 2006 13:23



All times are GMT. The time now is 21:22.
Copyright © 2008, Open Book Solutions LLC. All rights reserved.

Sponsored by MavenWire - MavenWire.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37