Link to home
Start Free TrialLog in
Avatar of need4answers
need4answers

asked on

Copy directory betweeen Solaris 10 zones

I have a Solaris 10 box with 3 zones. I want to sftp the certificate keystore file between zones.

Before hand I logged onto Zone1 and :___ to the keystore directory
    chmod -R 777 keystore
    chown -R sysadmin keystore

then logged into Zone2 as sysadmin and opened terminal
   su
    #sftp sysadmin@zone1(FQDN)
entered PW
    get keystore
result:  Cannot download directory

I am MCSE by trade and fumble thru Unix. To top it off and make it even worse I am dealing with Solaris 10 which I find theres not any good ref books on using it that I have found.
ASKER CERTIFIED SOLUTION
Avatar of omarfarid
omarfarid
Flag of United Arab Emirates image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of need4answers
need4answers

ASKER

Worked great. You should write a book, Ive been looking for the answer for past 2 days.
I can write a book, but where is the sponsor :)
If you have access to the global zone, you can do a simple cp to each of the zones.