Sorry,
SAMBA is not a runner.
Besides, the issue is not sharing files, it is for want of a better description being able to make a soft link between a specifically named account to an administration account, to allow the specifically named account to use any passwords set in the administration...
Hi,
I would like to be able to do the following, if possible.
Create a central admin account under AD with strong password policy. No problem.
Create a site level account which maps to root under unix. this can be done.
Link the password from the site level account to the central admin...
thanks for the feedback on VBA. Just some quick feedback on
wdActiveEndPageNumber. This works most of the time. It gets confused if the bookmarks are in tables, as it provides the wrong page number. This is a known bug with microsoft. ie see
http://support.microsoft.com/kb/241714
this works. I stuck it in as;
Sub BkMarkList()
Dim J As Integer
Selection.TypeParagraph
Selection.InsertBreak Type:=wdColumnBreak
Selection.TypeText Text:="Bookmark list for "
Selection.TypeText Text:=ActiveDocument.Name
Selection.TypeParagraph
For J = 1 To...
Hi,
I am trying to do the following
Print a list of bookmarks in a document, with a page reference for each bookmark.
I can get a list ok, by running the following macro;
Sub BkMarkList()
Dim J As Integer
Selection.TypeParagraph
Selection.InsertBreak Type:=wdColumnBreak...
Depends on the client type.
If the clients are ndmp, and the saveset takes more than the inactivity timeout to prepare data ( walk data tree to prepare indexes ), then it will timeout before data streams ), this can occur is data grows above existing timeout window.
ok the answer is;
$examplecomparison = "> 0.5";
$comparision = 0.3
if ( eval "$comparision $examplecomparision)
{ print "exception created \n"; };
( I went experimenting ).
no typo, see the if statement about it. Its how to express it is my question. I am not saying the second statement is correct ( in fact I know its not ), but how do I get the contents of the string to be parsed rather than a string reference. There might be other ways, ie eval ?
I want to use a scalar, ie a string contents as an operator, but am unsure how to define it. Best explained by example.
$examplecomparison = "> 0.5";
$comparision = 0.3
what I want to say is;
if ( $comparision > 0.5 )
{ print "exception created \n"; };
but I have a large...
Hi,
I have the following scenario
Legato server : Solaris 8. Legato 7.1
filer / ndmp : netapp : ndmp version 4. NetApp Release 6.5.2R1:
Problem.
NDMP backups complete fine, no errors shown,
however when I attempted a save set restore, I get the following error message;
Tape record size is...
I have to do a ndmp recovery of a save set which has fallen out of the browse period.
I have identified the tape, and the ssid of the save set I require. The save set was created via ndmp. How do I do a ndmp save set recovery ?
Tks,
cadence
I am currently looking at integrating Active Directory and unix boxes on our site. Our options appear to be;
1. Active Directory / NIS gatway such as PADL
2. Active Directory / NIS gatway such as Vintella
3. Active Directory / Microsoft SFU to provide a NIS gateway
4. LDAP client on unix...
Thanks for the responces.
605,
when you say run scanner, are you assuming that I run this
for every tape ? As there are approx 500 tapes, I hope not ?
I like the mminfo query however, that makes alot of sense.
Can I run this is conjunction with the sugestion from Chapter 11, ie to recover...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.