grzech.webio.pl


.. kolejny blog w sieci (głównie na własne potrzeby)


  1. Zmiana rozmiaru iSCSI SR

    Expand Using Xen Center 5.x Identify the iSCSI SR to adjust. Document all settings. Shut down all guests using this iSCSI SR. Make sure you have all iSCSI settings documented. Right click on the iSCSI SR, select Detach. Right click on the iSCSI SR, select Reattach. Depending on your configuration, you may need to reenter some settings. Źródło: http://jacobackerman.blogspot.com/2009/06/expanding-xenserver-iscsi-storage.html...

  2. Pokazywanie ukrytych/nieistniejących urządzen w Device manager

    Z linii poleceń uruchomić: SET DEVMGR_SHOW_NONPRESENT_DEVICES=1 START DEVMGMT.MSC

  3. Zrzut stanu puli przed aktualizacją

    pool-dump-database

  4. Włączenie i wyłączenie vSwitch

    Włączenie vSwitch: xe-switch-network-backend openvswitch Wyłączenie (linux bridge): xe-switch-network-backend bridge Sprawdzenie aktualnego stanu: cat /etc/xensource/network.conf

  5. Nadanie uprawnien Read Permissions dla lokalnych uzytkownikow

    icacls X:\KATALOG /grant BUILTIN\Users:(OI)(CI)(Rc,S)

  6. Ustawianie Auto Close = false i Recovery Simple dla wszystkich baz danych

    declare @isql varchar(2000), @dbname varchar(200) declare c1 cursor for select name from master..sysdatabases where (name not in ('master','model','msdb','tempdb')) and (DATABASEPROPERTYEX([Name] , 'IsAutoClose') = 1 OR DATABASEPROPERTYEX([Name] , 'Recovery') = 'FULL') order by name open c1 fetch next from c1 into @dbname While @@fetch_status <> -1 begin select @isql = 'ALTER DATABASE [@dbname] SET AUTO_CLOSE OFF' select @isql = replace(@isql,'@dbname',@dbname) print @isql exec(@isql) select @isql = 'ALTER DATABASE [@dbname] SET RECOVERY SIMPLE' select @isql = replace(@isql,'@dbname',@dbname...

  7. The VDI is not available

    xe sr-list Wybieramy storage, ktorego dotyczy blad VDI i go przeszukujemy. xe vdi-list sr-uuid=....... Odlaczamy dyski od VM. Dla kazdego wpisu dotyczacego VDI uruchamiamy xe vdi-forget uuid=..... Skanujemy storage repository w XenCenter i dodajemy znalezione dyski do VM.

  8. Dołączenie serwera XenServer na siłę do puli

    xe pool-join master-address=IPMASTERA master-username=USER master-password=PASSWORD force=true

  9. Resetowanie indeksu wyszukiwania

    Odpalić konsole powershell Exchange 2010 Przejść do katalogu %PROGRAMFILES%\Microsoft\Exchange Server\V14\Scripts Uruchomić .\ResetSearchIndex.ps1 -force -all Źródło: http://www.sheenaustin.com/2010/11/11/exchange-2010-search-reset-search-index/

  10. Awaryjne ustanowienie mastera w puli

    Polecenie z konsoli SSH: xe pool-emergency-transition-to-master