How can we copy a directory from Global to Non-global zone?


 
Thread Tools Search this Thread
Operating Systems Solaris How can we copy a directory from Global to Non-global zone?
# 1  
Old 11-18-2009
How can we copy a directory from Global to Non-global zone?

Hi All,

How can we copy a directory from global zone to non-global zone using SCP command?
# 2  
Old 11-18-2009
There is no need to use scp. "cp" will do it assuming you have the proper permissions.
Otherwise, scp configuration has the very same requirements as those to use in a two hosts setting.
# 3  
Old 11-18-2009
Quote:
Originally Posted by vijaysachin
Hi All,

How can we copy a directory from global zone to non-global zone using SCP command?

Maybe u can use this command

scp <name file> username@IP address:/directory destination
# 4  
Old 11-18-2009
what is the user name is it zone name zone name ?
# 5  
Old 11-18-2009
Quote:
Originally Posted by vijaysachin
what is the user name is it zone name zone name ?

username is your login to the zone
# 6  
Old 11-18-2009
Again, why do you want to use scp when cp would just work ?

Last edited by jlliagre; 11-18-2009 at 09:04 AM.. Reason: typo
# 7  
Old 11-18-2009
Quote:
Originally Posted by jlliagre
Again, why do you want to use scp when cp would just works ?

maybe secure
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Solaris 11 zone has no external network access (except to Global Zone)

Hi, hoping someone can help, its been a while since I used Solaris. After creating a NGZ (non global zone), the NGZ can access the GZ (Global Zone) and the GZ can access the NGZ (using ssh, zlogin) However, the NGZ cannot access any other netwqork devices, it can't even see the default router ... (2 Replies)
Discussion started by: GazinLincoln
2 Replies

2. Solaris

Date and time change in global and non global zone

Hi, If I change date and time in global zone, then it will affect in non global zones. During this process what files will get affect in non global zones and which mechanism it's using to change. gloabl zone:Solaris 11.3 X86 TIA (1 Reply)
Discussion started by: Sumanthsv
1 Replies

3. Solaris

Global and non-global zone resource sharing - tricky

hi all, Just a simple question but i cant get the answers in the book - In my globalzone , assuming i have 4 cpus (psrinfo -pv = 0-3), if i set dedicated-cpu (ncpus=2) for my local zone Is my globalzone left with 2 cpus or still 4 cpus ? Does localzone "resource reservation.e.g. cpu in... (6 Replies)
Discussion started by: javanoob
6 Replies

4. Solaris

showing 2 different time zones in global zone and nonglobal zone

can some one help me out as it is showing 2 different time zones in global zone and nonglobal zone .In global zone it is showing in GMT while in nonglobal zone i it showing as PDT. System in running with solaris 10 (3 Replies)
Discussion started by: ravijanjanam12
3 Replies

5. Solaris

How to access ENV variables of non global zones in global zone???

Hi Guys, My requirement is I have file called /opt/orahome/.profile in non global zone. PATH=/usr/bin:/usr/ucb:/etc:/usr/sbin:/usr/local/bin:/usr/openwin/bin:. export PATH PS1="\${ORACLE_SID}:`hostname`:\$PWD$ " export PS1 EDITOR=vi export EDITOR ENV=/opt/orahome/.kshrc export ENV... (1 Reply)
Discussion started by: vijaysachin
1 Replies

6. Solaris

Is there two different kernel`s running in global and non global zone?

Hi All, I want to know for non global zone there will be different kernal running? (1 Reply)
Discussion started by: vijaysachin
1 Replies

7. Solaris

[b]How to mount a folder from global zone to non global zone??

Hi All There is one folder in global zone I just want to share the same folder innon global zone. How can i do it? pls send me script for this. (2 Replies)
Discussion started by: vijaysachin
2 Replies

8. Solaris

sharing a directory between local and global zone

is this the step? add fs set dir=/export set special=/export set type=lofs add options rw end i notice i can't post immediately, moderator needs to moderate. i have 1 more post still haven't appear in the forum..hmm.... (1 Reply)
Discussion started by: binary0011
1 Replies

9. Solaris

How to know the global zonename from non-global zone?

It is easy to list all zones from global zones, but how to find out the global zone name from non-global zone? thx (11 Replies)
Discussion started by: honglus
11 Replies
Login or Register to Ask a Question