Started 6 days, 8 hours ago (2009-12-02 04:02:00)
by pupp
if you change the content for both the original file or the
hardlink, the content is changed in the original file (thus changed in the hardlink). if you change the content in a copied file, the original file doesn't change its content. just the file you decided to edit.
Code:
-bash-3.00# echo test >> orig.file
-bash-3.00# cat orig.file
test
-bash-3.00# ln orig.file hardlink.file
-...
Started 1 day, 4 hours ago (2009-12-07 08:44:00)
by jlliagre
As it implements newer projects and versions sooner or exclusively I would expect
OpenSolaris to be either equally fast or faster.
Started 2 days, 23 hours ago (2009-12-05 12:54:00)
by DukeNuke2
a little bit of google and you find good howto's:
SVM HOWTO (
Solaris Volume Manager) - Genunix
Started 1 day, 8 hours ago (2009-12-07 04:44:00)
by sijocg
Hi,
use
SVM and create a mirror volume.
Started 1 day, 5 hours ago (2009-12-07 07:44:00)
by DukeNuke2
read here:
procfs - Wikipedia,
the free encyclopedia
Started 3 days ago (2009-12-05 11:54:00)
by incredible
You have configured link based
ipmp? provide the contents of those files.
Started 1 day, 23 hours ago (2009-12-06 13:44:00)
by april
I need to run the spawn command but when I typed it in, I got
"ksh: spawn: not found".
So, I downloaded spawn-fcgi but it required to be compiled first. The compile failed when I tried it. I need a copy that's ready to be used.
Unix system info:
OS: Sun
Solaris 2.8
Shell: ksh
Does anyone know where I can download spawn for my system?
Thanks.
Started 1 day, 6 hours ago (2009-12-07 06:44:00)
by incredible
what's your kernel patch level? where do ou get the error? pls elaborate
Started 1 day, 6 hours ago (2009-12-07 06:44:00)
by incredible
at the ok> prompt type devalias. check for the device path for disk or disk0.
then issue ok> boot disk or <path>. before doing so, change the
boot-device param at the OBP
Started 4 days, 2 hours ago (2009-12-04 10:46:00)
by jim mcnamara
A simpler solution is to create a wrapper script to check the return codes of each process. Run the wrapper script once every three hours.
The example you gave will work - but be sure to enter the full file
specification:
/path/to/job1 && /another/path/job2