Performed from a Linux host.
- Download patch from http://vmware.com/patch/download on a webserver
- Extract the contents of the patch
- Check the bundles currently applied to the host
- List the bundles available from the patch
- Install the patch to include all the bundles or for a specific bundle use -B
- Verify the bundles have been applied to the host
vihostupdate --server IP_ADDRESS --query
vihostupdate --server IP_ADDRESS --metadata=http://WEB_SERVER/bundle/metadata.zip --list
vihostupdate --server IP_ADDRESS --metadata=http://WEB_SERVER/bundle/metadata.zip --install
vihostupdate --server IP_ADDRESS --query
Posted: March 25th, 2011
Categories:
esx-esxi,
vmware,
vsphere
Tags:
esxi,
vsphere
Comments:
No Comments.
* Assumes the source and target datastores are present.
* Assumes VMs are powered off.
vim-cmd vmsvc/getallvms | grep -i <vm>
vim-cmd vmsvc/unregister <vmid>
mv /vmfs/volumes/<datastore-source>/<vm-folder> /vmfs/volumes/<datastore-target>/.
vim-cmd solo/registervm /vmfs/vol/<datastore-target>/<vm-folder>/<vm>.vmx # shows vmid upon success
vim-cmd vmsvc/power.on <vmid>
vim-cmd vmsvc/message <vmid>
vim-cmd vmsvc/message <vmid> 0 1
vim-cmd vmsvc/power.getstate <vmid>
My fax to email solution achieves the following:
Receive faxes using a traditional phone number using VoIP
Email the received faxes in PDF format to any email address
Software used:
- VMware ESXi
- trixbox v2.6.2.3
Services:
After trixbox is installed. Follow the guide below to setup the fax server.
Login in as maint/password.
1. PBX
2. PBX Settings
3. General Settings
4. General Settings/Fax Machine
Extension of fax machine for receiving faxes: system
Email address to have faxes emailed to: email@domain.com
Email address that faxes appear to come from: another_email@domain.com
5. Submit Changes
6. Inbound Routes
7. Inbound Routes/Add Incoming Route
DID Number:
8. Inbound Routes/Fax Handling
Fax Extension: system
Fax Email: fax-group@domain.com
Fax Detection Type: NVFax
Pause After Answer: 10
9. Inbound Routes/Set Destination
Terminate Call: Hangup
10. Submit
11. Add the following two lines to /etc/asterisk/extensions_custom.conf
[ext-did-custom]
exten => fax,1,Goto(ext-fax,in_fax,1)
12. Apply Configuration Changes
Posted: October 15th, 2010
Categories:
Uncategorized
Tags:
esxi,
fax,
pbx,
sip,
trixbox,
voip
Comments:
No Comments.