Monday, November 16, 2009

VMware, OpenSolaris ZFS, iSCSI

http://www.devtrends.com/index.php/opensolaris-iscsi-target/

OpenSolaris Jumbo Frame and Link Aggregation

Change to static IP

# pfexec svcadm disable physical:nwam
# pfexec svcadm enable physical:default

- Change /etc/nsswitch.conf to dns
- populate /etcresolv.conf
- populate /etc/hosts
- populate /etc/hostname
- popularte /etc/defaultrouter
e.g. if aggregation link is aggr1 then echo "10.10.10.1/24" > /etc/hostname.aggr1

Jumbo Frame
http://sigtar.com/2009/07/12/opensolaris-jumbo-frames/

Link Aggregation
http://sigtar.com/2009/08/03/opensolaris-network-teaming/

Sunday, October 18, 2009

Snow Leopard on GA-EX58-UD5

Feature:
- Update works
- GL works

Steps:
- iATKOSv7 (10.5.7) on one HDD
- Follow this guide:
http://www.insanelymac.com/forum/index.php?showtopic=185097
-- use /Extra
-- no need for -v -x32
-- just -s then buildcache, remediate GTX260 with:
http://www.infinitemac.com/f19/guide-geforce-gtx-260-in-snow-leopard-t4057/

Tuesday, August 18, 2009

Opensource TFTP Server: TFTPd32

Found this TFTPd32 free TFTP server recommended in one of cisco.com document:
http://www.cisco.com/en/US/partner/docs/security/ips/6.1/configuration/guide/cli/cli_system_images.html#wp1115662

- DHCP, TFTP, DNS, SNTP, Syslog
- Windows: run as a service

Official site is here:
http://tftpd32.jounin.net/

Monday, August 17, 2009

Configure Windows 2008 as NFS share for VMware ESX 3.5, 4.0

This step-by-step guide contains necessary steps to setup Windows 2008 as a NFS server for VMware ESX server.
Source: http://communities.vmware.com/thread/188140

*** On Domain Controller, Install Identity Management AD Schema Extension for Unix


# run: servermanagercmd -install ADDS-Identity-Mgmt
That installs
Identity Management Active Directory Shema extensions for Unix
and Active Directory (eg ), if not already installed

# Create AD user 'root', uid = 0
# Create AD group 'root' (pre-win2000 group name e.g. 'root-') gid = 0
# Set unix properties of 'root' user to uid = 0 and gid = 0

*** On file server, install Service for NFS

# Set Identity AD Name to your AD domain

*** On file server, Configure Share

# Create SMB share
# Set NTFS Perm to Everyone Full Control

# Permission for NFS:
## Allow anonymous access: uncheck
## Root Access: allow


Friday, August 7, 2009

Telnet URL Protocol Handler in Firefox

Firefox does not handle telnet link url "telnet://" out of the box.
To enable this simply click on a telnet url and set telnet application of your choice in pop-up dialog.
Default Windows's telnet application seems to be there already.
There's also check box to remember this choice and prevent dialog popup in the future. This can be changed in firefox preferences.

My telnet/ssh application of choice PUTTY works with this method.

With current version of firefox it's a lot simple than before where there was no GUI one need to start with opening "about:config" in URL bar and configure firefox preferences manually, or edit preference file in Firefox application folder.