Search Results

Search: Posts Made By: veer
Forum: HP-UX 07-21-2008
45,604
Posted By veer
In HPUX the default disk manager is LVM. So steps...
In HPUX the default disk manager is LVM. So steps as per LVM would be:
1) #vgdisplay VOLGRPNAME
for e.g. vgdisplay /dev/vg01
This should be done to check whether u have enough extents free to...
Forum: Linux 07-21-2008
6,807
Posted By veer
To install LINUX u need a NON-DOS (Idiotic term)...
To install LINUX u need a NON-DOS (Idiotic term) partition or I can say a no filesystem partition. U are having a D: which is a wins partition with NTFS. U eitheir need a separate disk or u need to...
Forum: Ubuntu 07-21-2008
9,738
Posted By veer
One correction here. Replace ftp -n with ftp...
One correction here.
Replace ftp -n with ftp web_server_ipaddress
Forum: Ubuntu 07-21-2008
9,738
Posted By veer
Create a file ".netrc" in the home dir of the...
Create a file ".netrc" in the home dir of the user who will be FTPing the files to the webserver. The contents of .netrc file would be the following line:...
Forum: Red Hat 07-21-2008
5,848
Posted By veer
In the ACL list of SQUID is the domain xyz.org...
In the ACL list of SQUID is the domain xyz.org allowed. It is denying the connection.
Forum: Solaris 07-16-2008
9,374
Posted By veer
As mentioned in the earlier post `route add`...
As mentioned in the earlier post `route add` command will have an immediate effect i.e without rebooting.
Then I mentioned to edit the file to make it permanent so that it is available even after...
Forum: Solaris 07-16-2008
4,933
Posted By veer
This question is not related to UNIX OS. It is...
This question is not related to UNIX OS. It is related to the application process. The appln it seems is INFORMIX database running on solaris. Talk to ur DBA about this.
Forum: HP-UX 07-16-2008
4,395
Posted By veer
On the HPUX server where u will be FTPing first...
On the HPUX server where u will be FTPing first run `telnet localhost 21`
If it's running then do `ftp localhost`. If it asks for user name that means u can ftp from any client in the same LAN....
Forum: HP-UX 07-16-2008
7,589
Posted By veer
Yeah and don't forget to restart the syslog...
Yeah and don't forget to restart the syslog daemon like /sbin/init.d/syslogd restart.
Forum: HP-UX 07-16-2008
7,589
Posted By veer
To avoid seeing those messages on console modify...
To avoid seeing those messages on console modify ur /etc/syslog.conf file.
In /etc/syslog.conf the alert,crit level of messages are by default transferred to /dev/console. Instead replace...
Forum: HP-UX 07-16-2008
6,109
Posted By veer
If the software state is UNCLAIMED then there's...
If the software state is UNCLAIMED then there's no point in running `insf -e`
It is as good as driver not installed in the box.
Few questions to be answered by u?
1) Did u had similar FC card...
Forum: Linux 07-16-2008
28,196
Posted By veer
devfsadm is load the driver into kernel online...
devfsadm is load the driver into kernel online (without rebooting) for the already installed and seen device by solaris.
For e.g. devfsadm -C tape
tape is a class that defines a device file and the...
Forum: Solaris 07-16-2008
9,374
Posted By veer
use route add command for the default gateway. ...
use route add command for the default gateway.
Login as root and fire:
#route add default 192.168.2.167
The ouput will be:
#add net default: gateway 192.168.2.167

Then do netstat -rn as usual...
Forum: HP-UX 05-16-2008
19,591
Posted By veer
At the PDC prompt did u run cmd `sea ipl` or `sea...
At the PDC prompt did u run cmd `sea ipl` or `sea isl` to find out the potential boot devices. If this disk is not seen then shutdown ur system and try refixing the disk and do the above mentioned...
Forum: HP-UX 05-15-2008
6,960
Posted By veer
I have always used : 1) vmstat - Memory...
I have always used :
1) vmstat - Memory statistics
2) iostat - disk/tape io device statistics
3) sar - for everything.
4) netstat - network statistics
5) top - the last and ultimate tool.
6)...
Forum: HP-UX 05-15-2008
3,211
Posted By veer
Try telnet host 21 Does it say connection...
Try telnet host 21
Does it say connection refused?
1) Is ur system i.e client in a different LAN than the one on which ur ftping. 2) Have the IPAddressing scheme, I mean the subnets changed.
3)...
Forum: HP-UX 05-15-2008
38,105
Posted By veer
On HPUX U won't be by default able to view...
On HPUX U won't be by default able to view SHLIB_PATH var. ByDefault `ld` which uses 'usr/lib/dld.sl' lib file searches thru /lib:/usr/lib:/usr/share/lib dirs. That means /lib:/usr/lib:/usr/share/lib...
20,091
Posted By veer
Oh OH was I correct :) lp -d name_of_printer -P...
Oh OH was I correct :)
lp -d name_of_printer -P 1-3 file_1
6,011
Posted By veer
Is that what really u are asking for. CHk usage...
Is that what really u are asking for. CHk usage in the command
df -k
2,786
Posted By veer
If it means that a user should be presented with...
If it means that a user should be presented with a menu that lists all log file from /apps/logs and then he wants to view 'em selectively then I think we could:-
1) find /apps/logs -type f
2)...
8,245
Posted By veer
OK..chk this cmdline out sed '/^#/d;s/\(.*\)...
OK..chk this cmdline out

sed '/^#/d;s/\(.*\) \(.*\)/\1.sh \2/' file.txt

The above is the best fix with sed cmd.

Looping with while or for is not recommended unless u feel the need for the...
29,916
Posted By veer
$ if [ -z $TEST ] ; then TRY this $ if...
$ if [ -z $TEST ] ; then


TRY this
$ if [ ! -n $TEST ] ; then
3,606
Posted By veer
db2rbind DUMMY /l <path>\bindall_DUMMY.log,/u...
db2rbind DUMMY /l <path>\bindall_DUMMY.log,/u xxxx,/p yyyy
db2 "flush package cache dynamic",,


cat urfile | sed 's/\/u/ \/u/'

I mean put a space before \\u. Is this what u were looking...
Showing results 1 to 23 of 23

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