Search Results

Search: Posts Made By: patvdv
2,220
Posted By patvdv
PS
One more important thing about cron: it has no ENV set.
2,390
Posted By patvdv
TNS
I think you can have more ports than 2, just make sure you pick free ones. Besides traffic from all instances can use the one and only port.
9,921
Posted By patvdv
Not only solaris, HP-UX has them as well :)
Not only solaris, HP-UX has them as well :)
4,316
Posted By patvdv
By preference you should use lower case only in...
By preference you should use lower case only in hostnames.
6,712
Posted By patvdv
the script reads all hostnames that have 'cisco'...
the script reads all hostnames that have 'cisco' in it from the /etc/hosts (so we are probably talking routers here) and then performs a 'ping' to see if they are 'alive' or not. This is done every 3...
Forum: IP Networking 09-20-2001
3,809
Posted By patvdv
jetadmin
Assuming you are using jetadmin to setup and manage your network printer, go into jetadmin screen and change the spooler queue options not to include the banner page etc.
3,786
Posted By patvdv
SCP
Secure Copy can transfer files like the 'rcp' command but uses an encrypted 'tunnel' to send the data through. It is thus safe from intruders and snoopers. You need SSH software for it (OpenSSH) and...
13,977
Posted By patvdv
Zombies
You have to kill the parent process of the zombies indeed. Normally zombies are not something you should worry about as they do not take up any resources (or little) in the kernel.
Forum: Programming 09-19-2001
2,903
Posted By patvdv
Notepad
You can program your scripts in Windows Notepad for all you like but it needs an incarnation of a UNIX shell to run. That does not particularly mean that you need a UNIX system, alot of the UNIX...
3,786
Posted By patvdv
SSH
How about using SCP: secure copy?
Forum: Programming 09-17-2001
3,115
Posted By patvdv
Release Notes
You should read the release notes, readme files and installation guide of Oracle 9i software. I wouldn't expect any major changes except for possibly some kernel tweaks.

Obviously, you might want...
4,472
Posted By patvdv
find / -name "file name" -print
find / -name "file name" -print
1,803
Posted By patvdv
It means that either your server is down or the...
It means that either your server is down or the FTP service is not running.
9,444
Posted By patvdv
alias
You can start by checking whether your printer was set up with an IP alias in /etc/hosts or not. If so it's just a matter of changing the entry in /etc/hosts.
44,548
Posted By patvdv
Numeric
The -g option stands for a numeric sort. It works in Linux, possibly the Solaris 'sort' has different options. Check with man sort which option matches a numeric sort in Solaris and use that.

The...
44,548
Posted By patvdv
du
You could use a du on all the /home subdirectories (or where their home directories are located):


cd /home
du -k -s * | sort -k1 -g -r
3,097
Posted By patvdv
Cron log
Did you check the cron log to see if the command was executed and the exit code? The cron log file is typically in /var/adm/cron/log
8,064
Posted By patvdv
FTP mode
Also check your FTP transfer mode: ASCII or binary. In this case I'd assume binary is the appropriate setting.
3,000
Posted By patvdv
I am not an AIX guy but surely you can take a...
I am not an AIX guy but surely you can take a simple backup using standard UNIX tools like cpio or tar. Both offline and online backups are possible with these granted you put the the tablespaces in...
3,994
Posted By patvdv
Protection
Obviously, RAID is there to protect you from disasters. The various RAID levels present you each a mix of disk space and safety level. If the server is critical I would definatively recommend RAID 1...
15,109
Posted By patvdv
Yep, I already tried it myself, but the -...
Yep, I already tried it myself, but the - excellent - info you gave can be useful to other people as well. I am not a developer so I rarely wander outside the '1m' man world. Thanks for the quote...
15,109
Posted By patvdv
Q
Mmm, let's picture this: you change exactly 1 character in an ASCII text file, thus not changing the file size. Does this change the ctime as well? I always thought not?
3,052
Posted By patvdv
Cygwin
Cygwin website:

http://cygwin.com/

Another package to consider is Unix for WINdows:

http://www.research.att.com/sw/tools/uwin/
15,109
Posted By patvdv
ctime
You can also use:

find /search/path -mtime +30 | xargs rm -i

ctime indicates inode data change: ie. when you do chmod. chown on the file or when the file size changes. Not the contents of the...
2,328
Posted By patvdv
ncftp
ncftp is the nicest tool for that
Showing results 1 to 25 of 83

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