Search Results

Search: Posts Made By: eeisken
Forum: Hardware 11-05-2013
2,192
Posted By eeisken
The hardware is a HP ProLiant BL460c Gen8 but I...
The hardware is a HP ProLiant BL460c Gen8 but I was hoping there would be a solution for the G6 aswell
Forum: Hardware 11-05-2013
2,192
Posted By eeisken
How to find Power Management Profile on CLI for Blade?
Hi,

I have set the power management profile on a Blade to Max Performance.
Is there and command I can run to check this when the machine is up and running

Thanks
Forum: Solaris 10-31-2013
3,176
Posted By eeisken
Using dd command no MB/s shown
Hi

I am using the dd command on solaris 10 and the output doesn't include the MB/s statistic that you get in Linux,

is this not available or am I missing a switch of some sort

#dd...
Forum: IP Networking 10-31-2013
3,800
Posted By eeisken
Hi This tunning parameter was handed to me...
Hi

This tunning parameter was handed to me to implement as we have moved to 10GE. Our environment is using LACP and the thought was that to take advantage of the extra bandwidth and ensure that...
Forum: IP Networking 10-31-2013
3,800
Posted By eeisken
[solaris]TCP clnt_max_conns testing tuning
Hi

I am looking to tweek the rpcmod:clnt_max_conns to take advantage of extra bandwidth. I am running iperf -c <server_ip> -t 1800 -i 10
to check the throughput before and after I change the...
1,200
Posted By eeisken
return code of read and/or for
I am trying to validate an ip address, based on what is in the netmasks file,

I have a function that checks the values of the ip against the network and netmask, this returns a 1 if the ip doesn't...
2,194
Posted By eeisken
Hi thanks for that just forgot the basics used...
Hi thanks for that just forgot the basics used single quotes around the variables an that was fine,

However now the command runs on the command line, but when it is called in a script I get the...
2,194
Posted By eeisken
sed variable substitution in a script
Hi I am trying to do the following in a script find a string and add in a block of text two lines above on the command line this works fine

#/usr/bin/cat /usr/local/etc/dhcpd.conf_subnet |...
20,467
Posted By eeisken
Thanks for that guys, I was still having problems...
Thanks for that guys, I was still having problems with adding in new lines in the inserted text so I came up with the following which does what I need

cat test.sed | /usr/xpg4/bin/sed -n -e...
20,467
Posted By eeisken
Hi its more if #End of file entry 1 ...
Hi

its more if

#End of file entry 1

is found then insert the text before the } above it

I have tried the following but it returns nothing
sed -e 's/\}\n#End of file entry 1/#Start of...
20,467
Posted By eeisken
Hi rangarasan thanks for that but I'm a bit...
Hi rangarasan

thanks for that but I'm a bit confused not that used to awk

is pattern my pattern match eg /\}\/n#End of file entry 1/ or is this the block of text I want to insert and how will...
20,467
Posted By eeisken
sed insert text 2 lines above pattern
Hi

I am trying to insert a block of text 2 lines above a pattern match using sed

eg
#Start of file entry
{

}
#End of file entry

new bit of text has to be put in just above the } eg
...
Forum: Linux 03-29-2012
5,704
Posted By eeisken
Thanks, for that. I probably wasn't clear in my...
Thanks, for that. I probably wasn't clear in my original post I want to set-up a linux dhcp server, and I am wondering if it is sufficient just to have the subnet definition in the dhcpd.conf files...
Forum: Linux 03-28-2012
5,704
Posted By eeisken
/etc/netmasks equivalent in linux
Hi Guys,

I am used to configuring DHCP on Solaris and foreach subnet added I place a corresponding entry in /etc/netmasks. I am now looking at configuring DHCP on linux, is there an equivalnet...
2,356
Posted By eeisken
restart root process as non root
Hi

I have a process running as root, that I need to be able to restart as a non root user, but keep it running as root. unfortunately I can't user sudo. Any advice much appreciated
Forum: Linux 09-20-2011
2,674
Posted By eeisken
dhcpd failover with static IP
Hi I am a bit confused, I want to setup failover within dhcpd. There are multiple subnets and hosts with static IP's. however it seems I need to set up an IP range for the subnets for failover to...
Forum: IP Networking 09-19-2011
4,332
Posted By eeisken
Thanks for that, sometimes you just can't see...
Thanks for that, sometimes you just can't see what is right in front of you
2,417
Posted By eeisken
dhcpd6.conf Invalid ip address
Hi
I am trying to setup a very basic dhcp dual stack configuration, so I have 2 dhcpd.conf file dhcpd4.conf and dhcpd6.conf
# cat /usr/local/etc/dhcpd4.conf
Subnet 10.45.192.0 netmask...
Forum: IP Networking 09-02-2011
4,332
Posted By eeisken
dhcpd6.conf Invalid IP address
Hi
I am trying to setup a very basic dhcp dual stack configuration, so I have 2 dhcpd.conf file dhcpd4.conf and dhcpd6.conf
# cat /usr/local/etc/dhcpd4.conf
Subnet 10.45.192.0 netmask...
Forum: Solaris 08-19-2011
3,764
Posted By eeisken
ISC DHCP ipv4 and ipv6 options
Hi

I am looking to set-up ISC DHCP to support ipv6, and to migrate my existing SUN DHCP ipv4 to ISC,

finding the ipv4 options for the SUN DHCP options was ok eg
TFTPsrvN = tftp-server-name ...
1,653
Posted By eeisken
ISC DHCP ipv4 options and matching ipv6
Hi

I am looking to set-up ISC DHCP to support ipv6, and to migrate my existing SUN DHCP ipv4 to ISC,

finding the ipv4 options for the SUN DHCP options was ok eg
TFTPsrvN = tftp-server-name ...
Forum: Solaris 08-08-2011
11,453
Posted By eeisken
Hi I am using ntp v3, some clients will be inside...
Hi I am using ntp v3, some clients will be inside the firewall some outside, some will be ipv6 and some will be ipv4, if I am using an ipv4 address in my ntp.conf is ntp clever enough to resolve it
Forum: Solaris 08-04-2011
11,453
Posted By eeisken
Thanks DGPickett, I jave an external clock source...
Thanks DGPickett, I jave an external clock source and I have used the ntp.server as my template for ntp.conf,

normally I would just use

server <ipv4-ipaddress> prefer

I am assuming that I...
Forum: Solaris 08-03-2011
11,453
Posted By eeisken
NTP server to support IPv4 and IPv6 client
Hi

I am looking to have an NTP server that will support both ipv4 and ipv6 clients. Is there anything specific about the configuration that I should be looking at?
Forum: Solaris 06-04-2010
2,736
Posted By eeisken
pkgadd and setuid in admin file
Hi

I am trying to automate the install of a package, I realise that I need to create an admin file, but as part of the install I am asked if I want to install these as setuid/setgid files, I want...
Showing results 1 to 25 of 36

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