Tags
- 235
- 80386
- AS/400
- atw
- bash
- brocade
- calendar
- dd
- device manager
- devices
- DOS
- esxi
- Explorer
- floppy
- GPS
- gpx
- ibm
- icloud
- Imoff
- iSeries
- linux
- lsx 3010
- M316
- macos
- modem
- MS SQL
- mtcp
- netapp
- netfinity
- Nordkap
- olivetti
- P30 error
- retro
- retroNET
- san
- smvi
- T4600C
- Test
- thunderbird
- toshiba
- vintage
- vmware
- win2012
- Windows
- zyxel
-
Recent Posts
Archives
- April 2021
- March 2021
- February 2021
- May 2020
- April 2019
- April 2017
- February 2017
- September 2016
- June 2016
- May 2016
- April 2016
- March 2016
- February 2016
- July 2015
- June 2015
- May 2015
- April 2015
- March 2015
- February 2015
- January 2015
- December 2014
- November 2014
- September 2014
- January 2014
- June 2013
- November 2012
- September 2012
- August 2012
- July 2012
- June 2012
Categories
Tag Archives: vmware
VMware View Certificate Stuff
VMware View does work with self-signed certificates, but it will always nag you with a warning on the admin interface. to replace it with another certificate, the following reqiurements must apply: -the appropriate root cert must be installed -the private … Continue reading
VMware: NFS datastore handling on commandline
list nfs datastores esxcfg-nas -l restore nfs datastores esxcfg-nas -r delete nfs datastores: esxcfg-nas -d myDatastore or esxcli storage nfs remove -v myDatastore add nfs datastores: esxcfg-nas -a myDatastore -o nas-ip -s /vol/volume VMware KBs: KB1005057 KB1029301
VMware: restarting management agents
on ESXi: /sbin/services.sh restart on ESX: service mgmt-vmware stop service vmware-vpxa stop service vmware-vpxa start service mgmt-vmware start
Brocade SAN Switch Commands
some usefull Brocade SAN Switch commands: Settings tsclockserver <ip>: set NTP server for time synchronization. theoretically only needed on one switch… (Bug in Firmware 6.2 !) tsclockserver LOCL: disable NTP server tstimezone: to set the timezone. for Switzerland use Zurich: … Continue reading
Netapp NFS export example for VMware ESXi
VMware ESXi always connects with root. /etc/exports /vol/esx_iso -sec=sys,rw=192.168.1.31:192.168.1.32,root=192.168.1.31:192.168.1.32 /vol/esx_swap -sec=sys,rw=192.168.1.31:192.168.1.32,root=192.168.1.31:192.168.1.32 /vol/esx_data -sec=sys,rw=192.168.1.31:192.168.1.32,root=192.168.1.31:192.168.1.32 /vol/esx_os -sec=sys,rw=192.168.1.31:192.168.1.32,root=192.168.1.31:192.168.1.32