Search Results

Search: Posts Made By: uxadmin007
Forum: Solaris 12-28-2009
2,381
Posted By santy23
there is a little workaround for this issue, you...
there is a little workaround for this issue, you can schedule it for everyweek in cron job, but do a check in your code whether it ran last week..
i.e
create a file \tmp\checkRun with 0 as value....
Forum: Solaris 12-28-2009
2,381
Posted By jim mcnamara
My bad. There is no way with cron * * * * *...
My bad. There is no way with cron * * * * * notation to get what you want. The post above does not do that either, because over a period of years you lose runs. 365/7, 366/7 do not divide evenly....
Forum: Solaris 12-28-2009
2,381
Posted By mikep9
30 10 1,15 * 0,1 /path/to/my/code.shl
30 10 1,15 * 0,1 /path/to/my/code.shl
Forum: Solaris 12-28-2009
2,381
Posted By jim mcnamara
One way - Sunday is day zero. 30 10 * * 0...
One way - Sunday is day zero.

30 10 * * 0 /path/to/my/code.shl
30 10 * * 1 /path/to/my/code.shl
Forum: Solaris 07-28-2009
3,706
Posted By gch
Sometime one skips some important step while...
Sometime one skips some important step while using a manual process. I like to install zones with automated scripts. That way it always works the same and there is no surprises.
This is a pertinent...
Forum: Solaris 07-07-2009
3,706
Posted By jlliagre
Perhaps did you fail to configure the zone after...
Perhaps did you fail to configure the zone after the initial booting.

Did you connect to the zone console ? (zlogin -C zonename).
Forum: Solaris 07-08-2009
5,129
Posted By TonyFullerMalv
Looks okay to me, the "-R /" is the default so...
Looks okay to me, the "-R /" is the default so does not need to be specified, I always do a "-e description" as well, I think excluding /tmp is built into the flarcreate...
Forum: Red Hat 05-28-2009
10,022
Posted By mark54g
Look into mondo rescue. ...
Look into mondo rescue.

http://www.mondorescue.org/about.shtml
Forum: Solaris 05-20-2009
2,104
Posted By incredible
Please get someone who is trained in SVM to help...
Please get someone who is trained in SVM to help you. Its too dangerous to perform if you've no knowledge of what you're doing.
Forum: Solaris 05-06-2009
14,198
Posted By jlliagre
Indeed. I meant the algorithm can be set in the...
Indeed. I meant the algorithm can be set in the policy.conf file.
Forum: Solaris 05-05-2009
14,198
Posted By reborg
As posted in another thread in this forum today! ...
As posted in another thread in this forum today!

Password Encryption (System Administration Guide: Security Services) - Sun Microsystems...
Forum: Solaris 05-05-2009
14,198
Posted By jlliagre
The number of characters actually used in the...
The number of characters actually used in the password depend on the algorithm used. It can be set in /etc/security/policy.conf on Solaris.
Forum: Solaris 05-05-2009
14,198
Posted By gandolf989
Aren't you really trying to enforce complexity...
Aren't you really trying to enforce complexity over password length. An 8 character password can be complex if it is not a dictionary word, has Upper case and lower case alpha, numbers and special...
Showing results 1 to 13 of 13

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