Setting up Samba for InfoPrint Manager for Linux

  1. First, you need to install Samba for Linux.
    • For RedHat Enterprise Linux, run as root: yum install samba
    • For Suse Enterprise Linux, run as root: zypper install samba
  2. To start samba server, run as root: service smb start
  3. To automatically start samba daemon during system reboot, run as root: service smb on