Wednesday, November 25, 2009

Mount NTFS partitions in solaris

Ritwik's blog: Mount NTFS partitions in solaris

http://www.iiitmk.ac.in/wiki/index.php/How_to_Mount/Unmount_NTFS,FAT32,ext3_Partitions_in_Opensolaris_5.11_snv_101b

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

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.

Sunday, July 19, 2009

My screenrc config

Add these lines to /etc/screenrc (system-wide) or ~/.screenrc to enable taskbar-like function when using screen.

---
# hostname, load
hardstatus alwayslastline "%{=bw}[%H] |%l| %-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%<"

defutf8 on
encoding utf-8
autodetach on
startup_message off
multiuser off

opensolaris 2009.06: enable jumbo frame on e1000g

Edit /kernl/drv/e1000g.conf
# vi /kernel/drv/e1000g.conf

and change 'MaxFrameSize' to appropriate value.
---
MaxFrameSize=2,2,2,2,2,2,0,0,0,0,0,0,0,0,0,0;
# 0 is for normal ethernet frames.
# 1 is for upto 4k size frames.
# 2 is for upto 8k size frames.
# 3 is for upto 16k size frames.
# These are maximum frame limits, not the actual ethernet frame
# size. Your actual ethernet frame size would be determined by
# protocol stack configuration (please refer to ndd command man pages)
# For Jumbo Frame Support (9k ethernet packet)
# use 3 (upto 16k size frames)
---
The first digit represent e1000g0, second digit represent e1000g1, and so on.

Install VMware Tools on Windows Server 2008 Core

From:
http://blog.baeke.info/blog/_archives/2007/6/28/3052583.html

Command line in question is:

msiexec.exe /i "(path to VMware Tools.msi)" /qn