Archive for the 'NIX Posts' Category
Kdump doesn't start? [root@mbpc-pc grub]# service kdump restart Memory for crashkernel is not reserved Please reserve memory by passing "crashkernel=X@Y" parameter to the kernel Stopping kdump: [FAILED] No kdump initial ramdisk found. […]
April 22nd, 2018 | Posted in NIX Posts | Comments Off on Saving random seed failed. / No kdump initial ramdisk found. / Failed to run mkdumprd
Getting this? Mounts freezing? Final verified solution is at the bottom but this can be for any number of reasons. Keep reading: tcpdump -i eth0 -s 0 -w dump.dat tcpdump -r dump.dat |grep -Ei "psql02|nfs-c01" 02:55:48.731360 IP psql02.nix.mds.xyz.33991 > nfs-c01.nix.mds.xyz.nfs: Flags [P.], seq 1:693, ack 1, win 229, options [nop,nop,TS val 166990 ecr 5681495], length […]
April 16th, 2018 | Posted in NIX Posts | Comments Off on NFS reply xid 3844308326 reply ERR 20: Auth Rejected Credentials (client should begin new session)
For the below errors: [root@psql02 log]# showmount -e nfs02 rpc mount export: RPC: Unable to receive; errno = Connection refused [root@psql02 log]# Apr 16 01:12:37 nfs02 kernel: FINAL_REJECT: IN=eth0 OUT= MAC=00:50:56:86:2d:21:00:50:56:86:3c:c7:08:00 SRC=192.168.0.124 DST=192.168.0.119 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=44729 DF PROTO=TCP SPT=978 DPT=20048 WINDOW=29200 RES=0x00 SYN URGP=0 [root@nfs02 log]# [root@nfs02 log]# [root@nfs02 log]# [root@nfs02 log]# firewall-cmd […]
April 16th, 2018 | Posted in NIX Posts | Comments Off on rpc mount export: RPC: Unable to receive; errno = Connection refused
Well heck: -bash-4.2$ psql psql: error while loading shared libraries: libpq.so.rh-postgresql95-5: cannot open shared object file: No such file or directory -bash-4.2$ So let's see what's going on: [root@ovirt01 ~]# find / -iname libpq.so* /usr/lib64/libpq.so.5 /usr/lib64/libpq.so.5.5 /opt/rh/rh-postgresql95/root/usr/lib64/libpq.so.rh-postgresql95-5 /opt/rh/rh-postgresql95/root/usr/lib64/libpq.so.rh-postgresql95-5.8 [root@ovirt01 ~]# So we can see it's in the lib64 path. And within the root postgres folder, […]
April 15th, 2018 | Posted in NIX Posts | Comments Off on psql: error while loading shared libraries: libpq.so.rh-postgresql95-5: cannot open shared object file: No such file or directory
You get the following error message: 15:27:35.430633 IP 192.168.0.80.nfs > 192.168.0.145.843: Flags [P.], seq 29:53, ack 417, win 235, options [nop,nop,TS val 6635947 ecr 5159126], length 24: NFS reply xid 2938911306 reply ERR 20: Auth Invalid failure code 13 Checking the nfs01 / nfs02 server we see alot of the following: [2018-04-08 17:19:39.014330] E [MSGID: […]
April 8th, 2018 | Posted in NIX Posts | Comments Off on NFS reply xid reply ERR 20: Auth Invalid failure code 13 and AD logins become hung when using NFS home directories.
What to do when you get this message below: [root@nfs01 ganesha]# systemctl status nfs-ganesha -l â nfs-ganesha.service – NFS-Ganesha file server Loaded: loaded (/usr/lib/systemd/system/nfs-ganesha.service; enabled; vendor preset: disabled) Active: failed (Result: exit-code) since Sun 2018-04-08 13:22:32 EDT; 1min 8s ago Docs: http://github.com/nfs-ganesha/nfs-ganesha/wiki Process: 2033 ExecStart=/bin/bash -c ${NUMACTL} ${NUMAOPTS} /usr/bin/ganesha.nfsd ${OPTIONS} […]
April 8th, 2018 | Posted in NIX Posts | Comments Off on /usr/bin/ganesha.nfsd: /lib64/libntirpc.so.1.6: version `NTIRPC_1.6.1′ not found (required by /usr/bin/ganesha.nfsd)
Mount still hangs and restarting NFS and autofs doesn't work to resolve this error below: Apr 8 12:12:46 ovirt01 systemd: Stopping Automounts filesystems on demand… Apr 8 12:12:46 ovirt01 kernel: NFS: nfs4_discover_server_trunking unhandled error -512. Exiting with error EIO Apr 8 12:12:47 ovirt01 automount[1487]: umount_autofs_indirect: ask umount returned busy /n Apr 8 12:12:48 ovirt01 ovsdb-server: […]
April 8th, 2018 | Posted in NIX Posts | Comments Off on kernel: NFS: nfs4_discover_server_trunking unhandled error -512. Exiting with error EIO and mount hangs
So we receive the following error from oVirt: VDSM mdskvm-p01.mds.xyz command ConnectStoragePoolVDS failed: Cannot find master domain: u'spUUID=87ec67c6-8da8-4161-afdf-180778a4b595, msdUUID=73fa156c-f085-466f-b409-130a9795a667' and dig in a bit deeper to see what's going on: [root@mdskvm-p01 log]# systemctl status vdsmd.service â vdsmd.service – Virtual Desktop Server Manager Loaded: loaded (/usr/lib/systemd/system/vdsmd.service; enabled; vendor preset: enabled) Active: active (running) since […]
April 1st, 2018 | Posted in NIX Posts | Comments Off on command ConnectStoragePoolVDS failed: Cannot find master domain:
In case you see these missing icmp_seq numbers: [root@mdskvm-p01 ~]# ping 192.168.0.149 PING 192.168.0.149 (192.168.0.149) 56(84) bytes of data. 64 bytes from 192.168.0.149: icmp_seq=1 ttl=64 time=0.536 ms 64 bytes from 192.168.0.149: icmp_seq=3 ttl=64 time=0.240 ms 64 bytes from 192.168.0.149: icmp_seq=7 ttl=64 time=0.330 ms 64 bytes from 192.168.0.149: icmp_seq=11 ttl=64 time=0.331 ms 64 bytes from 192.168.0.149: […]
March 31st, 2018 | Posted in NIX Posts | Comments Off on missing icmp_seq numbers
Extending the size of your mdadm array. Now that you've replaced all the failed disks, we can double the size of our array to 8TB from 4TB. We start off with this array: [root@mbpc-pc log]# mdadm –detail /dev/md0 /dev/md0: Version : 1.2 Creation Time : Mon Mar 26 00:06:24 2012 […]
March 29th, 2018 | Posted in NIX Posts | No Comments