similar to: OpenSolaris+ZFS+RAIDZ+VirtualBox - ready for production systems?

Displaying 20 results from an estimated 5000 matches similar to: "OpenSolaris+ZFS+RAIDZ+VirtualBox - ready for production systems?"

2004 Sep 09
3
weird routing(?) problem with 2 Asterisk servers
Hi everyone! situation: Asterisk-server A: 192.168.11.6 Asterisk-server B: 192.168.2.44 server B contains a register => username:password@192.168.11.6 But... when I boot it, I get: Registered to '192.168.11.6', who sees us as 10.138.3.2:4569 Why doesn't server A see server B as 192.168.2.44?? All other traffic going over these lines has no problems with this. The
2004 Sep 17
2
dial '0' for outside line and get a dialtone...
Hi everyone! I'd like to create the following: a user picks up the phone (gets a dial tone), dials '0' for an 'outside' line, gets a second (different?) dialtone, and is able to enter an external phone number. How do I implement this in extensions.conf...? Regards, Evert
2004 Sep 08
2
'connecting' voip-numbers to our Asterisk
Hi everyone! I have a problem... We have received a couple of phone numbers for voip from a local voip-provider. The work fine directly with a Cisco 7960, but so far I've not been able yet to integrate them into Asterisk. I've tried: /etc/asterisk/extensions.conf ***** [ip-incoming]
2004 Sep 22
1
'asterisk' displayed on my Cisco 7960 & 7912 ...
The problem is some calls from the PSTN have hidden caller id so if you want to change it to something else then modify chan_sip.c #define CALLERID_UNKNOWN "Asterisk" I've changed mine to: #define CALLERID_UNKNOWN "Unknown" -----Original Message----- From: Shaun Ewing [mailto:sewing@gmail.com] Sent: 22 September 2004 14:16 To: Asterisk Users Mailing List
2004 Sep 22
1
'asterisk' displayed on my Cisco 7960 & 7912...
Hi! When I call a colleague of mine from my Cisco (via Asterisk), they get on their display: From Evert asterisk How do I remove/change the 'asterisk' part? Regards, Evert
2004 Sep 14
1
What does 'Forbidden (From header is not a Trust host or gateway)' mean?
From a 'sip debug': Sip read: SIP/2.0 100 Trying From: "Evert"<sip:[username]@[my ext. IP]>;tag=as6e18534e To: <sip:[dialled number]@[SIP server of VoIP provider]> Call-ID: 6cbf41c25281f08b2e7bbc5043061975@[my ext. IP] CSeq: 102 INVITE Via:SIP/2.0/UDP [my ext. IP]:5060;branch=z9hG4bK4fd1045b Content-Length:0 7 headers, 0 lines Sip read: SIP/2.0 403 Forbidden
2004 Sep 14
1
Wrong ID going out...
Hi all! I'm trying to have asterisk route all outgoing calls out via my VOIP provider. exten => _NXXXXXXX,1,Dial,SIP/BYEXTENSION@VOIP seems to have them to in the direct direction. However, debug shows that my asterisk doesn't identify itself correctly: Sip read: SIP/2.0 100 Trying From: "Evert"<sip:asterisk@[my IP]>;tag=as0aca53fa To: <sip:[dialled
2005 Mar 04
1
dialing from a website. How to start...?
Hi all! We use a PHP-portal for management of our projects & contacts. Now I would like to make it possible to dial contacts directly from the portal. Since users have to log in, I can use that to determine which office phone the call should originate from. And the number-to-be-dialed is of course also listed. How do I commence here? I'm pretty sure others have done this already, so
2006 Jan 13
1
dnid support?
Hi all! I'm in the process of configuring an Asterisk server here that, based on which number was called, should send calls to different extensions: 913 - 11111 -> ext. 1 913 - 22222 -> ext. 2 913-11111 & 913-22222 being 2 (of the) numbers we have coming in to our system via our VoIP hosting provider. The config used here is based on Asterisk at home, so it includes also the
2012 Jun 12
15
Recovery of RAIDZ with broken label(s)
Hi all, I have a 5 drive RAIDZ volume with data that I''d like to recover. The long story runs roughly: 1) The volume was running fine under FreeBSD on motherboard SATA controllers. 2) Two drives were moved to a HP P411 SAS/SATA controller 3) I *think* the HP controllers wrote some volume information to the end of each disk (hence no more ZFS labels 2,3) 4) In its "auto
2004 Jul 28
1
Access voicemail from Cisco 7960
Hi everyone! Who can tell me how I can access my voicemail? When I dial the voicemail on my Cisco 7960 I get access, but when trying to enter my mailbox number it seems that Asterisk doesn't 'get' any of the keys I press. DTMF problem perhaps? Any suggestions on how/where to fix this...? Regards, Evert
2004 Aug 04
2
Asterisk & ISDN-card
Hi! If I install a CAPI-compatible ISDN-card in my server, will that: a) enable me to connect that server to the public phone net b) allow me to connect an ISDN phone to the server and use it as a SIP-phone c) all of the above? Regards, Evert
2004 Sep 17
1
let incoming callers contact a certain extension...
Hi everyone! The following: Any calls coming in on extension 12121212 should get a message telling them to dial the extension of the person they are trying to reach, and then press #. The call should then go to the entered extension. This is as far as I got... *********************************************************** exten => 12121212,1,Wait,1 exten => 12121212,2,Answer exten
2004 Jul 28
1
Outgoing works, incoming doesn't...
Hi! Problem with my 7960. Outgoing calls work, but incoming don't. A 'sip show peers' gives: Name/username Host Dyn Nat ACL Mask Port Status 105/105 192.168.2.175 D 255.255.255.255 5060 UNREACHABLE Is there something wrong with the config on that phone? If so, who can tell me what? Regards, Evert
2005 Jul 13
1
Suddenly a problem with outgoing calls made from Cisco phones...
Hi all! Quite a mystery. The following happened when I was on holiday, and no one else has changed any configs of either Asterisk or the Cisco's in the building... The situation: Incoming works fine on all phones. Outgoing only works from non-Cisco phones. When calling from a Cisco phone to an external phone, all the Cisco-user hears is a ticking crackle and after about a minute the phone
2006 Jun 13
4
ZFS panic while mounting lofi device?
I believe ZFS is causing a panic whenever I attempt to mount an iso image (SXCR build 39) that happens to reside on a ZFS file system. The problem is 100% reproducible. I''m quite new to OpenSolaris, so I may be incorrect in saying it''s ZFS'' fault. Also, let me know if you need any additional information or debug output to help diagnose things. Config: [b]bash-3.00#
2009 Oct 01
4
RAIDZ v. RAIDZ1
So, I took four 1.5TB drives and made RAIDZ, RAIDZ1 and RAIDZ2 pools. The sizes for the pools were 5.3TB, 4.0TB, and 2.67TB respectively. The man page for RAIDZ states that "The raidz vdev type is an alias for raidz1." So why was there a difference between the sizes for RAIDZ and RAIDZ1? Shouldn''t the size be the same for "zpool create raidz ..." and "zpool
2007 Apr 02
4
Convert raidz
Hi Is it possible to convert live 3 disks zpool from raidz to raidz2 And is it possible to add 1 new disk to raidz configuration without backups and recreating zpool from cratch. Thanks This message posted from opensolaris.org
2009 Oct 08
2
convert raidz from osx
I am converting a 4 disk raidz from osx to opensolaris. And I want to keep the data intact. I want zfs to get access to the full disk instead of a slice. I believe like c8d0 instead off c8d0s1. I wanted to do this 1 disk at a time and let it resilver. what is the proper way to do this. I tried, I believe from memory : zpool replace -f rpool c8d1s1 c8d1 but it didn''t let me do that. then I
2008 Dec 20
2
General question about ZFS and RAIDZ
Hello to the forum, with my general question about ZFS and RAIDZ I want the following to know: Must all harddisks for the storage pool have the same capacity or is it possible to use harddisks with different capacities? Many thanks for the answers. Best regards JueDan -- This message posted from opensolaris.org