ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Ghani
    3. Posts
    G
    • Profile
    • Following 0
    • Followers 1
    • Topics 22
    • Posts 110
    • Groups 0

    Posts

    Recent Best Controversial
    • how to check VMware ESXi purple screen on death using VMware vROPs

      My customer VMware Esxi host server goes to purple screen on death suddenly this is third times we are facing this issue. They have vRealize operations manager server, so we need to analysis the PSOD problem using vROPs console. I do not know how to analysis PSOD problem on vROPs?

      posted in IT Discussion vmware esxi
      G
      Ghani
    • RE: Freenas 9.2.18 server , CIFS services unable to start

      Yes i agree your sounds

      posted in IT Discussion
      G
      Ghani
    • RE: Freenas 9.2.18 server , CIFS services unable to start

      Customer need oper source file server. So i faced many issue in Freenas 9.2.1.8 version. So will check another version Freenas 9.10 and Freenas corral in my test setup for satify my client freenas issue. thus why i said .

      posted in IT Discussion
      G
      Ghani
    • RE: Freenas 9.2.18 server , CIFS services unable to start

      @scottalanmiller

      ok Friend... I will read the article about Freenas Corral.

      posted in IT Discussion
      G
      Ghani
    • RE: Freenas 9.2.18 server , CIFS services unable to start

      @DustinB3403

      Correctly Freenas release Freenas corral new software ... it is good for new implementation ???

      posted in IT Discussion
      G
      Ghani
    • RE: Freenas 9.2.18 server , CIFS services unable to start

      My company suggested this freenas to customer.... Can you please suggestion for any upgraded freenas version ?

      posted in IT Discussion
      G
      Ghani
    • RE: Freenas 9.2.18 server , CIFS services unable to start

      Now , I installed New Freenas server and enable rsync tool to copy data from problem freenas to new freenas zpool volume.

      posted in IT Discussion
      G
      Ghani
    • RE: Freenas 9.2.18 server , CIFS services unable to start

      Hello Friend, have any solution for above issue. Please help me ?

      posted in IT Discussion
      G
      Ghani
    • Freenas 9.2.18 server , CIFS services unable to start

      Dear Team,

      My customer Freenas server 9.2.1.8 , CIFS services unable to start. I using testparm command shows samba.config files is missing ... please provide solution for this urgent base. They do not have any backup. Thanks

      posted in IT Discussion freenas file server freebsd unix samba
      G
      Ghani
    • RE: Inside a datasets all files are copying read only files and how to change full controll permissions using commands

      @scottalanmiller

      Already we set as same in all windows permissions in both source and destination created datasets. Then how ?

      posted in IT Discussion
      G
      Ghani
    • RE: Inside a datasets all files are copying read only files and how to change full controll permissions using commands

      Dear Friend ... same error happen again

      0_1489151525285_rsync errors.PNG

      posted in IT Discussion
      G
      Ghani
    • RE: Inside a datasets all files are copying read only files and how to change full controll permissions using commands

      @scottalanmiller

      rsync -avzAX --stats --delete /mnt/testvol/ [email protected]::test like this ??? correct ?

      posted in IT Discussion
      G
      Ghani
    • RE: Inside a datasets all files are copying read only files and how to change full controll permissions using commands

      rsync -AX --stats --delete /mnt/testvol/ [email protected]::test like this ???

      posted in IT Discussion
      G
      Ghani
    • RE: Inside a datasets all files are copying read only files and how to change full controll permissions using commands

      Yes ...

      I created datasets with same name and assigned same windows permissions in both source and destination freenas. Source server is production server.
      Destination server is backup server. using rsync tools for backup.

      Friends ... i have doubt ?? , we assigned windows user permissions in all datasets. But we using rsync with root user login .. it happen any issue for permission transfer ?

      posted in IT Discussion
      G
      Ghani
    • RE: Inside a datasets all files are copying read only files and how to change full controll permissions using commands

      Dear Friend,

      I have used
      rsync -avz --stats --delete /mnt/testvol/ [email protected]::test this command. Remains the same error comes.

      I attached screenshot for your reference.

      0_1489135031237_error occur.PNG

      posted in IT Discussion
      G
      Ghani
    • RE: Inside a datasets all files are copying read only files and how to change full controll permissions using commands

      @scottalanmiller said in Inside a datasets all files are copying read only files and how to change full controll permissions using commands:

      p, --perms
      This option causes the receiving rsync to set the destination permissions to be the same as the
      source permissions. (See also the --chmod option for a way to modify what rsync considers to be
      the source permissions.)

      Dear Team,

      Based on our discussion , i using below rsync commands ,

      rsync -rvp --stats --delete /mnt/testvol/ [email protected]::test
      rsync -avz --stats --delete /mnt/testvol/ [email protected]::test

      rsync -arzp --stats --delete /mnt/testvol/ [email protected]::test

      source : /mnt/testvol/
      destination : /mnt/testvolbkp/ = freenas module name is "test"

      Note : In source server zpool is " testvol" . I assigned permissions on testvol is windows permissions [ VMWARELAB\Administrator] and [ VMWARELAB\domain admins ] .

      In destination server zpool is " testvolbkp" . I assigned permissions on testvol is windows permissions [ VMWARELAB\Administrator] and [ VMWARELAB\domain admins ] . And created rsync module name is "test" login is user : root /wheel.

      For your reference, i attached screenshots.0_1489129468089_zpool volume permissions.PNG

      0_1489128694908_Read ony issues.PNG ))
      0_1489129477303_bkp zpool volume permissions.PNG 0_1489129495903_test module destination.PNG

      posted in IT Discussion
      G
      Ghani
    • RE: How to caculate my IOPS value using perform counters ..

      ok Thank you all

      posted in IT Discussion
      G
      Ghani
    • RE: Inside a datasets all files are copying read only files and how to change full controll permissions using commands

      @scottalanmiller said in Inside a datasets all files are copying read only files and how to change full controll permissions using commands:

      archive

      "a" archiever will do copy same windows permissions from source to destination. ???

      posted in IT Discussion
      G
      Ghani
    • RE: Inside a datasets all files are copying read only files and how to change full controll permissions using commands

      @scottalanmiller said in Inside a datasets all files are copying read only files and how to change full controll permissions using commands:

      "rsync -avz --stats --delete /mnt/v

      a for archiever
      v for verbose
      z for compress ??? so which flags take care of same permissions from source to destination .

      posted in IT Discussion
      G
      Ghani
    • RE: Inside a datasets all files are copying read only files and how to change full controll permissions using commands

      @scottalanmiller

      ok i will check this commands

      rsync -avz --stats --delete /mnt/volumes/ root@ipaddress::bkpvolumes

      And revert back to you

      posted in IT Discussion
      G
      Ghani
    • 1 / 1