본문 바로가기

반응형

cnetOS

C276x260 NFS: Stale file handle 에러 NFS: Stale file handle 에러"NFS: Stale file handle" 오류는 NFS(Network File System)에서 발생하는 문제로, 클라이언트가 서버로부터 파일 또는 디렉토리에 대한 핸들(식별자)을 받았지만 해당 핸들이 더 이상 유효하지 않을 때 발생합니다. 이 오류는 파일 또는 디렉토리가 서버에서 제거되거나 일시적으로 일관성이 없는 상태에 있는 경우 발생할 수 있습니다. 이 오류를 해결하기 위해 다음과 같은 조치를 취할 수 있습니다.1. 클라이언트 측 재시작클라이언트 측에서 NFS 마운트를 해제하고 다시 마운트하는 것으로 문제가 해결될 수 있습니다. 다음과 같은 명령어를 사용하여 NFS 마운트를 해제합니다.sudo umount 그리고 마운트를 다시 시도합니다.2. NFS .. 더보기
C276x260 [LDAP] OpenLDAP 설치 및 구성 OpenLDAP 설치 및 구성OpenLDAP 설치yum install -y compat-openldap openldap openldap-servers openldap-clients$ yum install -y compat-openldap openldap openldap-servers openldap-clients openldap-servers-sql openldap-develOpenLDAP 데이터베이스 설정cp /usr/share/openldap-servers/DB_CONFIG.example /var/lib/ldap/DB_CONFIGchown ldap. /var/lib/ldap/DB_CONFIG$ cp /usr/share/openldap-servers/DB_CONFIG.example /var/lib/ld.. 더보기
C276x260 fabric hello print on CentOS 8 fabric hello print on CentOS 8테스트 환경운영체제 정보$ cat /etc/redhat-releaseCentOS Linux release 8.1.1911 (Core)$ python -VPython 3.6.8$ fab -VFabric 2.5.0Paramiko 2.7.2Invoke 1.5.0fabfile.py 파일 편집vim fabfile.py$ vim fabfile.pyfrom fabric import task@taskdef hello(ctx): print("hello world.")fab 실행$ fab --listAvailable tasks: hellofab hello$ fab hellohello world. 더보기
C276x260 [리눅스] KVM Virsh Console Access On CentOS 6 KVM Virsh Console Access On CentOS 6 Step #1 vi /boot/grub/menu.lst # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,0) # kernel /vmlinuz-version ro root=/dev/sda3 # initrd /initrd-[generic-]version.img #boot=/dev/sda default=0 timeout=5 splashi.. 더보기

728x90
반응형