- #HOW TO INSTALL GAUSSVIEW 6 ON RHEL HOW TO#
- #HOW TO INSTALL GAUSSVIEW 6 ON RHEL SOFTWARE#
- #HOW TO INSTALL GAUSSVIEW 6 ON RHEL CODE#
- #HOW TO INSTALL GAUSSVIEW 6 ON RHEL PASSWORD#
- #HOW TO INSTALL GAUSSVIEW 6 ON RHEL DOWNLOAD#
Users requesting access to the software MUST request that access via the Request Tracker system by sending email to You will be required to read and agree to the license terms for Gaussian found in the License:Gaussian article. The current directory for the software is /deac/opt/gaussian09-c.01Īccess to the software is restricted to faculty, staff, and students of the Reynolda Campus of Wake Forest University. Users can check the exact version by referencing the installation directory for RHEL6 software (/deac/opt), where the Gaussian software is installed in a directory of the format gaussian09-version (e.g. Version Supportedįor the Red Hat Enterprise Linux 6 (RHEL6) system image, we have Gaussian 09, Build C.01. Now you can access the SpaceWalk via a web browser.Gaussian 09 is an electronic structure software program, originally developed by Nobel laureate John Pople, which is widely used by the chemistry and biophysics research groups. usr/sbin/spacewalk-service start Access Spacewalk Start the services if not started automatically. Output: postmaster (pid 4403) is running. Once the installation is complete, check the status of SpaceWalk service. Visit to create the Spacewalk administrator account.
#HOW TO INSTALL GAUSSVIEW 6 ON RHEL CODE#
Organization Unit ? IT << Your Organization UnitĬountry code (Examples: "US", "JP", "IN", or type "?" to see a list)? US << Your CountryĬobbler requires tftp and xinetd services be turned on for PXE provisioning functionality. Organization? ITzGeek << Your Organization Name Re-enter CA certificate password? << Re Enter Certificate PasswordĬname alias of the machine (comma seperated)? ,server << Certificate Subject Name (Your Domain Name)
#HOW TO INSTALL GAUSSVIEW 6 ON RHEL PASSWORD#
** /etc/httpd/conf.d/ssl.conf has been backed up to ssl.conf-swsaveĬA certificate password? << Enter Certificate Password Should setup configure apache's default ssl server for you (saves original ssl.conf) ? Y << Press Y ** GPG: Initializing GPG and importing key.Īdmin Email Address? Performing initial configuration. ** Database: This is a long process that is logged in: ** Database: Setting up database connection for PostgreSQL backend. It will ask you to enter the admin mail and organization details to generate the self-signed certificate for secured access. Run the Spacewalk set up to begin the configuration. yum -y install spacewalk-postgresql Configure SpaceWalk If you are planning to use the PostgreSQL database. You can use the external PostgreSQL or Oracle database to install SpaceWalk, and you can find the tons of documents online to set up the database. Yum -y install spacewalk-setup-postgresq External Database Here, we will use PostgreSQL (embedded) database. Embedded database method is straightforward to set up and run the SpaceWalk in no time, and this is very useful for those who do not have any database knowledge. SpaceWalk has the embedded setup for PostgreSQL database which will do the automatic SpaceWalk installation without having user intervention to enter the database information.
SpaceWalk supports either PostgreSQL (8.4 or higher) or Oracle ( 10g or higher) database, and you can skip the following embedded database setup to use the external database.
Service iptables save Setup SpaceWalk Database Iptables -I INPUT -p udp -m udp -dport 69 -j ACCEPT Iptables -I INPUT -p tcp -m state -state NEW -m tcp -dport 5269 -j ACCEPT Iptables -I INPUT -p tcp -m state -state NEW -m tcp -dport 5222 -j ACCEPT Iptables -I INPUT -p tcp -m state -state NEW -m tcp -dport 443 -j ACCEPT iptables -I INPUT -p tcp -m state -state NEW -m tcp -dport 80 -j ACCEPT rpm -Uvh Ĭonfigure the firewall for Spacewalk. subscription-manager repos -enable=rhel-6-server-optional-rpms rpm -Uvh Red Hat Optional server channel (RHEL 6). Lets first setup the SpaceWalk repository.
#HOW TO INSTALL GAUSSVIEW 6 ON RHEL DOWNLOAD#
Prerequisitesīefore installing SpaceWalk on the CentOS, the system must be set up to have the required repositories to download the dependencies. Here is the tutorial about installing SpaceWalk on CentOS 6 / RHEL 6. Spacewalk provides the web interface to manage and view the updates for the system that are registered, and we can initiate tasks such as install, update, inventory, and so on.