Search Results

Search: Posts Made By: Tommyk
Forum: Solaris 11-18-2014
1,530
Posted By Tommyk
Thanks hicksd8. I know UNIX/Linux is case...
Thanks hicksd8.

I know UNIX/Linux is case sensitive which is why i was surprised that this instance showed that Solaris was not being case sensitive.

The issue appears to be due to a .Net...
Forum: Solaris 11-18-2014
1,530
Posted By Tommyk
NFS from windows 2008
Hi,

We have a directory being exported from Windows 2008 R2.
When this is mounted on SunOS5.10 everything looks normal however. If we create a file abc.txt on the windows server:

# ls -la...
Forum: Red Hat 03-29-2013
5,175
Posted By Tommyk
You may want to look at the exporting options on...
You may want to look at the exporting options on the directory from "server-name-2".

You may want to try rw,no_root_squash in /etc/exports which should allow root to act as normal across the share.
Forum: Red Hat 03-04-2013
9,065
Posted By Tommyk
If you don't want/need the x86_64 then easiest...
If you don't want/need the x86_64 then easiest option is to uninstall it and then install the i686 package.

As it is only complaining about man page zipped files if you need both installed then i...
Forum: Red Hat 03-04-2013
3,465
Posted By Tommyk
I had similar issues to you. I found the script...
I had similar issues to you. I found the script "rescan-scsi-bus.sh" which you can find on google works wonders for RHEL5.x within VMWare.

I tend to only use the rescan commands you put above on...
Forum: Red Hat 02-21-2013
15,647
Posted By Tommyk
Yes the 100% relates to a full 1 core clock...
Yes the 100% relates to a full 1 core clock cycle, if a process ran over multiple CPU's you could expect to see 500% for example.

You need to look at the perfd if its even required, if not you can...
2,485
Posted By Tommyk
Check your /etc/resolv.conf is configured...
Check your /etc/resolv.conf is configured correctly.
Forum: Red Hat 02-07-2013
2,490
Posted By Tommyk
Apache start error
I have a new server, installed everything and tried to get it all up and running.

Got the following issue:

# /usr/local/apache/bin/apachectl start
httpd: Syntax error on line 54 of...
Forum: Red Hat 01-24-2013
8,383
Posted By Tommyk
you are using rpm, which does not resolve...
you are using rpm, which does not resolve dependancies. yum will resolve dependancies if it can find the correct packages to resolve them.

or use the --nodeps option on rpm although this isn't ...
Forum: Red Hat 01-24-2013
8,383
Posted By Tommyk
You will need to find the 32 bit version of the...
You will need to find the 32 bit version of the packages required.

The locate commands shows the installed version to be in /lib64 (note the 64 means 64 bit version).

Download them and either...
Forum: Red Hat 01-24-2013
3,176
Posted By Tommyk
Ftp gettting disconnected
All,

Trying to ftp to a remote ftp server.

See following output:

ftp -dv xx.xx.xx.xx
Connected to xx.xx.xx.xx (xx.xx.xx.xx).
220 Microsoft FTP Service
Name (xx.xx.xx.xx:username): ftpuser...
Forum: HP-UX 01-22-2013
10,238
Posted By Tommyk
never mind problem solved, it was calling the...
never mind problem solved, it was calling the login command when connected and it was the login configuration that was set to 5 seconds. Changed that to 30 and it now works :)
Forum: Red Hat 01-22-2013
8,299
Posted By Tommyk
Hicks, looks like we might be OK on the /dev...
Hicks, looks like we might be OK on the /dev restore as looking around it seems it can be rebuilt using udev rather than needing to be restored.

Peasant, the rest of the process is OK, it is only...
Forum: Red Hat 01-21-2013
8,299
Posted By Tommyk
If we take an example of one of our Linux...
If we take an example of one of our Linux servers, it is running on an HP BL460c G7 blade, in a DR situation we would e restoring this onto a DL380 server.

Although never fully tested with Linux...
Forum: HP-UX 01-21-2013
10,238
Posted By Tommyk
[SOLVED] Telnet timeout issue
I have telnet configured in /etc/inetd.conf as below:

telnet stream tcp6 nowait root /usr/lbin/telnetd telnetd -b /etc/issue -n20

When i restart the service telnetd shows with only the...
Forum: Red Hat 01-21-2013
8,299
Posted By Tommyk
Yes sorry i excluded the /proc /sys and /dev...
Yes sorry i excluded the /proc /sys and /dev filesystems.

I will attempt to do a restore in single user mode next time then. I did think the /lib, /lib64 ..etc directories were required but...
Forum: Red Hat 01-21-2013
8,299
Posted By Tommyk
Backup and restore using tar
This will be covered elsewhere im sure but i just cant seem to find my exact issue.

I want to backup my systems using tar, command is:

tar -cjpf /backup /bin /etc /home /opt /root /sbin /usr...
Forum: Red Hat 01-21-2013
3,705
Posted By Tommyk
the line +/- buffers/cache basically shows the...
the line +/- buffers/cache basically shows the memory used and free without taking into account how much is used for buffers or cache.

This is because cached memory is not actually used memory, it...
Forum: Linux 01-17-2013
2,140
Posted By Tommyk
From experience of this situation i would in...
From experience of this situation i would in every case advise to create a command alias for a user to only use sudo for those specific commands and add each command as necessary (obviously dont add...
6,500
Posted By Tommyk
Cheers guys, both paste and sed work a treat,...
Cheers guys, both paste and sed work a treat, although my lack of awk understanding i just get syntax errors and unexpected newline or end of string, im working on learning awk so hopefully in time i...
6,500
Posted By Tommyk
Pipe delimited output
Hi All,

i have the following command

df|awk '{print $5}'|grep /| egrep -v '^/$|/usr|/opt|/var/log|/home|/tmp'

output looks like:


/filesystem/number1
/filesystem/number2
/filesystem3...
Forum: Red Hat 01-03-2013
5,871
Posted By Tommyk
Just to point out, yum install by default will...
Just to point out, yum install by default will install if no package present and update if it is present.

This has found it does not need to install only update:
Install 0 Package(s)...
1,318
Posted By Tommyk
diff myfile1.txt myfile2.txt
diff myfile1.txt myfile2.txt
Forum: Linux 11-09-2012
1,839
Posted By Tommyk
There is an HP service guard for Linux that HP...
There is an HP service guard for Linux that HP have recently released, it may be worth looking specifically for the setup instructions for Linux. As it is a recent release there will be far fewer...
Forum: Red Hat 11-01-2012
31,302
Posted By Tommyk
ifdown eth0 and then change the line in the...
ifdown eth0

and then change the line in the ifcfg-eth0 to be as follows

ONBOOT=no

this willl stop the interface and then prevent it from starting during service or machine startup.
...
Showing results 1 to 25 of 144

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