17 Mart 2021 Çarşamba

Linux / Read-only file system

Linux sistem üzerinde input/output hataları sonrasında boot problemi oluşabilir.

Bu durumda kurulum medyası ile Rescue Mode erişim yapılarak / bağlı olduğu disk bolümünde fsck yapılabilir.

Örnek:  fsck /dev/vg0/lv0

servername:/boot # ls
ls: cannot open directory '.': Input/output error

servername:/boot # cat /et-bash: cannot create temp file for here-document: Input/output error
-bash: cannot create temp file for here-document: Input/output error                                                      
servername:/ # cat /etc/os-bash: cannot create temp file for here-document: Read-only file system
-bash: cannot create temp file for here-document: Read-only file system
-bash: cannot create temp file for here-document: Read-only file system
-bash: cannot create temp file for here-document: Read-only file system

12 Mart 2021 Cuma

Linux / sudo yetkili kullanıcılar

Aşağıdaki komut ile sudo yetkili gruplar kontrol edilebilir.

[root@servername ~]# grep -v "#" /etc/sudoers |grep "ALL="
root    ALL=(ALL)       ALL
%wheel  ALL=(ALL)       ALL

Aşağıdaki komutlar ile de grup üyeleri kontrol edilebilir.

[root@servername ~]# grep "root:" /etc/group
root:x:0:root
[root@servername ~]# grep "wheel:" /etc/group
wheel:x:10:

9 Mart 2021 Salı

Hitachi / Remote Ops Service Processor Agent Version D.6

Hitachi Remote Operations (önceki adı ile Hi-Track, kısaca HRO) yazılımı aktif kontratı bulunan sistemlerin sağlık durumlarının düzenli olarak raporlanmasını ve bir arıza durumunda otomatik olarak çağrı kaydı oluşturulmasını sağlayan bir servistir.

Yeni versiyona geçişte önceki versiyondan tüm ayarlar korunduğu için bir değişiklik ya da düzenleme yapılmasına gerek bulunmuyor, sistem eski versiyonu silerek yenisini aynı ayarlar ile kuruyor.

Download:
Support Portal’e login olduktan sonra Answers / Downloads /  Software Download / Remote Ops (Hi-Track)  seçip ekranın en altındaki menüden Remote Ops Agent seçip D6 ISO download ediyoruz.

ISO’yu SVP üzerine kopyalayıp extract ettikten sonra kurulum uygulamasını çalıştırdığımızda eski versiyonu uninstall edip yenisini kuruyor.

 





4 Mart 2021 Perşembe

Linux / SUSE 15 SP2 upgrade

The easiest upgrade path is consecutively installing all service packs. 
For the SUSE Linux Enterprise 15 product line (GA and the subsequent service packs) it is also supported to skip one service pack when upgrading. 
For example, upgrading from SLE 15 GA to 15 SP2 or from SLE 15 SP1 to 15 SP3 is supported.




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