Partial Summary: ufsdump from a remote server via ssh

From: sunhux G <sunhux_at_gmail.com>
Date: Sat Aug 16 2008 - 08:07:57 EDT
Thanks, not a path issue but Openssh is not there in Solaris 8.

The command is :
ufsdump 0uf - test.txt | ssh slagpo@10.51.101.5 "cd /tmp; cat > test.dmp;
gzip test.dmp"
(tested between 2 Solaris 10 servers)

(One reply corrected my original command :
  # nohup ufsdump 0uf - /  | ssh myuserid@10.51.101.5 "cd /ora/destdir;
   zip ufsdump.zip -"


I'll need to install from www.sunfreeware.com  Openssh (& the
pre-requisites Openssl & lastly libgcc) but after restarting (by issuing
"/usr/sbin/sshd2 restart" ), ssh now has a message :

# /usr/local/bin/ssh myuserid@10.51.101.5 <myuserid@10.51.101.5>
PRNG is not seeded

(Some of those suggestions from google did not resolve PRNG error
  above)

NFS share is not permitted for security reason.


Thanks again,
U

On 8/15/08, sunhux G <sunhux@gmail.com> wrote:
>
> Hi
>
> I'm exploring a solution to do "ufsdump" from a Solaris 8 server (which
> currently also has an 'ssh command not found problem') to a remote
> Solaris 10 server (which has a lot of disk space) :
>
> On Solaris 8 server :
> # ssh
> ksh: ssh:  not found
>
>
> The command below on Solaris 8 did not work (partly the
> ssh problem above & possibly I'm missing something) :
>
> # nohup ufsdump 0uf - /  | ssh myuserid@10.51.101.5 "cd /ora/destdir; zip
> -" &
>
> where /ora/destdir  is permitted for writing by the remote user myuserid.
>
>
> What's the missing bits?
>
>
> Also, suppose instead of using the remote Solaris 10 server, can I
> substitute
> it with a Windows ssh server (which also has a lot of disk space)?
>  Problem is Windows XP supports max file size of 4Gb only if I'm not wrong
>
>
> TIA
> U
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers
Received on Sat Aug 16 08:10:11 2008

This archive was generated by hypermail 2.1.8 : Thu Mar 03 2016 - 06:44:11 EST