26 Eylül 2013 Perşembe

Change pool of ... failed. Cannot change media pool of an assigned media(91)

NetBackup üzerinde kullanılmayan, artık library de olmayan kartuşları silmek istediğimizde  Change pool of ... failed. Cannot change media pool of an assigned media(91) hata mesajını alıyoruz.

Kartuşlar üzerinde veri olduğundan silinmesine müsade etmemektedir.

Bu sebeple kartuş içerisindeki verilerin expire edilmesi gerekmektedir.

Aşağıdki komut yardımı ile belirtilen media_id içerisindeki veriler expire edilmektedir.

Bu işlem sonucunda kartuş silinebilmektedir.



Commands
- For immediate expiration of all images:
 

UNIX platforms:  /usr/openv/netbackup/bin/admincmd/bpexpdate -ev <media_id> -d 0
 

Windows platforms:  install_path\VERITAS\netbackup\bin\admincmd\bpexpdate -ev <media_id> -d 0

3 Eylül 2013 Salı

How to use DISKPART command

Microsoft Windows [Version 5.2.3790]
(C) Copyright 1985-2003 Microsoft Corp.
C:\Documents and Settings\tmerdan>diskpart
Microsoft DiskPart version 5.2.3790.3959
Copyright (C) 1999-2001 Microsoft Corporation.
On computer: TEST

DISKPART> list volume
  Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
  ----------  ---  -----------  -----  ----------  -------  ---------  --------
  Volume 0     C                NTFS   Partition     50 GB  Healthy    System
  Volume 1     D                NTFS   Partition     70 GB  Healthy    Pagefile
  Volume 2     E                       DVD-ROM         0 B  Healthy
  Volume 3     F   New Volume   NTFS   Partition    150 GB  Healthy

DISKPART> select volume 3
Volume 3 is the selected volume.

DISKPART> list volume
  Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
  ----------  ---  -----------  -----  ----------  -------  ---------  --------
  Volume 0     C                NTFS   Partition     50 GB  Healthy    System
  Volume 1     D                NTFS   Partition     70 GB  Healthy    Pagefile
  Volume 2     E                       DVD-ROM         0 B  Healthy
* Volume 3     F   New Volume   NTFS   Partition    150 GB  Healthy

DISKPART> extend
DiskPart successfully extended the volume.

DISKPART> list volume
  Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
  ----------  ---  -----------  -----  ----------  -------  ---------  --------
  Volume 0     C                NTFS   Partition     50 GB  Healthy    System
  Volume 1     D                NTFS   Partition     70 GB  Healthy    Pagefile
  Volume 2     E                       DVD-ROM         0 B  Healthy
* Volume 3     F   New Volume   NTFS   Partition    170 GB  Healthy
DISKPART>

Windows Server IIS üzerinden hizmet veren bir FTP servisine erişmek istediğimizde;  Internet Explorer, FileZilla vb. uygulamalar ile erişim ...