![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to send files to remote tape drive | yashdbad | UNIX for Dummies Questions & Answers | 3 | 12-29-2007 10:33 AM |
| tar on remote tape drive | nom | SUN Solaris | 3 | 03-28-2007 11:13 AM |
| Restoring tape files... | B14speedfreak | UNIX for Dummies Questions & Answers | 0 | 03-09-2007 11:45 AM |
| Mounting remote tape drive | dnicky | Shell Programming and Scripting | 0 | 11-14-2006 08:33 AM |
| Blocksize problem restoring file from tape | citrowske | UNIX for Dummies Questions & Answers | 11 | 10-17-2005 05:22 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Server 1 - Sun Solaris 5.8 sparc SUNW,Sun-Fire-480R with attached DLT tape drive /dev/rmt/0n
Server 2 - Old DG-UX box which has restore command on it compatible with the files on the backyup tape - backed up with dump2 Server 3 - Sun solaris 5.9 sparc SUNW,Sun-Fire-V490 with lots of free space to bring back files from backup tape. Server 1 has run the command mt -f /dev/rmt/0n fsf 1 to move tape drive onto first dump on tape. Server 3 has shared an area of disk space Server 2 can get onto the shared space and from this working directory issues the command restore rf server2:/dev/rmt/0n Getting permission denied error Any ideas how to get around this? Can't access the information on tape using ufsrestore or vxrestore as backup tape was created using dump2 (DG_UX) Have .rhosts files on all servers with "servername root" for each server. |
|
||||
|
Quote:
1. the permission to invoke rsh on the target host as the given user 2. the permission to access the tape The first one can be tested by trying to run 'pwd', eg 'rsh -n server pwd'. The second can be tested by login on to the box as the user the rsh will execute as and checking the rights of the magnetic tape, eg can you do dd if=/dev/rmt/0n of=/dev/null |
|
||||
|
"The first one can be tested by trying to run 'pwd', eg 'rsh -n server pwd'. "
We seem to have a problem here from server 2 as root I can rsh to Server3 but not Server1 However from Server3 I can rsh to both Server1 and Server2 /etc/hosts on each machine has entries for the others /.rhosts on each server has entries for the other servers What else would be controlling ability to rsh?? |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|