Getting Started Step 2: Installing and Starting Adaptec Storage Manager ● 25Example Command Line Installations● To install the basic options, which include the Manager, Readme, and SNMP Support:setup.exe /s /v" /qn ADDLOCAL=Manager,ASMReadme,SNMPSupport"● To install just the Manager and suppress a reboot at the end of installation:setup.exe /s /v" /qn ADDLOCAL=Manager REBOOT=ReallySupress"● To install all features silently, on a machine named COMP1234, and force a reboot:setup.exe /s /v" /qn ADDLOCAL=Manager, ASMReadme, SNMPSupport, CLIToolsREBOOT=Force"● To install only the CLI Tools and suppress a reboot:setup.exe /s /v" /qn ADDLOCAL=CLITools REBOOT=ReallySuppress"● To install the Manager to a different installation path:setup.exe /s /v" /qn ADDLOCAL=Manager INSTALLDIR=\"C:\Adaptec StorageManager\""● To install the Manager and have setup wait until the installation finishes before it closes:start /WAIT setup.exe /w /s /v" /qn ADDLOCAL=Manager REBOOT=ReallySupress"Installing on LinuxThis section describes how to install Adaptec Storage Manager on systems running Linux. SeeSystem Requirements on page 21 for a list of supported operating systems.Adaptec Storage Manager includes the Java Runtime Environment (JRE).Note: If a previous version of Adaptec Storage Manager is installed on your system, you mustremove it before beginning this installation. Any customization files you created with the previousversion are saved and used in the upgrade. To remove Adaptec Storage Manager, type the rpm --erase StorMan command.To install Adaptec Storage Manager:1 Insert the Adaptec Storage Manager Installation CD.2 Mount the Adaptec Storage Manager Installation CD:For Red Hat mount /dev/cdrom /mnt/cdromFor SUSE mount /dev/cdrom /media/cdrom3 Change to the cdrom directory:For Red Hat cd /mnt/cdrom/linux/managerFor SUSE cd /media/cdrom/linux/manager4 Extract the RPM package and install it:rpm --install ./StorMan*.rpm5 Unmount the Adaptec Storage Manager Installation CD:For Red Hat umount /mnt/cdromFor SUSE umount /media/cdrom