Search Results

Search: Posts Made By: hiten.r.chauhan
Forum: Ubuntu 02-22-2016
1,581
Posted By hiten.r.chauhan
Ubuntu software package compatibility
I don't have internet connection in my Ubuntu server, so package download directly from internet is not possible.

So if I download package from Index of /ubuntu...
Forum: IP Networking 02-14-2016
19,988
Posted By hiten.r.chauhan
I entered acer ( ip and hostname ) in host file...
I entered acer ( ip and hostname ) in host file of rhel.

As I mentioned, acer maintains list of host name entry in the host file.
acer is a vmware windows host whereas rhel is installed as a...
Forum: IP Networking 02-13-2016
19,988
Posted By hiten.r.chauhan
Thanks Rudi for the reply. I think somehow...
Thanks Rudi for the reply.

I think somehow rhel is not able to contact acer when name resolution is required.
Some how rhel is not able to findout which is the name server ?
Do you have any...
Forum: IP Networking 02-13-2016
19,988
Posted By hiten.r.chauhan
ping to 192.168.5.1 from RHEL works ...
ping to 192.168.5.1 from RHEL works

[root@rhel7 ~]# ping 192.168.5.1
PING 192.168.5.1 (192.168.5.1) 56(84) bytes of data.
64 bytes from 192.168.5.1: icmp_seq=1 ttl=64 time=0.588 ms
64 bytes...
Forum: IP Networking 02-13-2016
19,988
Posted By hiten.r.chauhan
DNS problem : ping doesn't recognize hostname
I have vmware on my windows PC ( hostname : acer ).
vmware has RHEL 7 ( hostname : rhel7 ) installed recently.

RHEL IP configuration
IP : 192.168.5.128
Netmask : 255.255.255.0

ssh to rhel7...
Forum: Linux 11-20-2013
1,978
Posted By hiten.r.chauhan
Increasing nfslocks in Red Hat 6
How to increase nflocks parameter in Red Hat 6


[root@linux:~]$ uname -a
Linux kviewsrvr 2.6.32-358.14.1.el6.i686 #1 SMP Mon Jun 17 15:57:40 EDT 2013 i686 i686 i386 GNU/Linux
[root@linux:~]$...
Forum: Red Hat 08-22-2013
2,195
Posted By hiten.r.chauhan
PAE kernel memory limit
What is the limit of LowMem and HighMem in PAE enable kernel.
Forum: Red Hat 05-14-2013
1,953
Posted By hiten.r.chauhan
Unable to change user role using SELinux
Initial SELinux context for user hitendra

[hitendra@server1 ~]$ id -Z
unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023
[hitendra@server1 ~]
I changed the role

[root@server1 ~]# semanage...
Forum: AIX 05-10-2013
1,672
Posted By hiten.r.chauhan
check the .profile in root's home directory
check the .profile in root's home directory
1,571
Posted By hiten.r.chauhan
The pre-requisite is you must have DBI and...
The pre-requisite is you must have DBI and DBD::Oracle installed.
Go through the below url, you can find the answer
Perl Database Management - DBI, DBD and OraPerl...
1,313
Posted By hiten.r.chauhan
Just enclose the file name variable in double...
Just enclose the file name variable in double quotes as below:


for i in {1..100}; do cut -f1 "data_$i.txt" > "output$i.txt"
Forum: Solaris 05-07-2013
4,102
Posted By hiten.r.chauhan
dlstat command is newly introduced in solaris 11....
dlstat command is newly introduced in solaris 11. Probably it will be in same package SUNWcsu as dladm belongs to
2,696
Posted By hiten.r.chauhan
Use the command strings to remove ^M character ...
Use the command strings to remove ^M character


# strings file_with_control_m > file_without_contol_m
2,262
Posted By hiten.r.chauhan
Get the list of file names in $file_name sorted...
Get the list of file names in $file_name sorted with time
Forum: Programming 05-05-2013
1,095
Posted By hiten.r.chauhan
Can you please elaborate your requirement...
Can you please elaborate your requirement clearly.

your command works fine.

hitendra@nabla:~$ grep -i -r -H match dir
dir/file1:this is 1st match
dir/file1:this is 2nd match
dir/file2:this...
Forum: Red Hat 05-04-2013
3,299
Posted By hiten.r.chauhan
To disable updating the kernel when you do update...
To disable updating the kernel when you do update of entire system using yum update, you can add exclude=kernel* in /etc/yum.conf
Forum: Red Hat 05-04-2013
6,994
Posted By hiten.r.chauhan
Is the rpm popt installed ? [root@rhel6...
Is the rpm popt installed ?


[root@rhel6 lib]# rpm -ql popt|grep libpopt.so.0
/lib/libpopt.so.0
/lib/libpopt.so.0.0.0
[root@rhel6 lib]#
Forum: Red Hat 05-04-2013
7,085
Posted By hiten.r.chauhan
Some libs are installed in /lib whereas some are...
Some libs are installed in /lib whereas some are installed in /usr/lib.
So I used below command to find out rpms

For libs under /usr/lib


[root@rhel6 rpm]# rpm -qRp...
Forum: Red Hat 05-04-2013
7,085
Posted By hiten.r.chauhan
With my rhel6 .0 32-bit ,I didn't get any error ...
With my rhel6 .0 32-bit ,I didn't get any error

[root@rhel6 rpm]# rpm -ivh UltraEdit-4.0-0.5.i386.rpm
Preparing... ########################################### [100%]
...
1,399
Posted By hiten.r.chauhan
You can have something like this. A url file...
You can have something like this.

A url file named file_urls

hitendra@nabla:~$ cat file_urls
http://unixchamp.com (http://unixchamp.com/forbidden)/allowed (http://unixchamp.com/allowed)...
Forum: Red Hat 05-03-2013
1,485
Posted By hiten.r.chauhan
If I understood right, you are asking for...
If I understood right, you are asking for installation to configuration and troubleshooting guide. ?
Forum: Red Hat 05-03-2013
4,582
Posted By hiten.r.chauhan
Make two modification:- (1) comment everything...
Make two modification:-
(1) comment everything in /etc/resolve.conf
(2) Make UseDNS=no in /etc/sshd/sshd_config

If any of the ethernet adapter are configured to use DHCP, DNS, /etc/resolve.conf...
Forum: Red Hat 04-30-2013
881
Posted By hiten.r.chauhan
I think mysqld is not started Start it using...
I think mysqld is not started
Start it using the command
service mysqld start
Forum: Red Hat 04-30-2013
14,778
Posted By hiten.r.chauhan
Let me summarize what I understood from your...
Let me summarize what I understood from your scenario

Users are created centrally on some AD

NFS server - chgrp works.
NFS client - chgrp doesn't works

If this is the case, I think nfsv4 is...
Forum: Red Hat 04-30-2013
3,299
Posted By hiten.r.chauhan
You can download packages from centos repository...
You can download packages from centos repository and install on red hat system

example:
http://centos.alt.ru/pub/repository/centos/5/i386/
Showing results 1 to 25 of 67

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