If you want to show the line numbers in vi editor while editing the file then you need to set the number flag. follow the steps given below to set the line numbers while using the vi editor: Show Line Numbers in vi Editor First, open the file in …
Problem: I have an HP-UX 11.31 server, for hardening and securing the server I have disabled the root login on this server. How to Disable Root SHH Login in HP-UX? But after disabling the root login, I was not able to switch to the root user. I was …
You cannot create a Linux partition larger than 2 TB using the fdisk command. Using fdisk you could not create partitions larger than 2 TB. It is fine for desktop and laptop users, but for servers, you need large partitions like 2TB, 3TB, 4TB etc. Root …
Problem: I have some HP-UX 11.31 servers and generally, I connect with these servers through SSH. I noticed that response of one sever becomes very slow during login. When I connect to this server through SSH (with any user normal or root) it takes too much …
When we need more space on a server. To get more space we create new virtual LUNs from our storage and present that LUN on the server to get the required space. After exporting the LUNs to a server we need to create Physical Volume, Volume …
Error: This error occurred after installation of some patches and changes in configuration files like /etc/hosts, /etc/rc.config.d/netconf etc. #hpvmstatus hpvmstatus: HPVM currently not running. Solution: in the /etc/rc.config.d/hpvmconf you need to set the HPVM_ENABLE=1 to enable Integrity VM at boot time. Otherwise /sbin/init.d/hpvm start should start Integrity VM …