Extracting Hedvig Binaries

To extract Hedvig binaries, follow this procedure.

Procedure

  1. Log on to the deployment server as the root user.

    ssh root@<deployment_server_FQDN>

    password: hedvig
  2. Change the permissions of the binaries.

    sudo chmod +x /home/admin/hedvig_extract.bin
    sudo chmod +x /home/admin/rpm_extract.bin
  3. Change to the admin user.

    su - admin
  4. Extract both binaries.

    sudo ./hedvig_extract.bin
      extracting file..
      checksumming file..
      unpacking..
      installing dependencies..
      installing product..
      installing tools..
    sudo ./rpm_extract.bin
      extracting file..
      checksumming file..
      unpacking..
      installing rpm..

Loading...