Displaying 4 results from an estimated 4 matches for "pvdm".
Did you mean:
pdm
2007 Sep 28
5
ZFS Boot Won''t work with a straight or mirror zfsroot
...s - yes -
datapool/var - /zfsroot/var zfs - yes -
datapool/opt - /zfsroot/opt zfs - yes -
datapool/home - /zfsroot/export/home zfs - yes -
/dev/zvol/dsk/datapool/swap - - swap -
no -
cd / ; find . -xdev -depth -print | cpio -pvdm /zfsroot
cd / ; find usr -xdev -depth -print | cpio -pvdm /zfsroot
cd / ; find var -xdev -depth -print | cpio -pvdm /zfsroot
cd / ; find opt -xdev -depth -print | cpio -pvdm /zfsroot
cd / ; find export/home -xdev -depth -print | cpio -pvdm /zfsroot
# ran this script: http://www.opensolaris.org/os/...
2007 Apr 17
2
Connection between Asterisk - Cisco 2851
Hello from Greece. I have an assignment related to Cisco. Specifically, i have to connect an asterisk server (VoIP) to a Cisco Router 2851 in a way that the router will handle some calls. I have not found any manuals that would be helpful to me. On the other hand, i found some manuals for connection between asterisk and Cisco Call Managers. I would like to know if the call manager is a part of the
2010 Mar 29
1
is it possible to connect Digium TE420 and Cisco card?
Hello,
I'm having problem connecting my Asterisk 1.4.29.1 with Digium TE420 to
providers Cisco 2800 with VWIC-1MFT-E1 card.
the same card runs fine with another E1 provider.
TE420 led's lite green.
Message type: RELEASE COMPLETE (90)
< [08 02 80 ac]
< Cause (len= 4) [ Ext: 1 Coding: CCITT (ITU) standard (0) Spare: 0
Location: User (0)
< Ext: 1 Cause:
2011 Nov 22
3
SUMMARY: mounting datasets from a read-only pool with aid of tmpfs
...zpool import -R /RPOOL -o readonly=on rpool
My last-used root fs (rpool/ROOT/openindiana-1) had the
property mountpoint=/ set, so it got mounted into /RPOOL of
the LiveUSB environment. I copied my data off it, roughly
like this:
# cd /RPOOL && ( find . -xdev -depth -print | \
cpio -pvdm /POOL/rpool-backup/openindiana-1 ; \
rsync -avPHK ./ /POOL/rpool-backup/openindiana-1/ )
Likewise for many other filesystems, like those with legacy
mountpoints (mounted wherever I like, like /mnt/1) or those
with existing valid mountpoints (like /export).
However I ran into trouble with secon...