Setting Up

Published on March 2017 | Categories: Documents | Downloads: 38 | Comments: 0 | Views: 392
of 2
Download PDF   Embed   Report

Comments

Content

Ubuntu Server 10.04: apt-get update apt-get upgrade Mounting MySQL 5.5 enterprise: mount /dev/dvdrom1 /mnt cd /mnt Erase MySQL-libs: rpm -ef --nodeps mysql-libs-5.1.47-4.el6.x86_64 Install MySQL 5.5 Enterprise rpm -i <filename> Connect to Network (Oracle): nano /usr/sbin/netconfig cd /usr/sbin/system-config-network-tui (primary DNS) = 202.44.100.1 = 50 series (outside network) 192.168.30.1 = 30 series (local network) (alternate DNS) = 208.67.220.220 = 50 series (outside network) 202.44.100.1 = 50 series (outside network) --restart-nano /etc/sysconfig/network-scripts/ifcfg-eth0 (static) ifconfig interface [aftype] options where: address ...

* interface: eth0, eth1, eth2 represent the computer ethernet interfaces * aftype: inet (TCP/IP, default), inet6 (IPv6), ax25 (AMPR Packet Radio), dd p (Appletalk Phase 2), ipx (Novell IPX) or netrom (AMPR Packet radio) Options: Option Description up Activate the interface. Implied if IP addresses are specified. down Shut down interface arp Enable ARP protocol on this interface. Allow ARP to detect the addresses of computer hosts attached to the network. -arp Disable ARP protocol on this interface promisc Enable promiscuous mode. Receive all packets on the network not just those destined for this interface. -promisc Disable promiscuous mode. mtu ## Specify the Maximum Transfer Unit (MTU) of the interface. The MT U is the maximum number of octets the interface is able to handle in a single tr ansaction. Defaults: Ethernet: 1500 SLIP: 296 broadcast XXX.XXX.XXX.XXX Set the network broadcast address for this inter face. netmask XXX.XXX.XXX.XXX Set the IP network mask for this interface.

references: http://www.dba-oracle.com/t_linux_oracle_dba_80.htm http://www.yolinux.com/TUTORIALS/LinuxTutorialNetworking.html#CONFIGFILES

Sponsor Documents

Or use your account on DocShare.tips

Hide

Forgot your password?

Or register your new account on DocShare.tips

Hide

Lost your password? Please enter your email address. You will receive a link to create a new password.

Back to log-in

Close