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 Mike Lewis 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: *

  1. barazani

    Tape Append Nightmare on Arcserve 2000 !

    Hi Guru , thanks for your help ! yes i do ... I have append mode in the schedule tab on the main backup screen and on the optins tab ( backup media->first media -> append to media). any other idea's ? barazani bara_zani@yahoo.com "Unix is user friendly. It's just selective about who its...
  2. barazani

    Tape Append Nightmare on Arcserve 2000 !

    Hi TO All, I'm having big problems and any one who can hep me will earn a place in heaven for sure ! I have a job that runs full and difrential backups in apend mode . when the backup job starts it asks for me to mount tape X , i do but arcserve will not accept it . the media has the same...
  3. barazani

    Where Can I get a setup progrem of wordperfect 6 for win ?

    I am in desperate need of it . thanks barazani bara_zani@yahoo.com "Unix is user friendly. It's just selective about who its friends are."
  4. barazani

    Moving Arcserve data from old server to new server

    Hi to all, I have an arcserve 2000 advanced server running on windows 2000 . I have installed a new machine ( better hardware ) with new os and arcserver setup. the question is , how to move all the current configuration from the old server to the new one ( database , jobs and devices). thanks...
  5. barazani

    My NIS master Server is down

    Hi Ajay have you ever built a nis server before ? barazani bara_zani@yahoo.com "Unix is user friendly. It's just selective about who its friends are."
  6. barazani

    Creating passwords with scripts and no inputs

    #change multiple passwors in passwd #!/bin/sh cut -d: -f1 /etc/passwd | while read $user do usr/bin/passwd $user done All u have to do is run this script and give input from a file which contains 300 * 2 passwords ...cos passwd command asks for a password confirm ....U should be...
  7. barazani

    icmp echo multicast on solaris 2.6

    the box is with 6 interfaces no in.routd or in.rdisc runing . i get these packets from 4 out of six interfaces and would like to disble them. i have already tried deleteing the 244.0.0.0 net from the rouuting table . no luck . checked ndd for parameters - no luck . any idea's would be great...
  8. barazani

    Multiple Filesystems to tape?

    try this script ... works for me hpe it'll work for you :-) note that the tte comand will output to screen and log so if you don't want to open an eye on it just remove the tee ... #! /bin/sh #preform a full dump to tape #mail log to admin .... bdate=`date +%d.%m.%y` #format date...
  9. barazani

    Backup system

    KhB you can use dd to create a full image of your disk to another disk or to a tape. problems 1.if your disk has bad sectors they will be copied too 2.it's sloooooooooooooooow 3.it requires another disk with the same size and make . barazani bara_zani@yahoo.com "Unix is user friendly...
  10. barazani

    openboot

    Peter, why change the disk ( to much iommu@00010000 ... typing ). just do a setenv boot-device disk3 and you're done ! and b.t.w target 3 was the default boot device up to ultra and u[p there it changed to target 0 barazani bara_zani@yahoo.com "Unix is user friendly. It's just selective...
  11. barazani

    Restore mutliple filesystems on one tape using ufsrestore

    volume number is asked becasue ufsdump does not "know" ho many tapes were used. entering 1 will usually be enough unless you have multiple tapes per single dump . barazani barazani bara_zani@yahoo.com "Unix is user friendly. It's just selective about who its friends are."
  12. barazani

    new to Solaris

    try this http://docs.sun.com all you need is there !!! barazani bara_zani@yahoo.com "Unix is user friendly. It's just selective about who its friends are."
  13. barazani

    SOLARIS 2.6 . Instalation

    you should use the solaris 2.6 software cd barazani bara_zani@yahoo.com "Unix is user friendly. It's just selective about who its friends are."
  14. barazani

    Redhat with Windows

    this is a bit to general, what do you know ? if you know how to configure basic linux netowrking ( ip and gateway ) then you can get them connected. as for sharing resources you can use fto on both ends ( the linux and the w2k) if you want more "windowz" like sharing ( sharing through...
  15. barazani

    looping with foreach

    thanks ! i put the file handle open at after the foreach ... i am still new to perl so the seek function seemd a bit of an overhead right now ..... thanks again and i liked the muskito->tent closing line . good one :-) barazani barazani bara_zani@yahoo.com "Unix is user friendly. It's...
  16. barazani

    looping with foreach

    Hi , thanks for your reply looptest has these lines in it alpha beta gama delta if i use the while outside the loop it works ! barazani the output of this script is asd folows one alpah beta gama delta two three four i want it to be one alpah beta gama delta two alpah beta gama delta and on...
  17. barazani

    install ssh and bash

    easy way -> go to www.sunfreeware.com and download both from there in pkg format . for ssh you'll need zlib and openssl as well. good luck barazani bara_zani@yahoo.com "Unix is user friendly. It's just selective about who its friends are."
  18. barazani

    Banned Telnet on Sun Solaris 5.6

    I don't quite follow, if you want root and root only to login ( telnet rsh or whatever ) to the box all you have to do is create a file called nologin in /etc that will prevent all but root login's ! i hope this is what you mean !
  19. barazani

    looping with foreach

    hi to all, i have a problem with foreach loops . this is the loop #!/usr/local/bin/perl open(FILE,looptest); @array=qw(one two three four); foreach $i (@array){ print &quot;$i \n&quot;; while(<FILE>){ print &quot;$_\n&quot;; } } my problem is that the while statemnt only gets executed once ...

Part and Inventory Search

Back
Top