Displaying 9 results from an estimated 9 matches for "zlogin".
Did you mean:
login
2009 Aug 12
3
zlogin equivalent?
Another day, another question :)
I would like to forward commands like you can with ssh and zlogin. In other words, I want to do the equivalent of:
zlogin $hostname "$command"
virsh console doesn''t seem to allow that. Is there a right way to do this? I''m currently trying to automatically figure out the IP address and then use ssh to send commands to the domU, but it...
2007 May 03
3
Re: UPDATE automated installation of puppet into s olaris 10 zones
>> You''re right, if the package content from the global zone is
>> reflected in all zones, the necessary files are already there.
>>
>> Typically I try to keep additional installed packages as
>> independent as possible. So all additional software packages have
>> the following parameters set in the pkginfo file:
>>
>>
2007 May 08
2
solaris 10 type zone possible enhancement?
Two enhancements of the type "zone" would be great:
- a zone transition from ''running'' to ''installed'' should do a complete
shutdown of the zone before ''zoneadm -z <zonename> halt'' is called,
respectively instead of it.
zlogin <zonename> "init 0" does the job, but it comes back immediately
without checking the completion. Maybe a configurable timeout could solve
this: check the state of the zone, if it''s still running after the timeout,
do the ''zoneadm -z <zonename> halt'...
2010 Jan 08
1
I/O errors after zfs promote back and forth
...date and promoted the original zone roots
again.
So until today, the zone template was dependend upon one of the zone roots and
when I promoted it again to restore the intended order, all zones effectively
crashed. When trying to execute processes in them, I got exec failures like this
one:
# zlogin ZONE
[Connected to zone ''ZONE'' pts/2]
zlogin: exec failure: I/O error
Is this issue known to anyone already?
Thank you, Nils
2008 Sep 16
3
iscsi target problems on snv_97
...and not correlated with the pkill''s above) the system reports that all of the iscsi disks are unavailable. Nothing I''ve tried short of a reboot of the whole host brings them back. All of the zones on the system remount their zoneroots read-only (and give I/O errors when read or zlogin''d to)
There are a set of TCP connections from the zonehost to the x4500 that remain even through disabling the iscsi_initiator service. There''s no process holding them as far as pfiles can tell.
Does this sound familiar to anyone? Any suggestions on what I can do to troublesho...
2006 Apr 25
3
ZFS quotas & zoned datasets
...and it appears to work but....
global zone=pingpong
local zone=player2
delated dataset is table/player2
pingpong:pts/1# zfs get quota table/player2
NAME PROPERTY VALUE SOURCE
table/player2 quota none default
pingpong:pts/1# zlogin player2
[Connected to zone ''player2'' pts/2]
Last login: Wed Apr 12 06:53:47 on pts/2
Sun Microsystems Inc. SunOS 5.11 snv_37 October 2007
# zfs get quota table/player2
NAME PROPERTY VALUE SOURCE
table/player2 quota none...
2008 Jan 22
9
VNIC, non-global zone, dhcp & dns
...t;br>
When creating the non-global zone I set the "ip-type" to "exclusive"<br>
and used "add net" and "setphysical=vnic2" to specify that the<br>
zone should be using vnic2 to access the network.<br>
<br>
Then, after zlogin into the non-global zone, I configure vnic2 to
use dhcp:<br>
<br>
# ifconfig vnic2 plumb<br>
# ifconfig vnic2 dhcp primary start<br>
<br>
Using "ifconfig -a" I check that vnic2 successfully acquired an IP
address.<br>
<br>
Ye...
2020 Jun 03
7
Help with ssh -A, screen, ssh -a, detach, logout
Hi,
I've noticed some ssh behaviour that I wish didn't
happen. I was wondering if someone can explain how I
can stop it from happening, or explain why it's
unavoidable.
If I ssh-with-agent-forwarding from one host to a
second host, and on the second host use something like
nohup/screen/tmux/daemon, and from within that new
process session, start a long-running command via
2009 Jan 12
11
dedicated vnic IP zone not recieving unicast traffic
...0:50:56:ac:51:6
lo0: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL> mtu 8252 index 1
inet6 ::1/128
e1000g0: flags=202004841<UP,RUNNING,MULTICAST,DHCP,IPv6,CoS> mtu 1500 index 2
inet6 fe80::20c:29ff:fe60:4ec2/10
ether 0:c:29:60:4e:c2
ifconfig from the zone itself via zlogin -C :/
bash-3.2# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
zonevnic0: flags=201000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4,CoS> mtu 1500 index 2
inet 192.168.1.61 netmask ffffff00 broadca...