Search Results

Search: Posts Made By: novaothers
Forum: UNIX and Linux Applications 02-15-2013
12,515
Posted By novaothers
# Establish DB connection ret=`db2 connect to...
# Establish DB connection
ret=`db2 connect to $1`
ret=`echo "$ret"`

if [[ -z $ret ]] then
echo "Error connecting to $1 database."
exit 1
else
echo "Successfully...
Forum: Red Hat 05-14-2012
3,634
Posted By novaothers
Create a file named ifcfg-eth0:0 under...
Create a file named ifcfg-eth0:0 under /etc/sysconfig/network-scripts/ folder with the below sample contents

sample:
DEVICE=eth0:0
ONBOOT=yes
BOOTPROTO=static
IPADDR=192.168.1.99...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 02:34 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy