- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: file system error
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2002 05:44 PM
11-21-2002 05:44 PM
file system error
i am still having some problems.
when i try to export oracle data from the NFS client file system, i get the following error;
no such device,
About to export specified tables via Conventional Path ...
. . exporting table ACTB_HISTORYNo such device or address
EXP-00002: error in writing to export file
EXP-00002: error in writing to export fileerror closing export file
EXP-00000: Export terminated unsuccessfully002>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2002 09:47 PM
11-21-2002 09:47 PM
Re: file system error
In oracle data will be residing in tables. you can't NFS mount a oracle filesystem and work. since oracle database bound to hostname/IP of the machine on which it is running(look in tnsnames.ora file). you can use oracle link to connect to remote database and get the view of the remote database.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2002 09:54 PM
11-21-2002 09:54 PM
Re: file system error
$exp
Are you specifying the right path.Is the path existing.
Can you post your command and description as what task you are really performing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2002 10:05 PM
11-21-2002 10:05 PM
Re: file system error
failed to respond at a time when i was exporting data. i had to quickly restart the NFS client and the NFS server and the file system picked up on the client. however i get 'no such device error' while running export from this file system.I hope u get this now. pls help me...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2002 10:29 PM
11-21-2002 10:29 PM
Re: file system error
you should run the export from the machine where is the database and Oracle server installation is available.
THanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2002 10:32 PM
11-21-2002 10:32 PM
Re: file system error
bit confusion, sometimes you say NFS client and some times oracle server.
NFS concept is:
sysetm A and system B. you want to mount a filesyetm in A on to B.
In A open /etc/exports file make an entry for filesystem to be exported (specify -rw if you want to write into, since by default all exported filesystems will be read only)
execute the command from A
#exportfs -a
#exportfs will show you the exported filesystem
Make sure NFS processes are running on both A and B (if not start them using #/sbin/init.d/nfs.server start
#/sbin/init.d/nfs.client start)
In B
#mount A:/
If B says A:not found
replace A with its IP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2002 10:35 PM
11-21-2002 10:35 PM
Re: file system error
bit confusion, sometimes you say NFS client and some times oracle server.
NFS concept is:
sysetm A and system B. you want to mount a filesyetm in A on to B.
In A open /etc/exports file make an entry for filesystem to be exported (specify -rw if you want to write into, since by default all exported filesystems will be read only)
execute the command from A
#exportfs -a
#exportfs will show you the exported filesystem
Make sure NFS processes are running on both A and B (if not start them using #/sbin/init.d/nfs.server start
#/sbin/init.d/nfs.client start)
In B
#mount A:/
If B says A:not found
replace A with its IP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2002 10:37 PM
11-21-2002 10:37 PM
Re: file system error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2002 10:37 PM
11-21-2002 10:37 PM
Re: file system error
bit confusion, sometimes you say NFS client and some times oracle server.
NFS concept is:
sysetm A and system B. you want to mount a filesyetm in A on to B.
In A open /etc/exports file make an entry for filesystem to be exported (specify -rw if you want to write into, since by default all exported filesystems will be read only)
execute the command from A
#exportfs -a
#exportfs will show you the exported filesystem
Make sure NFS processes are running on both A and B (if not start them using #/sbin/init.d/nfs.server start
#/sbin/init.d/nfs.client start)
In B
#mount A:/
If B says A:not found
replace A with its IP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2002 10:40 PM
11-21-2002 10:40 PM
Re: file system error
bit confusion, sometimes you say NFS client and some times oracle server.
NFS concept is:
sysetm A and system B. you want to mount a filesyetm in A on to B.
In A open /etc/exports file make an entry for filesystem to be exported (specify -rw if you want to write into, since by default all exported filesystems will be read only)
execute the command from A
#exportfs -a
#exportfs will show you the exported filesystem
Make sure NFS processes are running on both A and B (if not start them using #/sbin/init.d/nfs.server start
#/sbin/init.d/nfs.client start)
In B
#mount A:/
If B says A:not found
replace A with its IP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2002 10:41 PM
11-21-2002 10:41 PM
Re: file system error
bit confusion, sometimes you say NFS client and some times oracle server.
NFS concept is:
sysetm A and system B. you want to mount a filesyetm in A on to B.
In A open /etc/exports file make an entry for filesystem to be exported (specify -rw if you want to write into, since by default all exported filesystems will be read only)
execute the command from A
#exportfs -a
#exportfs will show you the exported filesystem
Make sure NFS processes are running on both A and B (if not start them using #/sbin/init.d/nfs.server start
#/sbin/init.d/nfs.client start)
In B
#mount A:/
If B says A:not found
replace A with its IP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2002 10:41 PM
11-21-2002 10:41 PM
Re: file system error
bit confusion, sometimes you say NFS client and some times oracle server.
NFS concept is:
sysetm A and system B. you want to mount a filesyetm in A on to B.
In A open /etc/exports file make an entry for filesystem to be exported (specify -rw if you want to write into, since by default all exported filesystems will be read only)
execute the command from A
#exportfs -a
#exportfs will show you the exported filesystem
Make sure NFS processes are running on both A and B (if not start them using #/sbin/init.d/nfs.server start
#/sbin/init.d/nfs.client start)
In B
#mount A:/
If B says A:not found
replace A with its IP