Map network drive


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Map network drive
# 1  
Old 08-18-2014
Map network drive

Hi

I need to restore an oracle backup from production in a test x86 Solaris 10 box . But the space is limited and does not have enough to hold both the backup as well as database . Hence , I am thinking of mapping a network drive from another x86 Solaris 10.

Pls let me know if it is possible ? Also since I have the basic Solaris 10 s/w , pls let me know if I need to install additional packages for it


Thanks

Last edited by rbatte1; 08-19-2014 at 01:05 PM.. Reason: Grammar
# 2  
Old 08-18-2014
In UNIX you can NFS mount the directory from the server to the client.
Consult the man pages for setting up the NFS server and mounting to the client.
This User Gave Thanks to blackrageous For This Post:
# 3  
Old 08-19-2014
You don't tell us what format the backup is in, but if it's a file that you need to read from, then you can go with the suggestion from blackrageous above, subject to firewall rules and any restrictions you may have as policy.

As an alternate, you could use rsh/resh/remsh or ssh to feed your file through. We didn't have space to even write the exports on some of our huge databases, so we had a process to do the export & import together across the network. Of course, you have to set up that instead, so it's not easy. It is a workable alternative though.



Robin
This User Gave Thanks to rbatte1 For This Post:
# 4  
Old 08-19-2014
Thank you all. I will try the solution provided and see if it works.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Linux

Systemd cryptsetup fails to map drive during reboot

I have created an encrypted disk using the following command: # cryptsetup create testcui /dev/sdb --key-file= /etc/keys --verify-passphrase plain This created the correctly mapped device /dev/mapper/testcui I have create the crypttab file with the following: # # test disk #... (0 Replies)
Discussion started by: jlowry
0 Replies

2. Windows & DOS: Issues & Discussions

How to map a path to a drive in windows

Hi all, Can anybody explain me about mapping a path to a drive with example? Thanks (3 Replies)
Discussion started by: Bobby16
3 Replies

3. Windows & DOS: Issues & Discussions

Script to automatically map samba shares as network drive

Hopefully someone will be kind enough to help me. I have a fileserver acting as a PDC and providing samba shares to a small network. Authentication to the PDC is via LDAP (setup using ebox) The users all have real local accounts on the server. I would like a windows logon script that will:... (4 Replies)
Discussion started by: barrydocks
4 Replies

4. Linux

Auto map network drive using SAMBA with batch file

Hi everyone. I have several shares (see smb.conf below). Each setup fairly similarly, and several groups. My end goals are: 1) to have the share automatically map as the P: drive to members of the employees group 2) to have the share automatically map as the t: drive to members of the tech... (0 Replies)
Discussion started by: unassassinable
0 Replies

5. UNIX for Dummies Questions & Answers

Map Drive From Windows To Apache Shared Drive?

Anyone know how I can map a windows drive to an apache shared drive? In my httpd.conf file, I have: Alias /merc_rpts/ "/u/merc_rpts/" <Directory "/u/merc_rpts"> Options Indexes </Directory> I'm able to bring up a browser and see the contents of this folder. In... (0 Replies)
Discussion started by: gseyforth
0 Replies

6. Solaris

How to map drive from Sun Solaris to Windows! Help me

I have two servers, one running on Windows server 2003 and one running Sun Solaris 10. Can you help me how to map drive from Sun Solaris to Windows server 2003. Thanks (1 Reply)
Discussion started by: tanhq
1 Replies

7. Solaris

How to map unix network dirver in windows

Hi, boss i have question about to how can i map the unix(solaris8) network driver in window. how to config the sorlaris system? thanks very waiting online................... (2 Replies)
Discussion started by: surainbow
2 Replies

8. UNIX for Dummies Questions & Answers

Map Drive from UNIX Server to Windows Clients

hi all ;; I have a Tru64 UNIX machine , first i want my employees ( windows clients) to see specific directory on unix , and how can i put a unix command in a visual basic code to copy the contents of that directory to drive c in the client side who request that by clicking a push button. ... (3 Replies)
Discussion started by: kafaween
3 Replies

9. Solaris

Map Network Drive...

Hallo...Hi, Anyone can help me???How can I map network drive from Windows if i'm using the Sun Solaris 8 server? :confused: (1 Reply)
Discussion started by: mrboomber
1 Replies
Login or Register to Ask a Question