Automation of Windows Fusion Client Install

Automation of Windows Fusion Client install
Solution ID: 105
Created: 5/28/2009
DETAILS:
While we don’t support scripted installs we have some customers who have used the
following commands to automate the client installs and configuration:
Example command to install Ibrix windows clinet from CLI:
msiexec /norestart /i IbrixClientInstall_WNET.msi /quiet ALLUSERS=2
NOTE: The /norestart => Don't restart client after package install
The following configuration commands are located in C:\Program Files\Ibrix\bin
directory:
- Register Host (register host from CLI did not pickup AD info automatically)
register_host.exe <Client cluster IP> <FM Name>
Example: register_host.exe 192.168.15.10 ws00
- Update AD info on client
ibrix_lwad.exe
- Prefer NIC
ibrix_lwhost nic <Seg Srv> <Seg Srv Interface>
Example: ibrix_lwhost nic ws01.ibrix.com eth0
- Mount file system
ibrix_lwmount.exe <Drive Letter> <FMname#FSname>
Example: ibrix_lwmount.exe e ws00#ifs1
- FS Tune
ibrix_lwfs <FSname> allocPolicy Type SEGNUM HWM SWM PREALLOC
Example: ibrix_lwfs ws00#ifs1 allocPolicy STICKY 1 0 0 0
IBRIX_S00000105.pdf
Last Modified: 5/28/2009

Summary of content (1 pages)