Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: cadencep45
  • Content: Threads
  • Order by date
  1. cadencep45

    active directory link one account password to another

    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...
  2. cadencep45

    printing word bookmark list, with pages reference

    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...
  3. cadencep45

    scalar as operator

    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...
  4. cadencep45

    legato ndmp restore issue

    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...
  5. cadencep45

    ssid recovery via ndmp

    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
  6. cadencep45

    Active Directory / NIS Gateway query

    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...
  7. cadencep45

    reviewing old tapes

    I have approx 5 years worth of a mix of incremental and full backups on media dating from 4 years ago. The company moved buildings and changed backup media at that stage. So I am looking to review what is there and determine a policy regarding what to keep and what to throw out.My initial...
  8. cadencep45

    reovery of out of browse period file index

    All, I am looking to recover a file index on a backup of a filer which is outside of the browse period. I have run mminfo to determine the correct tapes I require. I have then run scanner -i /dev/rmt/4ubn to scan the volume. However I cannot see the file index for this volume following...
  9. cadencep45

    parsing saveset details under unix

    Hi, I would like to put in place an automated comparision between filesets being actively backed up and active projects on our site. This should be easy enough to do, as projects are stored in a unix fileserver as directories, and filesets correlate directly to this. What I am trying to get is...
  10. cadencep45

    Multiple labels for same pool

    I would like to update the Legato labelling of tapes on our site. Currently we use NDMP with Nettapp filers. This works great, but there is a glitch where the index files generated need to be saved on the backup server rather than the NDMP machine, in order that the browe/retention works...

Part and Inventory Search

Back
Top