search for: pfexec

Displaying 20 results from an estimated 56 matches for "pfexec".

2009 Dec 27
7
How to destroy your system in funny way with ZFS
...r builds before snv_129 were running fine too. I like some features of this OS, but now I end with something funny. I installed default snv_129, installed guest additions -> reboot, set ''noexec_user_stack=1 ; set noexec_user_stack-log=1'' in /etc/system -> reboot and then : pfexec zpool set dedup=verify rpool pfexec zfs set compression=gzip-9 rpool pfexec zfs set devices=off rpool/export/home pfexec zfs set exec=off rpool/export/home pfexec zfs set setuid=off rpool/export/home after that reboot and I will end with error which you can see in attachment. Boot with -s or -sv f...
2010 Apr 29
39
Best practice for full stystem backup - equivelent of ufsdump/ufsrestore
I''m looking for a way to backup my entire system, the rpool zfs pool to an external HDD so that it can be recovered in full if the internal HDD fails. Previously with Solaris 10 using UFS I would use ufsdump and ufsrestore, which worked so well, I was very confident with it. Now ZFS doesn''t have an exact replacement of this so I need to find a best practice to replace it.
2009 Jul 19
3
Opensolaris domU unable to get dhcp lease
...st VMs. The dom0 is running a dhcp server on br0 which is able to provide leases to physical machines on eth0, and also to a windows xp domU which is bridged to br0. However my open solaris 2009.6 domU is unable to obtain a dhcp lease. On the opensolaris side I can see this: michael@opensolaris:~$ pfexec ifconfig xnf0 dhcp start ifconfig: xnf0: wait timed out, operation still pending... With tcpdump I can see the dhcp request coming in br0, but no dhcp offer going back out. In the syslog of my dom0 I can see this when the opensolaris domU requests a lease: ==> syslog <== Jul 19 15:20:03 all...
2010 Oct 11
0
Ubuntu iSCSI install to COMSTAR zfs volume Howto
...untu.com/ubuntu/dists/lucid/main/installer-amd64/current/images/netboot/netboot.tar.gz Just follow the 8 steps below, and you have a fully installed Ubuntu client on iSCSI STEP 1 -- Create sparse zfs volume on OpenSolaris ================================================================ bash-4.0$ pfexec zfs create -s -V 320G tank/export/iscsi/acer-ubuntu bash-4.0$ zfs get all tank/export/iscsi/acer-ubuntu NAME PROPERTY VALUE SOURCE tank/export/iscsi/acer-ubuntu type volume - tank/export/iscsi/acer-ubuntu c...
2009 Mar 09
3
cannot mount ''/export'' directory is not empty
...ng. $ zfs mount rpool/ROOT/opensolaris-2 / rpool/export/home /export/home/wewek rpool /rpool tank /tank tank/projects /tank/projects . . . . $ pfexec zfs mount -a cannot mount ''/export'': directory is not empty I can mount rpool/export by -O option but I''ll lost my home directory and Gnome can''t come up. $ pfexec zfs mount -O rpool/export $ svcadm clear filesystem/local:default Mounting ZFS filesystems: (17/17...
2010 Jan 17
2
Root Mirror - Permission Denied
I have a system that I''m trying to bring up with a mirrored rpool. I''m using DarkStar''s ZFS Root Mirror blog post as a guide (http://darkstar-solaris.blogspot.com/2008/09/zfs-root-mirror.html). When I get to step 3 I execute: pfexec prtvtoc /dev/rdsk/c7d0s2 | fmthard -s - /dev/rdsk/c7d1s2 I get: fmthard: Cannot open device /dev/rdsk/c7d1s2 - Permission denied Any ideas as to what i might be doing wrong here? Thanks, Brian -- This message posted from opensolaris.org
2010 Jun 16
0
files lost in the zpool - retrieval possible ?
...ool is only about 750 MB. The ''/'' filesystem can not be accessed (the 10 GB is the Opensolaris installation including all the application from the offline repository installation.) The following logs from the unbootable system: # import / export the rpool: jack at opensolaris:~$ pfexec zpool import rpool cannot import ''rpool'': pool may be in use from other system, it was last accessed by opensolaris (hostid: 0x4a77a8) on Tue Jun 8 16:03:25 2010 use ''-f'' to import anyway jack at opensolaris:~$ pfexec zpool import -F rpool cannot import '...
2006 Oct 31
0
6315667 bootadm complains when running init under pfexec
Author: vikram Repository: /hg/zfs-crypto/gate Revision: d549354bd629eeb05494b7ad6228b8fc8c650915 Log message: 6315667 bootadm complains when running init under pfexec Files: update: usr/src/lib/libsecdb/exec_attr.txt
2008 Oct 26
4
Cannot remove slog device from zpool
Hello, I''ve looked quickly through the archives and haven''t found mention of this issue. I''m running SXCE (snv_99), which I believe uses zfs version 13. I had an existing zpool: -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/zfs-discuss/attachments/20081026/a5e2f25b/attachment.html>
2010 Feb 02
7
Help needed with zfs send/receive
Hi folks, I''m having (as the title suggests) a problem with zfs send/receive. Command line is like this : pfexec zfs send -Rp tank/tsm@snapshot | ssh remotehost pfexec zfs recv -v -F -d tank This works like a charm as long as the snapshot is small enough. When it gets too big (meaning somewhere between 17G and 900G), I get ssh errors (can''t read from remote host). I tried various encryption option...
2008 Jul 30
8
xvm networking on 2005.11 (b94) with iwk
After googling around and reading the material on the opensolaris.org xvm community site, I still do not understanding the configuration of networking and would appreciate some assistance. Problem: I have successfully installed an hvm domU running Windows XP on opensolaris 2005.11 (build 94), and when the laptop (lenovo t61, core2 9300) is connected via the e1000g0 interface networking works
2010 Jun 14
7
OpenSolaris Sparc Xen boot problem
I am running OpenSolaris build 134 on a T1000 (Sparc). It has been an uphill battle getting this far. Many of the commands I find in the various documentation won''t work for me. ------------------------------------------------------------ steve@t1000:~# pfexec pkg install xvm-gui Creating Plan pkg: ''xvm-gui'' matches multiple packages system/xvm/xvm-gui xvm-gui steve@t1000:~# pfexec svcadm enable milestone/xvm svcadm: Pattern ''milestone/xvm'' doesn''t match any instances...
2010 Jan 14
0
Install RedHat/CentOS domU on OpenSolaris with ISO image
Dear all, The below is my steps to setup RedHat/CentOS domU on OpenSolaris with ISO image.Although there are some guides to describe how to install Linux on domU,but their install media are from http or OpenSuSe image. I find there is some different from RedHat ISO image. 1) $pfexec svcadm enable svc:/network/nfs/client:default # I find the nfs client is disabled by default, this issue spent me much time to find it. 2) $pfexec lofiadm -a ./rhel-server-5.4-X86_64-dvd.iso # If you mount the iso image with the command "mount -F hsfs", it will tell me the image is not...
2009 Dec 21
0
Mirror config and installgrub errors
I''ve hsut bought second drive for my hope PC and decided to do mirror. I''ve made pfexec zpool attach rpool c9d0s0 c13d0s0 waited for scrub and tried to install grub on second disk: $ pfexec installgrub /boot/grub/stage1 /boot/grub/stage2 /dev/rdsk/c13d0s0 cannot open/stat device /dev/rdsk/c13d0s2 $ pfexec installgrub /boot/grub/stage1 /boot/grub/stage2 /dev/rdsk/c13d0 raw device mus...
2009 Nov 09
1
CentOS 5.4 x86_64 domU start fails
...nd hello, The error: libvirtError: virtDomainCreate() failed POST operation failed: (xend.err "(2,''Invalid Kernel'', ''xc_dom_find_loader : no loader found \\n'')") My Machine: SunOS katecholamin 5.11 snv_111b i86pc i386 i86xpv Solaris I created a disk: pfexec zfs create -V 10G rpool/vms/centos/centos-dsk Mounted my .iso and shared it via nfs: pfexec lofiadm -a /spool/software/linux/CentOS-5.4-x86_64-bin-DVD.iso mount -o ro -F hsfs /dev/lofi/1 /mnt/centos share -F nfs /mnt/centos Created the vm: pfexec virt-install -n centos-test -r 1024 -f /dev/zvol/...
2009 Nov 16
5
xVM filas on SXCE 127
During boot, I get the following error: Nov 16 09:16:41 sol11 svc.startd[7]: [ID 652011 daemon.warning] svc:/system xvm/store:default: Method "/lib/svc/method/xenstored start" failed with exit status 96. Nov 16 09:16:41 sol11 svc.startd[7]: [ID 748625 daemon.error] system/xvm/store:default misconfigured: transitioned to maintenance (see ''svcs -xv'' for details) It
2010 Feb 06
4
OpenSolaris Build 132 Xen crashes on boot
This is the error HYPERVISOR_UPDATE_va_mapping() failed Press any key to reboot. Please help. Thanks a lot. -- This message posted from opensolaris.org
2009 Nov 29
5
vif problems in snv_127
Hi ! In snv_127 I suddenly face a problem I never had before. Xvm can''t attach a vif to my primary physical nic any longer: $ pfexec xm start ulrac1 Error: Device 0 (vif) could not be connected. error: Failed to create vnic over yukonx1 with MAC address 00:16:36:3c:bf:70 This worked fine in all previous snv_12x releases I tested, including snv_126. I think there is a privilege issue somewhere. The physical nic works fine as u...
2010 Jan 20
4
OSOL Bug 13743
Anyone knows if this is something that will be looked at before b134 is released? Bug 13743 - virsh and xm is unable to start domain first time after boot http://defect.opensolaris.org/bz/show_bug.cgi?id=13743 Regards Henrik http://sparcv9.blogspot.com
2010 Feb 17
2
Howto convert Solaris 10 DomU from hvm to paravirt?
Is it possible to convert Solaris 10 DomU from hvm to pv?? Dom0 is Opensolaris b132. Possibly any Documentation about this? Here is config of Solaris DomU: <domain type=''xen'' id=''1''> <name>Solaris-10</name> <uuid>c505f6c3-b37b-8268-fe46-f10b3277238b</uuid> <memory>2097152</memory>