Friday, August 8, 2014

How to Install Red Hat Subscription Manager from ISO

     Mount sam iso to server
  •    # mount -o loop sam.iso /mnt

     Install the packages with enhanced reporting option

  •       # cd /mnt
  •        ./install_packages --enhanced_reporting


Set OpenJDK – Java
  •          # yum install -y java-1.7.0-openjdk.x86_64
  •          # alternatives --config java

Run katello-configure
  •     # katello-configure --deployment=sam --org=Unigroup --user-pass=redhat

Check katello startup
  •          # chkconfig --list katello

Configure Mongod to start
  •          # chkconfig –list mongod
  •          # chckonfig mongod on
  •          # service mongod start

Start up katello
  •         # service katello start

Login to SAM URL
  •          http://localhost/sam

No comments:

Post a Comment