Created
December 27, 2010 17:31
-
-
Save cmhobbs/756321 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
setenforce 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# mgbootstrap.sh - some southern engineering to start up mgserv | |
MGPATH="/opt/Autodesk/mapguideenterprise2011" | |
echo "-- STARTING MGSERV DAEMON" | |
$MGPATH/server/bin/mgserverd.sh | |
echo "-- SLEEP 5" | |
sleep 5 | |
echo "-- STARTING APACHE2 (MGSERV PACKAGE)" | |
$MGPATH/webserverextensions/apache2/bin/apachectl start | |
echo "-- SLEEP 5" | |
sleep 5 | |
echo "-- STARTING TOMCAT (MGSERV PACKAGE)" | |
$MGPATH/webserverextensions/tomcat/bin/startup.sh | |
echo "-- DONE" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yum install mysql.i386 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELINUX=disabled |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/etc/init.d/iptables save | |
/etc/init.d/iptables stop | |
chkconfig iptables off |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ISO: mount -o loop PATH/TO/YOUR/MGSERV.ISO /mnt | |
DISC: mount /dev/YOURCDROM /mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd /mnt/linux/DESIRED_COMPONENT | |
./setup |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yum provides "*/libssl.so.4" | |
yum provides "*/libcrypto.so.4" | |
yum provides "*/libxslt.so.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lmutil lmhostid -hostid | |
lmutil lmhostid -hostname |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lmgrd -c /opt/Autodesk/networklicensemanager/YOUR_LICENSE_FILE_HERE >> /opt/Autodesk/networklicensemanager/boot.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment