Chapter 2

Running the Setup Programs


Starting the Setup Programs

The SOFTIMAGE|XSI Software CD contains the Setup programs for SOFTIMAGE|XSI and other XSI modules. To run the various Setup programs, open the HTML Start page for your operating system and click the links (on Windows) or follow the path for the XSI module you want to install.

Running Setup on Windows systems
Running Setup on Linux systems
Running Setup on IRIX systems

Running Setup Remotely on Linux

If you are installing from a CD and your computer does not have a CD drive, you can share the CD drive of another computer to run the Setup program from that location.

You can start the XSI Setup program remotely, either with or without NFS.

Remote Installation with NFS

To execute the commands for the following scenarios, you must open a terminal (shell) and type them in.

Scenario 1

Assumes that you’re installing on computer B from computer A and that your CD-ROM is on computer B (local). Type the following from computer A:

rlogin <computer B>
setenv display <computer A>:0
/CDROM/linux/software/setup 
Scenario 2

Assumes that you’re installing on computer A from computer A and that your CD-ROM is on computer B (remote).

  1. To mount the CD-ROM of computer B on computer A, log on computer B and type:
  2. 	vi /etc/exports 
     

    or

    jot /etc/exports

    or

    gedit /etc/exports
  3. Add the following lines to the exports file:
  4. 	/CDROM 
    
  5. Type the following line in the shell:
  6. 	/usr/etc/exportfs -av 
    
  7. Log on computer A and type:
  8. 	mkdir /CDROM
    	mount <computer B>:/CDROM /CDROM
    	cd /CDROM/linux/software
    	./setup 
    
Using NFS Version 3

If you’re using NSF version 3, the /CDROM directory may be blank after mounting. To solve this problem, use NFS version 2, log on to computer A, and type:

mkdir /CDROM
mount -o vers=2 <computer B>:/CDROM /CDROM
cd /CDROM/linux/software
./setup  

Remote Installation without NFS

If you are installing on computer A (from computer A), but your CD-ROM is on computer B (remote), do the following:

To copy the contents of the CD-ROM from computer B to computer A using rcp, log on computer A as root, and type:

rcp -r B:/CDROM/linux /tmp
cd /tmp/linux/software
./setup 

XSI Installation or Licensing First?

You can choose to install the SOFTIMAGE|XSI software or the SPM licensing components first.

To determine if you must install the XSI software or the SPM license server, consider the following: